Duration for Activity replaced by subnetwork

We have many network activities which are replaced by subnetworks in our project. I have done overall scheduling and project scheduling.
Control key of activity replaced by subnetwork is not relevant for scheduling (PS05)
I have the following queries.
1. Is the Duration of activities replaced by subnetworks calculated and populated in "Duration" field during scheduling?
2. If NO is the duration of subnetwork reflected as superior activity duration in any of the reports? CN41N,CN47N?
3. Why is no value appearing in Processing time column in CN47N reports?
Request to moderators
Tried to post a thread with similar query some days back which was terminated without providing any justification. Am still searching for these answers.

Hi,
Whenever you replace a network by subnetwork the contol key automatically changes to PS05 on the network activity. The activity becomes irrelevant for scheduling.
When this happens the start and end date of the activity (which is now replaced by subnetwork) is copied on the start date of first activity of subnetwork and finish date on last activity of sub netowrk. The activity will automatically become irrelevat for scheduling. The new scheduling dates for activities in sub network will be derived based on relation ship betwwen nthem and start and end date of main activity.
So if your activity is scheduled for 10 days from 19th Mar to 26h Mar and you replace it by subnetwork having 4 activities having FS relation ship and 2 days each then the schedule will be
0010 - 19th - 20st Mar
0020 - 21st - 22nd Mar
0030 - 23rd - 24th Mar
0040 - 25thMar - 26th Mar.
All the dates will be derived based on the above basic dates determined for activities in subnetwork and will appear the same way in any report.
Hope this helps
Thanks
Sarang

Similar Messages

  • Hi, i have a new number and I'm trying to activate iMessage but i can't.  it is only saying waiting for activation,  i have tried a lot of times with not success.  i'm not sure if i need to replace the old one to this new one, or what do do. can you help

    Hi, i have a new number and I'm trying to activate iMessage but i can't.  it is only saying waiting for activation,  i have tried a lot of times with not success.  i'm not sure if i need to replace the old one to this new one, or what do do. can you help

    Troubleshooting iMessage activation:
    http://support.apple.com/kb/TS4268

  • Error while executing the sp ORA-21779: duration not active

    Hi there,
    am using Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 and facing typical type of error
    please find the steps below to reproduce it
    in this basically i will pass a comma seperated values and function will return the
    piped table witheach seperated values as new record
    ex :1,2,3,4
    1
    2
    3
    4
    Types created:
    1) Create Type TPOBJ_Return as Object (tnames varchar2 (2000));
    2) Create Type TPObjT_ReturnColl as Table Of TPOBJ_ReturnTable;
    Function created:
    CREATE OR REPLACE FUNCTION WB_FN_ReturnTable
    tNameString IN VARCHAR2
    RETURN TPObjT_ReturnColl
    PIPELINED
    AS
    iOptionSel INT;
    tOptionSel VARCHAR2 (9);
    iLen INT;
    tName VARCHAR2 (50);
    tTempChar CHAR (1);
    ptNameString VARCHAR2(2000);
    BEGIN
    ptNameString:=tNameString;
    iLen := LENGTH(TRIM(ptNameString));
    iOptionSel := 1;
    tName := '';
    WHILE iOptionSel <= iLen
    LOOP
    tTempChar := SUBSTR(ptNameString, iOptionSel, 1);
    IF tTempChar = ',' THEN
    IF LENGTH(TRIM(tName)) > 0 THEN
    PIPE ROW(TPOBJ_Return(tName));
    END IF;
    tName := '';
    ELSE
    tName := tName || tTempChar;
    END IF;
    iOptionSel := iOptionSel + 1;
    END LOOP;
    IF LENGTH(TRIM(tName)) > 0 THEN
    PIPE ROW(TPOBJ_Return(tName));
    END IF;
    return;
    END;
    Table created:
    Create Table test (id number(16))
    Insert into test values (1)
    Please insert from 1 to 10.
    Stored procedure created:
    Create or replace procedure Sptest
    As
    Titems Varchar2(255);
    pvalue Number(16);
    Begin
    Titems :='5,4,3';
    Select MIN(id) into pvalue from test where id not in
    (select tnames from table(WB_FN_ReturnTable(Titems )));
    End;
    Note:
    while executing the sp for the first time am not getting any error
    only ,if making a repeated call for execution then am gettings the errors specified below
    ORA-21779: duration not active
    ORA-03113: end-of-file on communication channel
    ORA-03114: not connected to ORACLE
    can anyone help me on these issue

    Why a pipeline table function? I would not say that a tokeniser function is something that typically should require working in the SQL engine, piping rows. It can be a very straight forward PL/SQL function that returns a collection of strings.
    E.g.
    SQL> CREATE OR REPLACE function tokenise( line varchar2, separator varchar2 DEFAULT ',' ) return TStrings AUTHID CURRENT_USER is
    2 strList TStrings;
    3 str varchar2(4000);
    4 i integer;
    5 l integer;
    6
    7 procedure AddString( s varchar2 ) is
    8 begin
    9 strList.Extend(1);
    10 strList( strList.Count ) := s;
    11 end;
    12
    13 begin
    14 strList := new TStrings();
    15
    16 str := line;
    17 loop
    18 l := LENGTH( str );
    19 i := INSTR( str, separator );
    20
    21 if i = 0 then
    22 AddString( str );
    23 else
    24 AddString( SUBSTR( str, 1, i-1 ) );
    25 str := SUBSTR( str, i+1 );
    26 end if;
    27
    28 -- if the separator was on the last char of the line, there is
    29 -- a trailing null column which we need to add manually
    30 if i = l then
    31 AddString( null );
    32 end if;
    33
    34 exit when str is NULL;
    35 exit when i = 0;
    36 end loop;
    37
    38 return( strList );
    39 end;
    40 /
    Function created.
    SQL>
    SQL> select * from TABLE(Tokenise('col1,col2,col3,,col5,and so on'));
    COLUMN_VALUE
    col1
    col2
    col3
    col5
    and so on
    6 rows selected.
    SQL>
    PS. The TStrings SQL user type is declared as a table of varchar2(4000).

  • IMessage waiting for activation. Phone number not listed in Send and Receive at?

    I'm going to try to be as descriptive as possible, as I'm not too sure what else I can possibly do to resolve this issue.
    3 or 4 days ago I requested a number change through my provider. Not knowing that I had to turn off iMessage whilst waiting for the change to occur, I left it on.
    Later that day my friends were complaining that I was sending them texts from two different numbers, one being my new number, one being my old number. The thing is, I'm using the exact same SIM card and it's a little unusual to have two numbers for one SIM. I then realised that iMessage is ONLY registering my iTunes e-mail address and OLD phone number as an option to 'Send and Receive at'. I have spoken to Optus (my provider in Aust.) and Apple, I have gone into an Apple store, had the phone replaced, restored newtwork settings, restored phone altogether, turned on/off iMessage and Facetime, checked date and time, made sure my correct number is listed in Settings > Phone, etc etc etc I've done EVERYTHING listed in all forums that I've read from people experiencing this same issue.
    I can choose to select my old phone number in iMessage, and can then send messages to others using iMessage from the old number, and if I switch it off, I'm then using SMS to send messages, and it's from my new number again! It's very frustrating not having all features on my phone working correctly.
    If I switch iMessages and Facetime on, not using my Apple ID to sign in, it simply says 'waiting for activation' and after a few hours, tells me it was unsucessful and to try again. I'm all out of options now, Optus don't know what to do, Apple don't know what to do and I don't know what else to do! It's been 4 days! Someone please help!?

    Just thought I'd let everybody know how it finally got resolved 1 week later!
    After trying absolutely everything, and I mean EVERYTHING that Apple support, apple forums etc told me to do, the only thing that worked was turning iMessage off, waiting for at least 24 hours at then turning iMessage back on.
    It activated itself within a few minutes, no dramas at all!
    Hope this helps!

  • I restored my iphone 4 to prepare it for sale and now it keeps rebooting itself every few minutes saying "Waiting for Activation". What's going on?!

    I'm just trying to figure out if theres some other issue at play or if its normal for the phone to keep rebooting while searching for activation. I'd like to sell it this weekend but I don't want to sell a broken phone to someone. I researched this issue a bit online and only found a similar issue having to do with facetime/imessage but this seems to be different. I went through the necessary steps to fix the problem others were having, even though it didnt seem to be exactly the same as mine, but it is still happening. I will say that I got the iphone wet some time ago but it has worked fine since then so I'm assuming its not related. Perhaps the battery needs to be replaced? Any and all input or advice would be greatly appreciated. THANKS!

    I should mention it is ios 6.1.3. The phone has now also started, after rebooting, showing the signal bars next to the wifi signal icon at the top but no "Sprint" type next to the bars as usual. And then after a few minutes it shuts down, shows the black screen with the white apple in the middle for a few moments, comes back up with the Waiting for Activation message, the signal bars pop up and the whole cycle just repeats itself.

  • CS6 and Premiere Elements keeps asking for activation

    Hi
    I am a system engineer in a school. We have a K12 Site license for CS6 and we purchased about 30 single license versions of Premier Elements through certified resellers. I deployed CS6 a few years ago on our old PC's by installing the software on one computer and then cloning the pc 30 times with CloneZilla. That worked fine.
    A year later i repeated the procedure on 25 other computers. No problem there.
    Last summer i did the same to replace the 30 pc's i had cloned the first time. Since then i have to activate CS6 over and over again indicating a trial version. Also the other classroom with 25 pc' began to ask for activation after 2 years with no worries.
    In oktober i Installed Premiere Elements on each individual computer one by one. And that went well for a few months but then all of a sudden PE began to prompt for activation. My collegues drive me crazy with their remarks and worries.
    So far i tried to activate CS6 by creating a serialization file with the adobe application manager. When i run the file and retry the program i am no longer prompted for an activation... for a while.
    There is no way to tell which device will prompt of when. It is random. Sometimes it is just one device, then all of a sudden it are 3-4.
    Please help
    Maarten

    Hi Maarten,
    Adobe Premiere elements 12 (individual license) requires sign in /activation if you have installed individually however you can suppress the sign window using Adobe provisioning toolkit
    In case you have Adobe volume license for PRE 12. Please visit the link below to find the workflow.
    Deploy Premiere Elements 11 and earlier | Windows
    Thanks,
    Ashish

  • HT201412 my iphone using cant buy anything from itune store and they said i have trouble from the product (Our records indicate that this product has been replaced. Please provide the serial number for your replacement product to find the support and warr

    Our records indicate that this product has been replaced. Please provide the serial number for your replacement product to find the support and warranty coverage information. For more information, please ( this is the trouble they tell us )
    can't buy anything application on appstore, i bought this iphone from my friend , and this iphone actived ( 2012-11-05)
    IMEI: ****
    <Edited By Host>

    Instead of posting your IMEI in a public forum, contact iTunes Customer Support.
    FYI, they do not want/need your IMEI number.

  • ORA-21779: duration not active

    Guys, it looks like nobody knows much about this error and Oracle support is no help.
    The problem seem to be machine/environment specific.
    We get this exception consistently on some of the oracle/intermedia queries on two out of six identical environments. The queries are run from a servlet, only number and varchar2 fields used, no LOBs.
    The configuration across all the environments:
    WL 8.1
    Oracle 9.2.0.7.0
    Oracle JDBC 9.2.0.5
    Some online sources mention that the ORA-21779 error is fixed by some Oracle patch sets, but we've done a cumulative update a couple of weeks ago, maybe someone knows a specific patch or the reason for the problem?
    Thanks,
    Vitaly

    chernovtsy wrote:
    Here's the relevant part of the trace, thanks!
    java.sql.SQLException: ORA-21779: duration not active
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
    at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:582)
    at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1986)
    at oracle.jdbc.ttc7.TTC7Protocol.fetch(TTC7Protocol.java:1253)
    at oracle.jdbc.driver.OracleResultSetImpl.next(OracleResultSetImpl.java:295)
    at com.skila.search.AsynSearchProcessor.getRecordPriority(AsynSearchProcessor.java:747)
    at com.skila.search.AsynSearchProcessor.iteratorResulSet(AsynSearchProcessor.java:790)
    at com.skila.search.AsynSearchProcessor.fetchByDate(AsynSearchProcessor.java:311)
    at com.skila.search.AsynSearchProcessor.getSearchResults(AsynSearchProcessor.java:1069)
    at com.skila.search.SearchServlet.doPost(SearchServlet.java:293)
    at com.skila.reddog.common.AbstractSkilaServlet.processRequest(AbstractSkilaServlet.java:182)
    at com.skila.reddog.common.AbstractSkilaServlet.service(AbstractSkilaServlet.java:160)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)That looks like an ancient version of the driver... Ca you try repeating this with the
    latest 10g (10.2) driver? How easily/regularly can you repeat this? Is there anything
    fancy about your JDBC code? Can I see it? One main problem people have with
    JDBC in servlets is not making all JDBC objects method-level objects, and therefore
    risking non-threadsafety.
    Regardless, have you shown Oracle support a full JDBC stacktrace of the exception?
    thanks
    Joe
    PS: is there any WebLogic code in the picture? It seems you're making
    direct JDBC connections...
    Joe

  • I preordered the iPhone 6. Can I bring it into my local Verizon store for activation?

    I preordered the iPhone 6. Can I bring it into my local verizon store for activation?

        adrianC,
    Thanks for clearing up these questions before hand. You just need to ship your device back within 14 days;
    "Edge Up online or by calling Customer Service orders, customer must ship their original Verizon Edge device back within 14 days of receipt of the Edge Up replacement, following the instructions received and, utilizing the shipping label provided by VZW when they complete the Edge Up process with the shipment"
    This should answer it for you! Let us know if you need anything else.
    TrevorC_VZW
    Follow us on Twitter @VZWSupport

  • No DDL commands found for activation of YCO_REPALVCOLOR

    Hi Gurus,
    we had a problem with one transport request which got successfully in Dev but failed in QUA environment.
    Transport needs to create a table in Qua env, but it is comleted successfully with RC=0. but error found in "Import steps not specific to transport request".
    Activate inactive runtime objects        12.07.2011 17:35:38    (8) Ended with errors
    ABAP Dictionary Distribution             12.07.2011 17:42:04    (0) Successfully Completed
    17:35:26: Retcode 1: error in DDL statement for YCO_REPALVCOLOR                - repeat
    Error 604-ORA-00604: error occurred at recursive SQL lev when executing ADD-FIELD of
    Error  in DDL statem when executing ADD-FIELD of
    Error YCO_REPALVCOLOR when executing ADD-FIELD of
            (dummy, do not translate)
    No DDL commands found for activation of YCO_REPALVCOLOR
    Could you please help me.
    Regards
    Sudhar

    Hi
    here is Import log
    Main import
    Transport request   : D<SID>K907261
    System              : Q<SID>
    tp path             : tp
    Version and release: 340.16.63 640
    R3trans version 6.13 (release 640 - 17.02.10 - 13:07:00).
    unicode enabled version
    ===============================================
    date&time   : 12.07.2011 - 17:35:41
    control file: /usr/sap/trans/tmp/D<SID>KK907261.Q<SID>
    > #pid 2461838 on parva1102546 (Q<SID>adm)
    > import
    > buffersync=yes
    > file='/usr/sap/trans/data/R907261.D<SID>'
    > continuation='/usr/sap/trans/data/R907261_#.D<SID>'
    > client=510
    > csi=yes
    > setunicodeflag yes
    >
    > excluding 'R3TRDDDD','R3TRDOMA','R3TRDTEL','R3TRENQU','R3TRMACO','R3TRMCID','R3TRMCOB','R3TRSHLP','R3TRSQLT','R3TRTABL','R3TRTTYP
    R3trans was called as follows: R3trans -w /usr/sap/trans/tmp/D<SID>I907261.Q<SID> /usr/sap/trans/tmp/D<SID>KK907261.Q<SID>
    Connected to DBMS = ORACLE     dbs_ora_tnsname = 'Q<SID>'     SYSTEM = 'Q<SID>'.
    0 0
    COMMIT (0).
    trace at level 1 opened for a given file pointer
    ================== STEP 1 =====================
    date&time   : 12.07.2011 - 17:35:41
    function    : IMPORT
    data file   : /usr/sap/trans/data/R907261.D<SID>
    Continuation: /usr/sap/trans/data/R907261_#.D<SID>
    buffersync  : YES
    client      : 510
    repeatimport: NO
    repeatclimp.: NO
    c.s.i.      : YES
    setunicdflg: YES
    l.s.m.      : VECTOR
    charsetadapt: YES
    def. charset: WEUROPEAN
    commit      : 100000
    table cache : 32000000
    EXCLUDING   : 'R3TRVIEW','R3TRUENO','R3TRTTYP','R3TRTABL','R3TRSQLT','R3TRSHLP','R3TRMCOB','R3TRMCID','R3TRMACO','R3TRENQU','R3TRDT
    Data file is compressed with algorithm 'L'.
    Export was executed on 12.07.2011 at 17:14:59 by D<SID>adm
    640
      with R3trans version: 17.02.10 - 13:07:00
    Source System = IBM RS/6000 with AIX on DBMS = ORACLE     dbs_ora_tnsname = 'D<SID>'     SYSTEM = 'D<SID>'.
    language vector during export: ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdi(),./:;
    language vector during export: ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdi(),./:;& (ISO-ARHECSDEENFRELHUITJADAPLZFNLNOPTSKRUESTRFISVB
    lsm during export: VECTOR
    trfunction = K (transport to consolidation system)
    Used Commandfile D<SID>K907261           (535646/3)
    2 E071C entries created
    Target client in E070C updated (510)
      0 entries for E070 imported (D<SID>K907261).
      0 entries for E071 imported (D<SID>K907261          *).
    R3TRDTELYY_LINEID was not imported in this step
    R3TRTABLYCO_REPALVCOLOR was not imported in this step
    D<SID>K907261           touched.
    636 636
    COMMIT (6559).
    6559 bytes read.
    Transport overhead 40.1 %.
    Data compressed to 9.8 %.
    Duration: 0 sec (6559 bytes/sec).
    0 0
    Summary:
    636 bytes modified in database.
    [dev trc     ,00000]  Disconnecting from ALL connections:                26787  0.026787
    [dev trc     ,00000]  Disconnecting from connection 0 ...                   70  0.026857
    [dev trc     ,00000]  Close user session (con_hdl=0,svchp=0x111415838,usrhp=0x111475f40)
                                                                                501  0.027358
    [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=0x111415838,srvhp=0x111416718)
                                                                                623  0.027981
    [dev trc     ,00000]  Now connection 0 is disconnected                     264  0.028245
    [dev trc     ,00000]  Disconnected from connection 0                        58  0.028303
    [dev trc     ,00000]  statistics db_con_commit (com_total=2, com_tx=2)
                                                                                  67  0.028370
      [dev trc     ,00000]  statistics db_con_rollback (roll_total=0, roll_tx=0)
                                                                                 144  0.028514
    Disconnected from database.
    End of Transport (0000).
    date&time: 12.07.2011 - 17:35:41
    Main import
    End date and time : 20110712173541
    Ended with return code:  ===> 0 <===

  • What to do when iphone4 says "waiting for activation" when using facetime?

    i had my iphone stolen. & i got a replacment one from verizon, everything was syned well, but i tried to get on facetime & i checked the settings & it say waiting for activation what does that mean?

    Hi Flacaas,
    Make sure your primary email address is verified by logging into http://appleid.apple.com with your main Apple ID email address.
    When that's done, turn off iMessage, reboot your phone (or turn off and turn back on) and try activating iMessage
    Hope this helps!
    Cheers,
    GB

  • Time duration for deadline

    Dear Experts,
    I learnt that,
    negative duration for deadline can be used if we define reference date/time via an expression.
    Can you please tell me,
    1.What is negative duration.
    2. What is the purpose of defining negative duration.
    3.How to mention it using an expression in deadline
    KR,
    Bharath

    1.What is negative duration.
    Negative duration is if the workitem creation date is lets say today and you had selected type as expression and passed todays
    date but not time then it would set the time either 00:00:01 of request start and latest start and 23:59:59 for request end and latest end.
    Which  can be before time or after time..
    2. What is the purpose of defining negative duration.
    for certain cases you dont want the request start to be incorporated even though you had activated it then you can send the back time of the workitem creation which brings the workitem to ready state instead of waiting state.
    3.How to mention it using an expression in deadline
    " as said... mention the time as 00:00:01 or 23:59:59 based on the requirement.
    Hope my understandings helps you...!
    Regards
    Narin.

  • Waiting for activation

    I have an ipad and iphone 5c. My daughter has my old 4s. My imessaging works, facetime does not. Her facetime and messaging just quit working, and the waiting for activation message will not go away. I have tried rebooting, removing and replacing email addresses, resetting network settings, removing and replacing sim card, date/time changes, updated ios, updated itunes on computer, making changes in itunes account, --and I've tried all these things in different order and on repeated basis -- all to no avail. I am trying to do this without messing up my own phone. We just moved, our internet service is terrible, but I don't think that's related anyway? I try to add her email address instead of mine, the phone will not send the verification email no matter how many times I request. So I try to set it up under my email and it won't do that either. Help!?

    So for those out there suffering from this same problem, after repeating all those random steps mentioned above - again -  with the Apple rep on the phone, it STILL said waiting for activation. They had me back up the phone as a last resort to reset back to factory settings. Before I pushed the reset button, I tested sending a text - and even though in settings it still says waiting for activation - I was able to send and receive texts! Here's hoping it lasts.....

  • How do I get rid of the 'Waiting for Activation' on IPhone 5?

    I got the iPhone 5 today and set everything up using my Apple ID I created for my Ipod Touch 5
    Under IMessage and FaceTime, it says it's 'waiting for activation'
    I can't receive any messages and would like to know hot to fix this

    http://support.apple.com/kb/TS4268

  • I updated my iphone and when it came time for activation it won't work and keeps telling me to try again. At the top it says "No Service" and I have my SIM card in and a good WiFi connection and have connected it through iTunes but it says I have no SIM

    I updated my iphone and when it came time for activation it won't work and keeps telling me to try again. At the top it says "No Service" and I have my SIM card in and a good WiFi connection and have connected it through iTunes but it says I have no SIM card and need to disconnect and insert my SIM. I don't understand why this keeps happening and it's been going on for a wile now. I have tried over and over again to get this iPhone to work but nothig is happening. I've even gone on the website for support (apple.com/support) but cannot find anything that will help me with this situation. Can someone please help me find a solution to this problem? I have been without a phone and do not have money to buy another one and it is crucial for me to get it fixed. Thanks.

    wesb
    What computer operating system is involved in the Premiere Elements 11 and 13 issues? Same computer or different ones? Are you installing from purchased download installation files or from purchased installation disc? Does Premiere Elements 11 work completely on this computer whereas 13 will not?
    Let us go through the typical drill so as to take nothing for granted.
    1. Does the problem exist with or without the antivirus and firewall(s) disabled? Are you working with an individual home computer or in a
    school or company network?
    2. Are you running the program as Administrator and is there any "domain" account involved?
    3. Is your video card/graphics card up to date according to the web site of the manufacturer of the card?
    4. Do you have the latest version of QuickTime installed on the computer with Premiere Elements?
    Let us start by ruling in or out any of the above, and then we can decide what next.
    Any questions or need clarification, please do not hesitate to ask.
    Thank you.
    ATR

Maybe you are looking for