Issue in creating multiple Replication Sets....

Hi,
'Forgot to mention this particular issue that I used to experience whenever we have the DR exercise.
After the activity, all replication sets that were deleted has to be re-created. I used to do it from the GUI console where I manually re-create all the replication sets one after the other in a normal phasing.
But it seems that doing it in a normal speed tends other replication sets that is currently synchronizing to be unsynchronized and so I have to resume them again and wait for a while before I can proceed creating another one.
What could be the reason? Any workarounds?
Thanks!

The firmware upgrade process is extremely robust and will only upgrade one component at a time (ignoring disks for the time being). Since the entire family is resilient to SPOFs, even a failed component or upgrade step will not cause loss of access to storage as long as you have a system built to best practices (multipathing / multiple paths etc)
Whilst upgrading, the downside is a performance hit as while the upgrade is in process, you effectively have degraded components which can affect cache / cache-mirroring etc.
Disks can't be done online in any sensible fashion so some downtime has to be scheduled for those.
Since you're doing disks anyway, it would probably be a good move to perform the other components at the same time.
I'm pretty sure you can arrange for a service engineer to perform the upgrade for you but of course, depending on your level of cover, this may be chargeable.
Upgrading firmware on these beasts is a simple task.
Of course there are two schools of thought
1) If it ain't broken, don't fix it
2) If we don't keep bang-up-to-date, we could suffer old bugs
One requirement should you require support services intervention may be that you will need to upgrade to the latest revs anyway - there are good reasons for this but when you're on the receiving end of that news, it's never welcome.
Do you have a professional services contact you could perhaps speak to about the risks / mitigation etc?

Similar Messages

  • Shortdump when creating new Application set

    Hi All,
    We have a newly installed BPC system (BPC 7.0, SP 02).
    We are facing issues when creating new Application Set. Although on the .Net server it shows that the creation of appset was successful, in SM37 Copy AppSet job is terminated with Shortdump "Raise_Exception, X_Message". 
    I can see the new appset in RSA1, however not all dimensions and applications are copied from Apshell.
    I've seen SAP Note: 1420399, which says that this type of issue happens when the user does not have sufficient access. But we are facing same issue with admin user who has full access.
    Any pointers in resolving this issue would be highly appreciated.
    Thanks in advance.
    Regards,
    Meera

    Please verify you have followed the following steps from the installation guide.
    These steps are required for proper functioning of the Business Planning and Consolidation software:
    1. Set the /CPMB/ namespace to changeable:
    a) Go to transaction SE06 and choose System Change Option.
    b) Make sure that the BPC Addon is set to Restricted Modifiability.
    c) Set the /CPMB/ namespace to Modifiable.
    2. Set the /B28/ namespace to changeable:
    a) Go to transaction SE06 and choose System Change Option.
    b) Make sure that the BPC Addon is set to Restricted Modifiability.
    c) Set the /B28/ namespace to Modifiable.
    Thanks and best regards,
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP BusinessObjects
    Enterprise Performance Management
    Regional Implementation Group

  • Multiple record sets???

    I am having a tough time with setting up a list that is set
    up as shown at the bottom of the page. So I thought maybe I could
    create multiple record sets... one for each category. The problem
    is that there are 30+ categories. I really could use some help.
    Is multiple record sets the proper way to do this or am I
    missing the big picture?
    The other direction that was in my mind was if there was a
    way to change the "WHERE category = ?" statement as I get to each
    category.... is that possible?
    Category 1
    field 1 field 2 field 3
    field 1 field 2 field 3
    field 1 field 2 field 3
    Category 2
    field 1 field 2 field 3
    field 1 field 2 field 3
    Thanks in advance
    Dave

    Sounds like you need a join statement in your SQL, is the
    category and field info in different tables, then a join would be
    perfect, also what language are you using. I know another way in
    php you could use a while loop with another RS inside that gets the
    proper field info for each category.
    check out this:
    http://www.w3schools.com/sql/sql_join.asp

  • Multiple Pre-Sets

    I would like to be able to create multiple pre-sets that I can switch on the fly. For example, my first pre-set could be my camera fairly large and my PowerPoint small but at the touch of a single button (or key or mouse click) they would instantly but smoothly swap sizes. I could return them to the original pre-set by touching another button (or key, etc.). I'd like to create a few different pre-sets for use under differing condition. Is such a thing possible and, if so, can you point me to info on the solution?
    Thanks.

    Can layouts be changed during live events on the fly?
    HeywardDrummond <[email protected]>
    03/09/2011 07:15 AM
    Please respond to
    [email protected]
    To
    James Jones <[email protected]>
    cc
    Subject
    Re: Multiple Pre-Sets
    That is easy.  Your use of pre-sets is what Adobe Connect is called
    Layouts.  Use the layouts menu to create different views of the same of
    different presentations and content. You move the content around just as
    you want for each layout.  It is exactly what you are looking for.  Very
    cool feature.

  • Is creating multiple FileInputStream for one file OK?

    Are there any issue with creating multiple FileInputStream for a single file? I have code that reads from a same file in multiple threads. Presumably, it should be ok since the file is being opened as read-only with FileInputStream. I have not seen any problem with it, but I want to be sure that there are no issues with doing this.
    Jae

    i think that is no problem,becase when you complete creating a FileInputStream,
    the FileInputStream is autocephaly and have't relation with File,but Class File is differ in this ,if you create much new File() from one file ,System will report a err.

  • WLST - Creating Multiple JNDI Names

    Running into an issue while creating multiple JNDI Names using WLST.
    The script does create the JNDI Names in the following format:
    value1, value2
    What I want is:
    value1
    value2
    How do i add a return or next line to the script.
    Script Segment:
    for ds in dataSourceList:
    poolName = props.getProperty('DataSource.' + ds +'.PoolName')
    if poolName != None:
    if props.getProperty('MultiPool.' + poolName + '.poolList') == None:
    targetList = props.getProperty('DataSource.' + ds + '.targets').split(',')
    dsJNDIName = props.getProperty('DataSource.' + ds +'.JNDIName')
    createSinglePoolDS(poolName, ds, dsJNDIName, targetList)
    else:
    createMultiPoolDS(ds)
    else:
    print 'DataSource ' + ds + ' is not configured correctly'
    Property:
    DataSources=DataSoruce
    DataSource.jdbc/catalog.targets=Target
    DataSource.jdbc/catalog.JNDIName=Value1,Value2
    DataSource.jdbc/catalog.PoolName=Poolname
    DataSource.jdbc/catalog.TX=TX
    Any help is appreciated.

    Senthil,
    I changed my weblogic-ejb-jar.xml to have two entries point to one bean:
    <weblogic-ejb-jar>
    <weblogic-enterprise-bean>
    <ejb-name>ejb.MyBean</ejb-name>
    <caching-descriptor>
    <max-beans-in-free-pool>1000</max-beans-in-free-pool>
    </caching-descriptor>
    <jndi-name>MyBeanHome1</jndi-name>
    </weblogic-enterprise-bean>
    <weblogic-enterprise-bean>
    <ejb-name>ejb.MyBean</ejb-name>
    <caching-descriptor>
    <max-beans-in-free-pool>1000</max-beans-in-free-pool>
    </caching-descriptor>
    <jndi-name>MyBeanHome2</jndi-name>
    </weblogic-enterprise-bean>
    </weblogic-ejb-jar>
    When I call ctx.lookup(), it can find "MyBeanHome2", but not "MyBeanHome1".
    Am I doing anything wrong?
    Senthil Kumar S wrote:
    I think u can do that using EJb references in weblogic.jar.xml file.
    U define multiple refs and link it to a single JNDI name
    Catherine Wen wrote:
    Does anyone know is it possible to have multiple JNDI names mapping to
    one instance of object in JNDI tree? For example, when I do JNDI lookup
    for the following JNDI names
    ejb.mybeanHome1
    ejb.mybeanHome2
    ejb.mybeanHome
    they will all return me an instance of MybeanHome.
    Thanks!

  • Batch create multiple pdf's while using epilogue.ps for setting initial view and opening bookmarks

    Hi,
    I'm trying to batch create multiple pdf's from word files, and use the epilogue.ps file for setting the initial view and opening the bookmarks panel, but i keep getting no satisfying result.. i'm probably missing something fundamental.
    I've read some forum posts and adobe help posts explaining this, so i'm pretty sure this would be possible?
    Reference:
    http://help.adobe.com/en_US/acrobat/X/pro/using/WS58a04a822e3e50102bd615109794195ff-7f0f.w .html  see advanced panel options
    http://help.adobe.com/en_US/acrobat/using/WS58a04a822e3e50102bd615109794195ff-7f14.w.html
    System: Windows 7
    Acrobat: Acrobat X professional
    i've searched for and found a way to overwite the epilogue.ps file and have inserted the following:
    %  Insert your custom PostScript here...
    [ /PageMode /UseThumbs
    /Page 1 /View [/Fit ]
    /DOCVIEW pdfmark
    After that i checked my Adobe Acrobat preferences, and in the categorie 'Convert to Pdf' i selected 'Microsoft office word' in the select area 'Converting to pdf'.
    Clicked 'Edit settings' to allow creating a joboptions file (field: 'adobe pdf settings') which has the option 'Use epiloque.ps and prologue.ps' checked in the advanced section.
    So now i thought i would have everyting setup to create my pdf's, however, my view isn't changed to fit, nor are there any bookmarks or in this case thumbs (i used /useThumbs) visible.
    Did i miss something obvious? Is there a better way to test this? Any help would be appreciated!

    i like it about that ok in how to open my site

  • Combine functionality Batch Create Multiple files and Set Security

    Greetings,
    Is there any way to combine the functionality of Acrobat Pro’s “Batch Create Multiple Files” (File (drop down) -> Create PDF -> Batch Create Multiple Files…) and running a batch process (Advanced -> Document Processing -> Batch Processing -> Batch Sequences -> Set Security)?
    Ideally I’d like to either:
    1)      Add the “Set Security” batch process to the “Batch Create Multiple Files … command located under the File (drop down) -> Create PDF
    or
    2)      Be able to create a batch process that first allows me to select the documents (Word, Excel, etc.) I want to convert into PDF files, then converts them, then runs the Set Security batch process.
    Right now it isn’t too much trouble to first “Create Multiple Files…” then run the batch process Set Security, but it would be nice to be able to do both with a single command.
    Any suggestions?
    Thank you,
    TPK

    I have uploaded the files and shared them.  These are the links
    Grade 11 Maths Standardisation Project Paper 2 2013.doc
    https://files.acrobat.com/preview/9694310d-ca7f-4919-883d-c53b36215d89
    Grade 11 Maths Standardisation Project Paper 2 Analysis Grid 2013.doc
    https://files.acrobat.com/preview/97da9e5f-d412-4d25-9bbc-d1a525d90826
    Grade 11 Maths Standardisation Project Paper 2 Diagram Sheet 2013.doc
    https://files.acrobat.com/preview/f50dd62e-af04-4060-85c5-fa81ce6803d8
    Grade 11 Maths Standardisation Project Paper 2 Formula Sheet 2013.doc
    https://files.acrobat.com/preview/7fc6007b-aaa6-4d65-9a8c-bf99818474a5
    Grade 11 Maths Standardisation Project Paper 2 Marking Guidelines 2013.doc
    https://files.acrobat.com/preview/b3a715bb-3683-48df-b0ec-3d17442275be
    Grade 11 Maths Standardisation Project Paper I Analysis Grid 2013.docx
    https://files.acrobat.com/preview/ab62e6b6-0261-434e-8a2f-382f74335685
    The first file is the problem file.  If you create this file separately, Acrobat will convert it perfectly.  But "Batch create multiple files" and the graphics are deconstructed on page 8

  • Issue While creating dimension set

    Hi,
    I created my 4 dimensions for 4 different languages.But whenever I tried to create the Dimension Set,there is a field named Enabled Dimensions.
    In my point of view there should some the list of all the enabled Dimension ,but I am not getting any single Dimension .
    I have consulted the First Site2,In that site there is a browse button for selecting the Dimension.Why its not coming in my case?
    Please help to get me out of here .Any suggestion will highly be appreciated.
    Thanks in Advance
    Kundan Kumar

    Hi all,
    I have the same doubt, how to add dimensions to the dimension set
    Here a print screen of what I see in the dimension set form.
    http://snag.gy/p9Baa.jpg
    Gerardo, can you explain what you meant by picking dimension from the Java Applet.
    Thanks
    Update: Finally realized what you meant, here is the print screen.
    I have to add to the tree menu the dimensions, then on the dimension set form select the dimensions from the tree menu (on the left) and finally click on "add select items"
    http://snag.gy/pOrgW.jpg
    Edited by: carlos.pereira on May 30, 2013 12:04 PM

  • In Pages (5.5.1) can I create multiple Paragraph Styles within one paragraph?

    In Pages (5.5.1) can I create multiple Paragraph Styles within one paragraph. 
    I need to make a table of contents for my Mater's Thesis and want to use the automatic table of contents feature.  I want the first sentence of a paragraph to have a different paragraph setting than the rest of the paragraph.  Is this possible?
    Thanks!

    Nice of you to be doing this for your Mother's Thesis.
    There are several issues here:
    1. A Paragraph Style is what it says, the style for the paragraph
    2. You can format text within a paragraph by applying a Character Style
    3. Pages 5.5.1 lets you apply formatting to overall text for the T.O.C. but not parts of it and you can not retain that formatting as a Paragraph style
    So in answer to your question, no.
    You will need to create the T.O.C. manually and unfortunately as Pages 5.5.1 can't create bookmarks (just one of over 100 missing features) you will be unable to link the T.O.C. to the referred pages in the list.
    Peter
    Apple's marketing slogan:
    Pages 5.5.1 - Can't Do That!

  • Creating multiple instances for a single file in B2B

    Hi,
    I have a requirement to read the camt.053 file from the remote partner using Oracle B2B and send the file to oracle AIA and insert the data in the ERP database tables. I am able to read the file successfully through B2B using listening channel and send the data to AIA and insert the data in ERP tables but, if there is any error occured while inserting the data in the ERP tables it is creating multiple instances(6 message count) for the same file in B2B reports. where as it is creating only one entry in reports in case of successful insertion. I have not given any retry count in listening channel nor in the database adapter in SOA/AIA composite. I am confused from where B2B is retrying the message ? Do i need to set any system properties? Could you please guide me to resolve this issue?
    Regards,
    Nishanth.

    App message delivery is not retried in B2B, rather failed messages are delivered to the IP_IN_QUEUE. Please enable the logging for B2B engine in TRACE 32 mode and run a test to reproduce the behaviour. Post the log here or mail across to my id (in my profile).
    Regards,
    Anuj

  • One attribute assigned to Multiple Attribute Sets

    Hello There,
    I have created general attributes like Firs_Name (Character - 40), Last_Name (Character - 40) & Age (Numeric - 3) and assigned them to Multiple Attribute sets like Family_Info1, Family_Info2 & Family_Info3.
    Then i have assigned the above mentioned 3 Attribute sets to a BP.
    The problem is, when i maintain the info in Family_Info1 for First_Name, Last_Name & Age, system is updating the Family_Info2 & Family_Info 3 with the sames values and if i maintain the Family_Info2 with a different Value, the Family_Info1 is overwritten with Values from Family_Info2.
    Pls advise, if this is the standard SAP behavior and i should create different Attributes for different Attribute Sets (Like First_Name1 for Family_Info1 & First_Name2 for Family_Info2 etc) OR, it could be a SAP Bug or i need to do some config to fix this issue.
    Thanks and Regards.

    This is the standard behaviour and you can create different attributes and assign them to these different attribute sets to avoid this.
    Prakash

  • Stored Procedure With Multiple Result Sets As Report Source : Crosspost

    Hello Everyone,
    I have an issue where i have created a stored procedure that returns multiple result sets
    /* Input param = @SalesOrderID */
    SELECT * FROM Orders TB1
      INNER JOIN OrderDetails TB2 ON  TB1.ID = TB2.ID
    WHERE TB1.OrderID = @SalesOrderID
    SELECT * FROM Addresses
      WHERE Addresses.OrderID = @SalesOrderID AND Addresses.AddressType = 'Shipping'
    SELECT * FROM Addresses
      WHERE Addresses.OrderID = @SalesOrderID AND Addresses.AddressType = 'Billing'
    This is just a quick sample, the actual procedure is a lot more complex but this illustrates the theory.
    When I set the report source in Crystal X to the stored procedure it is only allowing me to add rows from the first result set.
    Is there any way to get around this issue?
    The reason that I would prefer to use a stored procedure to get all the data is simply performance. Without using one big stored procedure I would have to run at least 6 sub reports which is not acceptable because the number of sub reports could grow exponentially depending on the number of items for a particular sales order.
    Any ideas or input would be greatly appreciated.
    TIA
        - Adam
    P.S
    Sorry for the cross post, I originally posted this question [here|/community [original link is broken];
    but was informed that it might be the wrong forum
    Edited by: Adam Harris on Jul 30, 2008 9:44 PM

    Adam, apologies for the redirect, but it is better to have .NET posts in one place. That way anyone can search the forum for answers. (and I do not have the rights to move posts).
    Anyhow, as long as the report is created, you should be able to pass the datasets as:
    crReportDocument.Database.Tables(0).SetDataSource(dataSet.Tables("NAME_OF_TABLE"))
    Of course alternatively, (not sure if this is possible in your environment) you could create a multi-table ADO .NET dataset and pass that to the report.
    Ludek

  • Creating multiple mailboxes on Exchange 2007 fails

    Hi All,
    We have a problem to create multiple mailboxes simultaneously on Exchange 2007 using the OIM Exchange connector. Only one of the mailboxes is created when multiple powershell scripts are launched at the same time. This problem only occurs in the production environment and not on the Exchange 2007 test server. Therefore it's likely to be an Exchange 2007 server setting causing the other powershell processes and mailboxes to fail. Has anyone else experienced this problem?
    Thanks,
    Albin

    hi.
    have you managed to solve this issue? we have a similar problem when updating some exchange mailbox variables through powershell cmds via OIM. if we run several cmds simultaneously, or right after each other, only the first one is run. tried googling it, but no luck so far.
    thanks,
    tinba

  • Create multiple Still Proxies

    Having a problem creating multiple still proxies. Basically what I want to do is select all the layers in a PSD imported as a cropped comp and create a half res proxy for each item. the right click "create proxy" option is disabled when I select more than one footage item. When I tried to just make my own still proxy render and output modules I couldn't set the "Timespan" (I thought if I could just set this to 1 frame it'd work). Why is it that when I right click a footage item in the project window and select "create proxy", after effects automatically "knows" I just want a still. For some reason I can't seem to recreate this in my render settings template.
    Any help greatly appreciated, at the moment I am HATING having to work in HD, against all logic it's making my hair hurt.
    Ed

    Having tried to use this script a few times now, I'm a little befuddled. It doesn't seem (or rather I can't seem to figure out how to) set still proxies automatically to a proxy of the footage item they're supposed to be "proxy-ing". If I set it to create a movie proxy it sets the footage item up as a proxy no problem (by that I mean it automatically sets the footage created to a proxy of the original footage) but I can't seem to get it to automatically link the proxy to the footage item when i want a still proxy, post render (if anyone actually understands this their grasp of english is SERIOUSLY good). I've gone through my output settings and checked and rechecked everything and I just can't see why it's not doing it. Is it an "issue" with the script or is it just me being a script-tard?

Maybe you are looking for

  • Nokia 6233 v05.10 odd behaviour

    Hello! After thoroughly searching not only this board but the entire Internet, I found no answer to my question so I decided to register and ASK. I need to know if any of you owners of a Nokia 6233 observed this odd behaviour of your phone - so pleas

  • Is there any way to change the text size in pdf documents

    Is it possible to change the font size and line spacing in Adobe Acrobat without zooming the whole page. Any help with that

  • Auto fill not working on safari version 8.0.3

    I recently discovered that the websites I have been using daily are no longer remembering my username or password. I recently deleted my history could this have anything to do with it? What is the handle for it?

  • How do I get iTunes to see my content from "iTunes media" ?

    All my content is in iTunes media folder after transferring from another pc as I followed instructions how to transfer to another pc off this site, but iTunes is reading from a  from a previous library, as i was getting the cannot find or locate .itl

  • Basic questions from new iMac owner

    What exactly should I buy for Time Machine backups (I have 27 inch iMac with 8 gb memory).  Also can I migrate data directly to my iMac from my Dell All-in-One, including Itunes music library?  What type of connector best to use?