Where's the OES2 SP1 documentation?

Novell Documentation takes us to the documentation for OES2 SP2. This is now the current release (just released) of OES2.
Since NOWS SBE2 2.5 is based on OES2 SP1, and has just been released, the OES2 SP1 documentation is still needed.

Originally Posted by Paul Gear
I don't know if you care about this any more, but you can still get the PDF documentation at http://www.novell.com/documentation/...oes2sp1all.zip
The HTML version seems to have disappeared, but i usually prefer the PDF download anyway.
Paul
Thanks Paul,
I don't believe that link was there at the time of the original post. I knew about that link but I'm glad you posted it so others have access to it.
There is one issue that still remains: The links in the NOWS SBE documentation retrieve the OES2 SP2 documents. This is still to be resolved but at least we now have a way to retrieve the correct documents.

Similar Messages

  • Where is the WLSTUtil API documentation

    I've been playing around with Python/Jython and WLST.
    But I cannot seem to find the API for the WLST commands.
    I can get code completion in eclipse that gives me all the possible commands for a certain variable for a dataSource say. But where are the commands/API of each Jython class that WLST defines, documented?
    For instance, if I run a configToScript, I get a script that has the following lines:
    jdbcSR = create(dsName,"JDBCSystemResource")
    theJDBCResource = jdbcSR.getJDBCResource()
    theJDBCResource.setName(dsName)
    And in eclipse, theJDBCResource code completion shows me the methods on that member variable. But where is the documentation for that jython class.
    I looked here (http://download.oracle.com/docs/cd/E13222_01/wls/docs92/javadocs/index.html?weblogic/deploy/api/spi/WebLogicDeploymentManager.html) but that again does not contain the WLSTUtil class.
    BTW: I ran writeToIniFile and got:
    from weblogic.management.scripting.utils import WLSTUtil
    import sys
    origPrompt = sys.ps1
    theInterpreter = WLSTUtil.ensureInterpreter();
    WLSTUtil.ensureWLCtx(theInterpreter)
    execfile(WLSTUtil.getWLSTScriptPath())
    execfile(WLSTUtil.getOfflineWLSTScriptPath())
    exec(WLSTUtil.getOfflineWLSTScriptForModule())
    execfile(WLSTUtil.getWLSTCommonModulePath())
    theInterpreter = None
    sys.ps1 = origPrompt
    modules = WLSTUtil.getWLSTModules()
    for mods in modules:
    execfile(mods.getAbsolutePath())
    wlstPrompt = "false"
    ~
    That tells me that all the jython classes are in WLSTUtl class. Just need to get at the javadoc for it.
    The weblogic.management.scripting.utils package does not contain WLSTUtil as expected.
    Thanks
    Pankaj
    Edited by: [email protected] on Sep 28, 2009 8:42 AM
    Edited by: [email protected] on Sep 28, 2009 8:43 AM

    i couldn't find the api either however if you implement the class you will simply get compiler errors explaining what you left out.

  • Where is the official Oracle documentation that describes Hot Backup?

    I have used the woefully inadequate Metalink search utilities and Google but the nearest thing I have found is a description on "Ask Tom".
    I am looking for the official Oracle documentation that describes what happens internally during a Hot Backup. There are a lot of web sites and blogs out there that describe it but I am looking for the description from Oracle themselves. The only things I have found in the Oracle documentation so far is how to start and stop Hot Backup but not what happens internally. Preferably 11gR2 if it makes any difference.
    Thanks in advance.

    Thanks mseberg. This is what I was looking for. I had read this manual before but apparently glossed over this paragraph:
    "When performing a user-managed online backup, you must place your datafiles into
    backup mode with the ALTER DATABASE or ALTER TABLESPACE statement with the
    BEGIN BACKUP clause. When a tablespace is in backup mode, the database writes the
    before image for an entire block to the redo stream before modifying a block. The
    database also records changes to the block in the online redo log. Backup mode also
    freezes the data file checkpoint until the file is removed from backup mode. Oracle
    Database performs this safeguard because it cannot guarantee that a third-party
    backup tool copies the file header before copying the data blocks."
    Hot backup is still quite useful and Rman doesn't cover all cases. What we are doing with it is using storage-based replication (Shadow Image) to another set of LUNS which we then mount on another server and backup using Rman. This removes the overhead of Rman on the Production Database server and extends our backup window to almost 24 hours.

  • Where is the "Push" service documentation.

    Does anyone know where to find documentation about the Apple "fix" to the background application restriction with a push service, mention here:
    http://www.appleinsider.com/articles/08/06/09/appletackles_iphone_background_app_limits_with_pushservice.html
    Thanks in advance.

    Ouch this hurts !
    So at this point there is no way to create an application that changes the icon (a la default Calendar application) based on information retrieved from the network every so often right?
    No background services allowed, and no push notification service.
    Is this correct?
    Any one know what "in the future" means?
    (me crying ... )

  • Where's the Pro*C Documentation

    I've been using the 8.0.5 EAP version on Red Hat 5.1 for a
    while.
    The only docs I have are old (2.1). Where do I find updated
    Pro*C documentation? Can it be viewed on-line or downloaded?
    Many thanks.
    null

    Scott Dudley (guest) wrote:
    : I've been using the 8.0.5 EAP version on Red Hat 5.1 for a
    : while.
    : The only docs I have are old (2.1). Where do I find updated
    : Pro*C documentation? Can it be viewed on-line or downloaded?
    : Many thanks.
    I Happy New Year! for All...
    In docs menu there are at the end an link "Oracle8" - for Oracle
    8 generic doc...
    null

  • Where are the supported annotations documented?

    When configuring tasks it becomes very easy and intuitive because it uses the EMF model. So the context menu only offers what makes sense in that context.
    But the same doesn't happen with the Annotations. I would expect that there is some wiki or similar where I can find all supported annotation for all tasks. However I followed all links from the wiki and I didn't find anything.
    Does anyone know where I can find this information?
    Thanks in advance.

    Am 06.07.2015 um 14:42 schrieb Christian W. Damus:
    > Hi, Eike,
    >
    > I have to ask: how is it decided whether some particle of information is modeled explicitly in the pertinent setup
    > Ecore model or whether it is modeled in more ad hoc fashion as an annotation?
    That has been decided by the team on a case by case basis. Maybe Ed remembers some general rules ;-)
    > Also, annotations could be ever so much helpful if I could define my own and plug in (via an extension point or
    > something) an annotation processor. Preferably with the option to process before the main loop that
    > interprets/expands the setup model. I have a use case for an annotation that would calculate variable values so that
    > I don't have to repeat them in every one of three streams for dozens of sub-sub-projects.
    The more general facility would probably "just" a pluggable model preprocessor mechanism. On the one hand that sounds
    very powerful and interesting, on the other hand it sounds pretty scary if, for example, an arbitrary plugin can hook in
    a preprocessor that sets disabled=true on all tasks, always. I'm not sure how we could control the ultimate force once
    we've passed it to the public.
    Cheers
    /Eike
    http://www.esc-net.de
    http://thegordian.blogspot.com
    http://twitter.com/eikestepper
    >
    > Cheers,
    >
    > Christian
    >
    >
    > On 2015-07-04 06:54:40 +0000, Eike Stepper said:
    >
    >> Am 03.07.2015 um 21:58 schrieb Silvestre Martins:
    >>> Ok, I see.
    >>>
    >>> I wonder if is there some way I can at least know what annotations exist so I can know where to look in the code.
    >>>
    >>> For instance, if I checkout the oomph source code, can I look for all classes implementing a specific interface, or
    >>> can I look for references to some method?
    >> There are some interfaces that declare annotation constants:
    >>
    >> org.eclipse.oomph.base.BaseAnnotationConstants
    >> org.eclipse.oomph.setup.AnnotationConstants
    >> org.eclipse.oomph.setup.EAnnotationConstants
    >>
    >> Other annotations are declared directly in the classes that exclusively use them:
    >>
    >> org.eclipse.oomph.targlets.internal.core.listeners.PomModulesUpdater
    >> org.eclipse.oomph.targlets.internal.core.listeners.PomArtifactUpdater
    >> org.eclipse.oomph.targlets.internal.core.listeners.TargetDefinitionGenerator
    >>
    >> Another way to find the usage of annotations is the Call Hierarchy of these two methods:
    >>
    >> org.eclipse.oomph.base.ModelElement.getAnnotations()
    >> org.eclipse.oomph.base.ModelElement.getAnnotation(String)
    >>
    >> I hope that helps. If you find the time you could start a new wiki page to collect your findings ;-)
    >>
    >> Cheers
    >> /Eike
    >>
    >> ----
    >> http://www.esc-net.de
    >> http://thegordian.blogspot.com
    >> http://twitter.com/eikestepper
    >>
    >>
    >>
    >>>
    >>> Thanks.
    >>>
    >>>
    >>> Ed Merks wrote on Fri, 03 July 2015 15:28
    >>>> Silvestre,
    >>>>
    >>>> Comments below.
    >>>>
    >>>>
    >>>> On 03/07/2015 8:53 PM, Silvestre Martins wrote:
    >>>>> When configuring tasks it becomes very easy and intuitive because it > uses the EMF model. So the context menu only
    >>>> offers what makes sense > in that context.
    >>>> Yes, you can only create syntactically valid instances...
    >>>>> But the same doesn't happen with the Annotations. Indeed. But we ought to make that smarter with specializations in
    >>>> the child creation of the item providers...
    >>>>> I would expect that there is some wiki or similar where I can find all > supported annotation for all tasks.
    >>>> Indeed, and a few months ago I did start working on documentation (along with a nice generator to make it cool and
    >>>> maintainable)... But then all the release pressures took priority, and now some personal issues take priority...
    >>>>> However I followed all links from the wiki and I didn't find anything.
    >>>> No, because it just doesn't exist.
    >>>>>
    >>>>> Does anyone know where I can find this information?
    >>>> No, it's basically completely undocumented at this point, so only examples of setups serve as a guide, or worse
    >>>> yet, looking at code... Sorry, it will be a while yet...
    >>>>> Thanks in advance.
    >
    >

  • Simple support Apple makes hard - where's the 10.4 documentation?

    Anyone have a clue how/where to access the latest 10.4 PDF documentation? If you go to Support -> Servers -> Tiger, the only documentation resource link there goes to the latest version (10.5). Searching Apple's site is pointless - Apple seems to think server software is like an iPod: new one comes out you can forget last weeks model.

    Try this:
    http://support.apple.com/manuals/#mac%20os%20x%20server%2010.4

  • Where is the Flex 3 documentation and help files?

    The page on Adobe.com gives all broken links (it redirects to the general help section, but does not link to the PDF or LiveDocs):
    http://www.adobe.com/support/documentation/en/flex/flex3.html

    *Bump*
    No comment at all on this?
    What is the use of integrating web comments and collected information into LiveDocs if you're going to yank it from the site without any warning anyway?
    How many carefully edited insights have been destroyed this way? Of course I have the PDFs lying around somewhere, but the web is made out of linked resources, and killing the online resources now broke half the tutorial articles on Flex 3.
    Is this the way Adobe is treating it's userbase?
    Just tough luck, suck it up and move on please?
    People, we have businesses to run on your technology. You don't just remove such a resource without at least giving your users a heads up.

  • Migrate NSS volume data from OES2-SP1 to OES2-SP3 server fails

    Hello forums
    I have a senario where we want to use miggui to migrate all files/folder
    and trustees, to e new server using miggui.
    When we try to migrate from the existing "VOL" from the old OES2-SP1
    server, we get an error on the miggui log running on the new OES2-SP3
    server like this:
    ERROR - FILESYSTEM:migfiles:Error: nbackup: (libtsafs.so 6.50.0 269) No
    data sets can be found or the resource is not available.
    In the miggui the Volumes can be dragged and dropped fine.
    I do not by not know the old OES2-SP1's patch level, nor the OES2-SP3's
    at this time.
    Any ideas of what causes this error?
    - Michael

    Have you looked at this?
    Troubleshooting data migration issues with miggui
    I'd check and maybe see if the sms/tsa code is working properly on the OES2 SP1 server.

  • OES2 SP1 and OES11 SP1

    Hi all,
    Question:
    We have 3 OES2 SP1 32 bit servers, Server A, B and C
    Server A is holding the Master Replica, server B a read write and server C a read write.
    We added 3 new OES11 SP1 64 bit servers to the tree, server D, E and F and no replica's on the servers
    If we do a ndsrepair -T on server A, we can see all servers, A,B,C,D,E and F
    If we do a ndsrepair -T on server B, we can see all servers, A,B,C,D,E and F
    If we do a ndsrepair -T on server C, we can see all servers, A,B,C,D,E and F
    If we do a ndsrepair -T on server D we only see the server itself
    If we do a ndsrepair -T on server E, we see server A and itself
    If we do a ndsrepair -T on server F we only see the server itself
    Should'nt it be the case that all OES11 SP1 servers see each other and the OES2 SP1 servers, even there is no replica and they are OES11 SP1?
    regards,
    Mark

    No, the 'Servers Known to this Database' and 'Timesync' reports do not
    necessarily show all servers in the tree unless the servers on which they
    run know about all of the servers by holding a replica of them. That does
    not really matter, though, as long as eDirectory knows how to look up
    other servers. in your case, with six servers in the tree, it is probably
    safe to go ahead and add r/w replicas to the other systems which should
    allow them to work more-quickly (no need to go on the wire for most
    operations) in responding to client requests.
    If you are experiencing any symptoms that you think may be related to
    this, be sure that SLP is properly configured for your tree since, without
    replicas on them, servers and clients may rely on SLP to find various
    parts of the tree.
    Good luck.
    If you find this post helpful and are logged into the web interface,
    show your appreciation and click on the star below...

  • Where is the official documentation for Wireless OTA Enterprise App Distribution?

    Where is the official documentation for Wireless OTA Enterprise App Distribution? It used to be here:
    http://developer.apple.com/library/ios/#featuredarticles/FA_Wireless_Enterprise_ App_Distribution/Introduction/Introduction.html
    The above link is present in many posts in these forums (cf. More Like This below this question.
    The information I seek may also have been here:
    http://support.apple.com/kb/index?page=answerlink&url=http://manuals.info.apple. com/en_US/Enterprise_Deployment_Guide.pd…
    The article in question had official details on
    the itms-services:// link,
    the app manifest file format and
    the general information.
    Currently I cannot find anything official on enterprise app distribution - only third party information. Has something changed, or is this a documentation glitch? Surely wireless OTA enterprise app distribution is still available via the enterprise developer program?
    Note: We currently use this for one of our enterprise clients. But before recommending other clients to join the enterprise developer program, we would like an official citation on whether this mechanism still exists.

    OK, the link in my question is no longer a 404. It's been replaced by a redirect to a new iOS Enterprise Deployment subsite which has been remade for iOS 8.
    http://www.apple.com/iphone/business/it/deployment.html
    My actual question about the technical reference is now located in the iOS Deployment Reference section of Apple Help:
    https://help.apple.com/deployment/ios/#/apda0e3426d7

  • Where's the sendmail documentation?

    We are trying to implement iFS, however the documentation
    regarding sendmail leaves a lot to be desired. Kind of like
    making a cake with half a recipe.
    So, where is the real documentation kept?

    The sendmail supplied with iFS is free software. As such the
    full source code with documentation is supplied with iFS. The
    exact location of this source code is given in the manual which I
    do not have at the moment (I will check this and post the
    location by Monday evening). In the meantime, I would suggest
    checking the sendmail.org website. Another information source
    that I have found to be very helpful is the O'Reilly book
    "Sendmail". I believe that it is also mentioned in the
    documentation, however I will post full information about it
    including its ISBN number when I post the location of the source
    code.

  • Where is the oracle linux 6.4 installation screenshots documentation ?.

    Hello
    Some questions.
    1. Where is the oracle linux 6.4 installation screenshots documentation ?.
    2. Is the disk layout documentation/swap sizing information listed in documentation ?.
    I have 8GB memory installed on a 64 bit machine
    I want to install the swap partition at the end of the disk.
    I want to install oracle 11gr2 database software as well.
    --Cheers Glenn
    oracle otn
    (11.2.0.1.0)
    Edited by: Avi Miller on Apr 17, 2013 3:30 PM to remove download links.

    The installation guide available at https://linux.oracle.com/documentation/ may require some updating. Last time I checked, chapter 16.16.5. Recommended Partitioning Scheme, did not include the swap space required for hibernation mode.
    It is mentioned here:
    https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/s2-diskpartrecommend-x86.html
    Swap space size recommendations issued for Red Hat Enterprise Linux 6.0, 6.1, and 6.2 differed from the current recommendations, which were first issued with the release of Red Hat Enterprise Linux 6.3 in June 2012 and did not account for hibernation space.

  • Where is the FM documentation

    hi everybody
    where is the api documentation of crm functions like crm_order_read, crm_maintain_order, etc.
    in tc sm37 i got messages like "help is not available in english"
    it's really hard to use FM without documentation, it's in crm CD's???
    thanks
    rgds
    A. Garduno

    Hi Gerardo,
    The others are right saying that you have to test the reports, that is the best way to learn it.
    Please note that CRM_ORDER_READ and CRM_ORDER_MAINTAIN exist as ABAP Reports too. So if you search with SE38 you can find the two reports. These reports are used for calling the both FM for test reasons. That is how I was able to find some information about these two reports. I will not paste it to the post as it will become too large. But you can get it too by doing the following steps:
    1. Goto SE38 and paste the report name
    2. Select the radio button "Documentation" and click on the DISPLAY button
    A new window will open containing some more information about the two reports - in English.
    I hope this will help you to some extend.
    Cheers
    Borislav

  • Where do the Crystal 2008 SP1 runtime files reside on a machine?

    Crystal XI runtime files could be located in the C:\Program Files\Common Files\Business Objects\3.0\bin folder
    Where are the Crystal 2008 SP1 runtime files located?
    Thank you

    They are in: C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86
    Each version will be a new location so that Side by side installs do not over write other major version dll's.
    Thank you
    Don

Maybe you are looking for

  • How To Find Opening Stock And Value For a Material

    Hi Experts, How To Find Opening Stock And Value For a Material  in Given Dates Moderator Message: Search. Edited by: kishan P on Sep 15, 2010 4:05 PM

  • How can I copy forms along with information?

    Ok, I started a new job last week as an Office Assistant.  Being I came from a place (family business) where I had to do whatever, whenever, I have to get adjusted to NOT doing everything myself....they have depts for that.  Anyway, right before I go

  • IF-RIO--Compilation error

    Hi Sir.Madam, This is Sreenivasulu.I generated some digital modulated signal LabVIEW 8.2 and NI 5640R card. after one month i come back to LabVIEW work.now i am unable to compile the FPGA VI.i am getting this proble. Summarytatus: Compilation failed.

  • My nano keeps flashing on and off

    my brand new nano fresh out of the box is flashing on and off when it is connected to my computer. It will not turn on at all when not attached to the computer. when it is attached to the computer it only flashes the black apple it will not do anythi

  • OBIEE 11g Filter condition

    Hi , In my report i would like display the data for year 2011 and 2010 , here i have added the filter FILTER(FILTER("FiOS CPM"."FiOS_CPM - measure" USING ("Type"."Type" = 'Network Type')) USING ("Scenario"."Scenario" = 'Seq Diffs YR10')) getting the