DR Server Move Question

We built a Production server and a DR server, testing everything works fine, Now it is time to move the DR server to another State.
Looks like we will have two choices:
1. IN PROD: Change  LOG_ARCHIVE_DEST_STATE_2=ENABLE  to DEFER
Shutdown DR and wait 5 days to ship to new location and turn on DR
Change PROD: LOG_ARCHIVE_DEST_STATE_2=ENABLE  
this will force all archive logs get picked up.
2. IN PROD: Change  LOG_ARCHIVE_DEST_STATE_2=ENABLE  to DEFER
ShutDown PROD, start up mount
  SQL> alter database noarchivelog;
This will stop create any new archive log files
After DR shipped to new location, we will need to re-build DR first.
More process/procedures need to run.
===========================================================
The Advantage/Disadvantage of Choice #1:
1. Doesn't require any PROD down time, Process is simple and strighforward
2. But the performance when turn on DR maybe unpredictable, if archive log files accumulated too much.
  WE have been monitoring: it is about 2GB, 200 archive log files  every day
   Estimate: 10 GB, 1000 files for about 5 days.
===========================================================
Can anyone experience DR move in your project, any suggestion ?

Step 1. Start up DR
alter database recover managed standby database disconnect from session;
Step 2. Go to Prod Database
alter system set log_archive_dest_state_2=ENABLE scope=spfile;
This will start all log shipping, and pick up from the date when DR get shutdown. Right?
YES...
You can check the status MRP apply on Standby as below;
select process, client_process, thread#, sequence#, status from v$managed_standby;
You can run same statement on Primary to see on how archive log shipping is happening.
>>About "Roll forward using RMAN", Do I still need that?
>> What do you still need ?
If you are enabling Data Guard then you don't need this. It is required only when you dont' want to move archvielogs.
HTH
Pradeep

Similar Messages

  • 9iR2 OLAP Reporting Server Capacity Question

    9iR2 OLAP Reporting Server Capacity Question
    We are running Oracle 9iR2 with OLAP.
    OS - RHEL3 AS
    SERVERS - Dell Poweredge 6600's
    cpu 4 x 2.4ghz
    24GB RAM
    1.5 TB space
    Our AWs are typically 30GB in size. My question is, what is my capacity of jdbc thin client user sessions per box? I haven't been able to find much documentation on scalability with large AWs and a large user base. We will need to host reports for 6000 users moving to 16000 by next year.
    We will be switching to 2x 1.6ghz 64bit opteron boxes this year sometime as well.

    9iR2 OLAP Reporting Server Capacity Question
    We are running Oracle 9iR2 with OLAP.
    OS - RHEL3 AS
    SERVERS - Dell Poweredge 6600's
    cpu 4 x 2.4ghz
    24GB RAM
    1.5 TB space
    Our AWs are typically 30GB in size. My question is, what is my capacity of jdbc thin client user sessions per box? I haven't been able to find much documentation on scalability with large AWs and a large user base. We will need to host reports for 6000 users moving to 16000 by next year.
    We will be switching to 2x 1.6ghz 64bit opteron boxes this year sometime as well.

  • Mac OSX 10.5.3 Leopard STANDARD Server CHANGEIP questions

    I am confused on how to check and change TCP/IP addresses via Mac OSX Leopard 10.5.3 server in STANDARD mode.
    I watched the great Sean Colins Lynda.com tutorial on OSX 10.5 Server, but i still have a few questions with how to deal with DNSs and CHANGE IP
    Here is the hardware & scenario:
    -- G5 Silver Doors Tower with 1.7GB Ram and Mac OSX 10.5 Leopard 10 user server
    -- Cablevision ISP with there BOOST service [that allows you to set-up a server and does not block ports 25 or 80]
    -- NO Static IP from Cablevison [they change it once in a blue moon when they want so I rely on DYNDNS below]
    -- Apple Airport TimeCapsule [with all latest firmware updates etc]
    -- DynDNS account and client software installed on server to update the DYNDNS severs with the current Cablevisions TCP/IP address
    Problem and Question
    ===
    Three times a year I will need to move this server. 1/3rd of year and at setup it is on residential Cablevision Account and Apple TimeCapsule Router, Then 2/3 of year server will be behind two funky large networks where I will have to set-up manual IP, DNS, and proxy info
    I need to know what the proper process is when I want to move the Mac. When the 10.5.3 STANDARD Server is in STANDARD mode can I just change the TCP/IP address in SYSTEM PREFERENCES...NETWORK ? Do I have to run the CHANGEIP command Afterwards [or Before]
    Also, for DNS config on server does it always need to have the loop back self reference [127.0.0.1] or can it just be configed from the Airport and/or network?
    And, big problem for now... dumbly when I set-up the OSX Server on the TimeCapsule Network I forgot to write down the TCP/IP address used. Now I am on the second funky corporate network and can't use the command:
    sudo changeip - idon't_knowip 10.0.96.48 server.cmtenyoffice.com server.cmtenyoffice.com
    Also, another question for the HOSTNAME... should it be HOSTNAME or FullyQuallifiedDomainName?
    My HOSTNAME seems to be "CMTE-Server.local" but I specified the FullyQualifiedDomainName to "sever.cmtenyoffice.com"
    NOTE: I do NOT have this domain registered and am not yet hosting a website or email server on this machine, but I may soon register the domain and then point MX records etc to the DYNDNS record that would point to server
    Anyhow, to wrap up,
    1- What is the proper process for changing the TCP IP address with a Leopard 10.5.3 STANDARD SERVER?
    2- What do I do with CHANGEIP command if I don't know what the STARTING TCP/IP address is?
    3- For HOSTNAME should I be entering the unregistered FQDN or the "CMTE-Server.local"
    Thanks for any an all info.
    -- Eric ZORK Alan
    -- Professional Poet & BED VLOGGER

    Hi Eric
    You use the one its using now.
    If the Server is Standalone issue:
    sudo changeip - oldIP newIP oldhostname newhostname
    Even if nothing changes you can still issue the command, supply the system admin name and password and let it do its stuff. Prior to doing this you must change the address in the Network Preferences Pane. Although not necessary it does not hurt if you restart afterwards.
    If the Server is an OD Master issue:
    sudo changeip /LDAPv3/127.0.0.1 oldIP newIP oldhostname newhostname
    You will not only be prompted for the system admin name and password but also for the Directory Administrator name and password. With both command you will get feedback as to what is going on. Obviously you will see more changes made if its an LDAP Server. Hostname will be the fully qualifed domain name (FQDN) defined in the DNS Service eg: myserver.mydomain.com.
    man changeip
    For usage. Actually prior to doing any of this and incidentally a good way of finding out not only the hostname but also the IP address associated with that name issue:
    sudo changeip -checkhostname
    You should run this before/after making the change. If everything checks out OK it should report 'the names match, there is nothing to change'. This is a good a test that lets you know its worked. However its not the only test. I would run host, nslookup and dig also. Next set a client to use the Server for its DNS and then test connectivity with firstly the Server's fqdn and lastly its IP Address.
    Ultimately the truest test is: "what impact has the change made on clients accessing the Server and its Services successfully?"
    If the Server is a mature OD Master (possibly PDC as well) with DNS, Mail, AFP, SMB, iCal and any other 2-3 additional services configured and running then issuing changeip may appear - superficially - to have worked. Occsasionally - in my experience - serious problems begin to develop with the LDAP database to the extent where the only 'cure' is to demote to Standalone, sorting out DNS and re-promoting. This can have serious repercussions if you have not made preparations to limit the re-build time prior to changing the IP address and issuing the command. Equally it can be successful. However can you take the risk?
    Tony

  • Final Cut Server Usage Question...

    I have just started researching this product and confused a little about it. I am the IT dept at a small advertising agency that does quite bit of video work.
    Mostly all of the workstation in the office are PowerMac G5's that clock in at dual 2.2GHz or above with 4GB of RAM
    We also have an Xserve G5 (Dual) with 4GB of RAM a 2GB fibre card installed and an apple RAID system as well. The office is all wired with 10/100.
    With final cut server - will they be able to actullay edit video over the network on the RAID through the Xserve. Is that what this software is for? Sorry for such a lame question. If not is this basically like Adobe's Bridge application?
    Let me know.

    Yes it does do basically what your saying, You can leave the source media on the server and just edit from your local machine. You can also download proxies (lower res version of the source media) and edit on a laptop or with a PC without having to move the large source files.
    I cant imagine any reason why any company or small business using more than one editing machine wouldn't go for this solution
    Does that answer your question?

  • Safari cannot find the server and question mark in blue square

    Hi
    I consistently have problems with safari displaying the message safari cannot find the server. The version I have is 5.1.8 and I installed a security update today (23.3.13) hoping it would solve the problem. After refreshing the page a couple of times or restarting safari everything works as normal but this is an ongoing issue. I also have problems with images loading on sites. They appear as blue squares with question marks. I have tried most things people have said on the net but nothing is working.
    Please help!
    Thanks

    HI aad1612,
    Try deleting the safari plist by foloowing these instructions:
    Close Safari
    Open a Finder window
    Click on "Go" in the upper status bar
    Click and HOLD the alt/option key (Library should appear in the above list)
    Keep holding the alt/otion key and click on Library (this will open a new window)
    Open the Preference folder (NOT Preference Panes)
    Look for com.apple.Safari.plist
    Right mouse client to move this file to trash
    Empty the trash
    Open Safari again and hopefully your issue will be reoslved.
    Good Luck

  • Server migration questions

    Hi all: I will soon be migrating an OES2sp3 server to OES11sp1. I have read through the migration docs but still I have a few questions I need answered/clarified.
    1. When installing OES11 on the target server, I have to give it a name and bring it into the tree. When the migration takes place, will all instances of the target server, both in OES and SLES, get renamed to that of the source server? Most notably the internal server CA_default certificate, which gets named during OES installation.
    2. Prior to migration and docs say to create the driver store and print manager on the target server. Do I just give them a temp name as the transfer ID task will rename everything when it runs?
    3. The server being migrated is our CA server. My plan was to move the CA to a different server temporarily to another OES server, and once the migration is finished, move it back. Does that seem reasonable?
    Thanks, Chris.

    I hate when I do that.
    >>> smflood<[email protected]> 12/12/2013 6:06 PM >>>
    cmosentine;2297649 Wrote:
    > Hi all: I will soon be migrating an OES2sp3 server to OES11sp1. I have
    > read through the migration docs but still I have a few questions I need
    > answered/clarified.
    Given that you are asking about migrating from OES2 SP3 to OES11 SP1
    then I suggest reposting in the OES11 (Linux) Migration forum @
    https://forums.novell.com/novell-pro...oes-migration/
    as this is a NetWare-related forum.
    HTH.
    Simon
    Novell Knowledge Partner
    If you find this post helpful and are logged into the web interface,
    please show your appreciation and click on the star below. Thanks.
    smflood's Profile: https://forums.novell.com/member.php?userid=617
    View this thread: https://forums.novell.com/showthread.php?t=473395

  • Users forced to clear cache and cookies after server move

    We recently moved our ColdFusion 9 website from one server to a new and improved upgraded spec server. The site works great and the upgrades are a huge improvement. However, since the move last Friday we are being flooded with calls to our helpdesk because a user goes to our normal login screen, enters their username and password, successfully login (which I store their last successful login in the account in a database so I know it's passing all login scripts), but when redirected to the "successful login" message screen, it is not holding the session variables from the login page and prompts them to login again. It's a basic form with username and password, a simple query to check for an account with those credentials and then if found sets a session.usauthenticated and then moves them to the next page. This has been working on the old server with no issues. I don't believe it's a coding issue, because on everyone who has called in, if we clear their cache and cookies from the browser and then attempt to login again, it works fine and maintains their session. This has worked on everyone so far. So I'm thinking it has something to do with our users storing cookies from the old server and the new server is trying to access them unsuccessfully.
    Is there a way around this? It seems rather odd to me that there isn't an easy way to migrate a website to a new server and treat it as a new website to the user instead of something cached. How can we make our website work for past users without having to have each and every person clear their cache and cookies (we're talking over 300,000 users here so this could get intense). Most users won't know to do this so they are all calling our help desk which is being overrun with these calls right now.

    never fails, after you post a question, you find the answer.   For anyone else who runs into this, we had to purge all cookie and session data from our users prior to them hitting the login screen. After doing the following code, they were able to successfully login on our new server without having to manually clear their cache and cookies from their browsers.
        <cflock scope="Session" timeout="10" type="exclusive">
          <cfset structclear(session)>
        </cflock>
        <cfloop item="name" collection="#cookie#">
        <cfcookie name="#name#" value="" expires="now" />
        </cfloop>

  • Massive mp3 file(path) move question

    Alright so I recently purchased a 2 terabyte network server for my home network. The purpose of this is to move all my music, movies, photos, etc. to the network drive in order to clear out all that space on my laptop's drive. At this point and time, I've only copied all my music to network drive. Figure the next step would be is to delete all my music off my local drive. But then got a little worried about iTunes. Now when I delete my music off my local drive, iTunes will be looking for the mp3s via the originated file path. Obviously the file is not going to be there. So when this happens in iTunes, the circularly enclosed exclamation point pops up and iTunes wants you to manually and find the file for it to play. So essentially my question is... Since I'm doing this on a large scale, Is there an easier way to get this done?
    Best solution I was able to come up with was to delete all the songs in iTunes and re-drag all the music back in there. BUT... the problem I have with that a good majority of the music's album artwork were manually put in by me (kind of uh...yeah about seeing the album artwork on the screen when I'm listening to my iPod). So I don't want lose all that it. Help! Kind of long, I know. Appreciate any help or suggestions.

    Thanks for responding Brian -
    The message I get is Error Code -2147467259
    Conn Execute.vi->InsertIntoFrom.vi<ERR>Exception occured in Microsoft OLE DB Provider for ODBC Drivers: [Microsoft][ODBC Microsoft Access Driver] Could not find file 'C:\Project\APDSS\DataBase\ExternalInterface.mdb'. in Conn Execute.vi->InsertIntoFrom.vi
    When my query looks like
    INSERT INTO InternalInterface SELECT Field1, Field2 FROM ExternalInterface.ExternalTable WHERE Id = '065649-101-750';

  • SSRS Server Move-Native to Integrated

    Is it possible to move SSRS report data from a native environment to an SSRS integrated environment? If so, what are the steps or can you connect me to resources to assist?

    Hi,
    Thanks for posting in MSDN forum.
    According to your description, I think your question is related to SQL Server Reporting Services. But this forum is to discuss problems of Office development such as VBA, VSTO, Apps for Office .etc.
    So I suggest you posting it in SQL Server Reporting Services, Power View
    forum for more efficient responses.
    Thanks.
    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.
    Click
    HERE to participate the survey.

  • Move question back

    I'd appreciate if staff would move my question back to where it was as it does not in fact belong in the XML discussion but rather database discussion. Thank you.
    http://social.msdn.microsoft.com/Forums/en-US/d41524ba-f9f3-47ad-944a-754c7eafe845/vs-2010-xsd-database-change?forum=xmlandnetfx

    It has been moved to the SQL Server migration forum. Your existing links will still work.
    If you need any additional assistance let us know.
    Life is one big road with a lot of signs.

  • Office Web Apps server security question

    Hello,
    According to this technet article Microsoft appears to recommend against allowing both external and internal users access to your OWA server.
    http://technet.microsoft.com/en-us/library/jj219435(v=office.15).aspx#viewers
    "Files that are intended to be viewed through a web browser by using Online Viewers must not require authentication. In other words, the files must be available publicly because Online Viewers can’t perform authentication when it is retrieving files.
    We strongly recommend that the Office Web Apps Server farm that you use for Online Viewers is only able to access either the intranet or the Internet, but not both. This is because Office Web Apps Server doesn’t differentiate between requests for intranet
    and Internet URLs. Somebody on the Internet could request an intranet URL, for example, causing a security leak if an internal document is viewed."
    Just trying to make sense of this.  I am building a new Lync 2013 environment and I definitely want my internal users to be able to leverage the OWA server.  So does that mean I should not publish that server to the internet?  And if I do
    not, does that mean my users will not be able to share a powerpoint presentation at all to external users?  If this is all true and I'm understanding this correctly, does this mean that most implementations choose one or the other? Or does Lync not
    use these "Online Viewers" so I can just disable them and users will still be able to share powerpoint presentations with external users?
    Thanks for any help you can provide for this confusion.

    No, you should publish to both internal and Internet on the same server, it's just how it's done with Lync.  You can't really have two with Lync for this purpose anyway.  Users will upload PowerPoint presentations to it when it's time to share,
    no editing is possible, and the risk is generally minimal.  You can shorten the cache time to help if you're concerned.
    Regardless, from the article:
    http://technet.microsoft.com/en-us/library/jj219442(v=office.15).aspx setting OpenFromUrlEnabled "Turns on or off the ability to use Online Viewers to view Officefiles from a URL or UNC path.".  This is set to false and turned off by default.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications

  • Mail server setup question on mini server

    I want use Mac Mini Server as my emailserver,  I have some question here.
    Is 500G hard-disk enough for storedata? After two or three years, incase 500G already not enough for store all email data, Could I have any solution for this issue? My company has around 100 email user.
    Is Mac mini server can do 7*24job?

    Is 500G hard-disk enough for storedata?
    How long is a piece of string?
    Seriously. Who can answer that question? no one here can. It depends on way more factors than you've given us. The use of IMAP (where messages are stored on the server) vs. POP (where they're downloaded to the client) will also make a difference, as will retention policies (do you require keeping all email correspondence for 5 years? or do you not care if users delete mail immediately?)
    A good starting point, though would be to look at the average size of a user's mailbox now and extrapolate.
    For example, I think I'm a fairly heavy email user and my ~/Library/Mail directory is 5.4GB. If everyone in your company is like me then you'd need 5.4GB x 100 users, or 540GB to store all their mail.
    Most users aren't like me, though, but you'll have to determine that yourself.
    After two or three years, incase 500G already not enough for store all email data, Could I have any solution for this issue?
    Sure. You can add additional storage (e.g. via FireWire or some external mechanism) and migrate mailboxes there. You can even selectively store different user's mailboxes on different volumes. It's all possible.
    Is Mac mini server can do 7*24job?
    Sure. Many people are using the Mini 24/7. I wouldn't say it's ideal for critical systems but using mirrored disk will insulate you from the biggest problem. If this is going to be the main mail system for your company though, you need to consider other elements such as backup and failover (what to do when/if this machine crashes/explodes/is otherwise unavailable).

  • Server Newbie Questions

    Hi Forum,
    I am new to using OSX Server. I am trying to setup a new network at our small office using OSX 10.5 Server installed on a new Mac Pro as the Gateway to our internet connection. This makes the most since to me, since we have a need for up to 2(maybe 3) VPN connections at a time, and Apple support told me that the Airport Extreme can only handle one VPN at a time.
    We are currently on Qwest DSL with a Static IP address. The service is not so good, and we are evaluating other options. In the meantime, I need to get the network up and running, despite the slow speed of the internet connection.
    A map of how the network should be setup is here -> http://www.cliffkujala.com/network.jpg
    I ran through the Gateway Setup Assistant, and I have the computers networked locally, but none of them (except the server) can get to the internet. I assume that the gateway assistant should have opened up all the normal ports in the firewall.
    Something that is also strange about the gateway assistant. When I run it, it places the WAN connected ethernet port (en0) behind the LAN connected ethernet port (en1). Unless I move them back, I lose internet on the server too.
    Message was edited by: Cliff Kujala

    "Because we are a nonprofit, we are members of techsoup and can get the software cheap enough, but I don't really understand the licensing, particularly the Remote desktop services CALs.  How does this service differ from what I currently understand
    as RDC.  Do I need to get one of these CALs to be able to provide remote support to users/PCs?"
    Your absolute best source of licensing information and clarification is to speak with a trained Microsoft licensing specialist.  You can find one by starting your search at
    www.microsoft.com/licensing.
    Are all these devices owned by your organization?  If so, dump XP as quickly as possible.  You also might want to check into Office 365 instead of google apps, unless you like the fact that google reads everything you do.  The combination
    of Office 365 and Windows Intune might seem like a lot of money up front, but when you consider the significant amount of management time that is simply eliminated by them, they can be quite cost-effective.
    It's pretty hard to 'assess' the software without any knowledge of applications needed, usage patterns, vendors, etc.  If you do not feel comfortable performing the function yourself, find a reputable local consultant to come in and assist.
    . : | : . : | : . tim

  • Thinking of making the PC to Mac Move, questions about Photos App

    Helped my mother on her Mac a little bit and got the Photos App working for her. Now my turn, I have been a die hard Windows user, but I will never use a Windows phone. (Can never give up my iPhone) I have been taking on a huge family project of scanning old photos and dating them. Along with digital photos from early 2000’s. I have probably about 10,000 photos. (And 20,000 more to scan) In Windows I use photo gallery 2012 to organize and date etc. my photos. The thing I like about photo gallery is that when I make a change to a photo it edits the original. The dates and GPS I add to the photo are forever saved to the file in the metadata.
    I am very tempted to move to a Mac. (I have an iPhone & Apple TV, I would like to sync across all my devices) I never like iPhoto, the idea of a “non destructive” editing means I have to import and export photos. I think the new Photos app might work for me.
    A few questions:
    If I move all my directories/folders of my photos to a Mac, will I be able to use the Mac Photo App to edit the photos and the changes I make be saved directly to the photo file in the respective folder? (Or are the photos then saved in a new location after being edited in the Mac Photo App?)
    If I turn on the iCloud Photo Library (on the Mac & iPhone) I understand all my photos will be uploaded to the cloud and any changes made on either device will be seen on the other. My question, if I make changes to a photo that is in the iCloud will that change be made to the original photo file that is stored on the Mac? (Basically I want to have at all times a hard drive copy for my personal backup)
    With the iCloud Photo Library feature I understand that any new photo I take with my iPhone is uploaded to the iCloud. Are the photos taken on the iPhone physically downloaded to the Mac? I know I can view them on the Mac Photo app, but I want to know if they are downloaded to the Mac and if so where does it save the new photos?
    Thanks,
    Nick

    I do not use ICloud so someone else will need to answer those questions.  For question one though...  Photos, like Aperture and Iphoto before it, puts your photos in its own filing system.  You would need to export the photos to get them back out of Photos.  You can export them to anywhere in your mac file system.

  • Steps to be done by developer in server movement physically

    Hi All,
    We are moving BW server from one place to another place physically. The basis team is taking care of all movements. As BW developer what are the steps I needs to be done?
    Like should we delete all delta queue & data mart status? I need some complete guide lines on this. This is high critical project to our company.
    So send me any link or document if you did already.
    Thanks in advance.
    Arun Thangaraj

    As Ajay said, all you should have to do is make sure you're not running batch jobs or loads when the server is brought down.  I think it would be prudent to clear the delta queues and have your load cycle finished, but it shouldn't matter, but you never know what might go wrong.
    Obviously you need to think about user impacts, letting people know what is going on and when the system won't be available.
    If you have enabled some quereis as web services, you may want to make sure you know what might be impacted.  It's possible others getdata from your BW from a web service and don't realize it is even coming form BW.
    If you send / receive data from other systems, you need to coordinate to make sure none are adversely effected.
    If you receive deltas from non R/3 systems, you might want to be sure that they will not have a problem if your BW system is down, e.g. if the BW would be down for more than a day, will the other system accumlate the deltas properly.

Maybe you are looking for

  • Unable to view the appraisal document in PMS

    Hi, We have upgraded our system from 7.01 to 7.4 and ECC from EHP4 to EHP7. After upgrade we are not able to open the appraisal document from Appraisal Inbox (Performance management) page/Employee & Reviewer Inbox page but getting blank screen. We ha

  • Uninstall Microsoft apps

    how do I do this? Tried the normal way but it didn't work. Bought an app to uninstall it but that didn't work either. It's bad enough that belle has been driving me up the wall now this! Can someone please save my sanity?

  • Strange Stats

    Hi, Anyone care to comment in regards to these stats. Very high d/s CRC errors and NO d/s FEC errors even though I'm apparently interleaved. ( I would usually have relatively high FEC and low CRC d/s errors) Incidentally, I have noticed that my ping

  • BR0301E SQL error -1017 at location BrDbConnect-2

    Hi, When we run brbackup as user brtadm and orabrt we get the error: BR0051I BRBACKUP 7.00 (11) BR0055I Start of database backup: bdujhhla.qub 2007-01-12 17.28.02 BR0280I BRBACKUP time stamp: 2007-01-12 17.28.02 BR0301E SQL error -1017 at location Br

  • Workflow not sending email to first reviewer but sends to everyone else

    I have a criteria workflow that is working fine except for one small problem. The first person in the workflow does not get notified. If they login and approve, the content continues through the workflow and everyone else is notified. I can even reje