Best Practices Basline V1.603, Activation Error in /SMB99/CHARACTERISTIC_I2

Hi,
when activating Best Practives Basline V1.603 (ERP with EHP3)
I get an error in Create Release Procedure Characteristics
/SMB99/CHARACTERISTIC_I209_J01
Error in eCATT command TCD CT04
S00349 Field RCTMV-WAERS. does not exist in the screen SAPLCTMV 2100
Perhaps anybody knows how to proceed?
Thanks in advance!!!!
Andreas

Hi,
Pls see the below link.
http://sap.ittoolbox.com/groups/technical-functional/sap-other/ecatt-transaction-att377-error-message-1581416?cv=expanded
Anil

Similar Messages

  • Best Practices Question: How to send error message to SSHR web page.

    Best Practices Question: How to send error message to SSHR web page from custom PL\SQL procedure called by SSHR workflow.
    For the Manager Self-Service application we’ve copied various workflows which were modified to meet business needs. Part of this exercise was creating custom PL\SQL Package Procedures that would gather details on the WF using them on custom notification sent by the WF.
    What I’m looking for is if/when the PL\SQL procedure errors, how does one send an failure message back and display it on the SS Page?
    Writing information into a log or table at the database level works for trouble-shooting, but we’re looking for something that will provide the end-user with an intelligent message that the workflow has failed.
    Thanks ahead of time for your responses.
    Rich

    We have implemented the same kind of requirement long back.
    We have defined our PL/SQL procedures with two OUT parameters
    1) Result Type (S:Success, E:Error)
    2) Result Message
    In the PL/SQL procedure we always use below construct when we want to raise any message
    hr_utility.set_message(APPL_NO, 'FND_MESSAGE_NAME');
    hr_utility.raise_error;
    In Exception block we write below( in successful case we just set the p_result_flag := 'S';)
    EXCEPTION
    WHEN APP_EXCEPTION.APPLICATION_EXCEPTION THEN
    p_result_flag := 'E';
    p_result_message := hr_utility.get_message;
    WHEN OTHERS THEN
    p_result_flag := 'E';
    p_result_message := hr_utility.get_message;
    fnd_message.set_name('PER','FFU10_GENERAL_ORACLE_ERROR');
    fnd_message.set_token('2',substr(sqlerrm,1,200));
    fnd_msg_pub.add;
    p_result_message := fnd_msg_pub.get_detail;
    After executing the PL/SQL in java
    We have written some thing similar to
    orclStmt.execute();
    OAExceptionUtils.checkErrors (txn);
    String resultFlag = orclStmt.getString(provide the resultflag bind no);
    if ("E".equalsIgnoreCase(resultFlag)){
    String resultMessage = orclStmt.getString(provide the resultMessage bind no);
    orclStmt.close();
    throw new OAException(resultMessage, OAException.ERROR);
    It safely shows the message to the user with all the data in the page.
    We have been using this construct for a long time for all our projects. They are all working as expected.
    Regards,
    Peddi.

  • Best practice followed on shopping cart error management

    Hi All
    application monitor via WEB.
    Shopping cart Error log:-
    Shopping cart :- backend application errors
    Shopping cart :- Not transfered to backend
    sc xxxx follow on docuemnt(s) not transfered.
    Shopping cart :- Spooler commuication errors
    Shopping cart :- Local errors
    Really SC xxx has created a follow on docuemnts . why still srm system shows and it misleads others. sc xxxx follow on docuemnt(s) not transfered.
    Why once the error SC resolved and follow on docuemnts created  , automaticlly error log deletes right.. why it is not happening some time. Should we manualy delete these errors?
    What is the best practice you guys followed and clear these error?
    Muthu

    Hi Muthu,
    seems we two guys are the only ones with webmonitor problems
    but my situation is different than yours - the webmonitor tells me real errors. I am only investigating to get the system going automatically to transfer shopping carts later on, when SM12 locks in backend are off - like I state in:
    Re: SRM 5.0: CLEAN_REQREQ_UP, BBP_REQEQ_TRANSFER and Webmonitor
    kind regards,

  • Advice on Best practice for inter-countries Active Directory

    We want to merge three active directories with on as parent in Dubai, then child in Dubai, Bahrain and Kuwait. The time zones are different and sites are connected using VPN/leased line. With my studies i have explored two options. One way is to have parent
    domain/forest in Dubai and Child domain in respective countries/offices; second way is to have parent and all child domains in Dubai Data center as it is bigger, while respective countries have DCs connected to their respective child domains in Dubai. (Personally
    i find it safer in second option)
    Kindly advise which approach comes under best practice.
    Thanks in advance.

    Hi Richard
    Mueller,
    You perfectly got my point. We have three difference forests/domain in three different countries. I asked this question becuase I am worried for problems in replications. 
    And yes there are political reasons due to which we want to have multiple domains under one single forest. I have these following points:
    1. With multiple domains you introduce complications with trusts 
    (Yes we will face complications that is why  I will have a VM where there will be three child domains for 3 countries in HQ sitting right next to my main AD server which have forest/domain -  which i hope will help in fixing replication problems)
    2. and
    accessing resources in remote domains. (To address this issue i will implement two additional DCs in respective countries to make the resources available, these RODCs will be pointed toward their respective main domains in HQ)
    As an example:- 
    HQ data center=============
    Company.com (forest/domain)
    3 child domain to company.com
    example uae.company.com
    =======================
    UAE regional office=====================
    2 RODCs pointed towards uae.company.com in HQ
    ==================================
    Please tell me if i make sense here.

  • Best Practice Analyzer Results: Health Report Error EDS AlertValue Unhealthy.

    I ran the Microsoft Office 365 Best Practices Analyzer Beta 1.0 and I get the following error:
    C:\windows\system32>Get-healthreport -rollupgroup
    servername.. then I got lots of results.. I narrow it to the following!
    PSComputerName          : kaneex13.kanecpas.local
    RunspaceId              : 85204a86-04f3-4779-9cad-3092ebfe3435
    PSShowComputerName      : False
    Server                  : kaneex13.kanecpas.local
    CurrentHealthSetState   : NotApplicable
    Name                    : MaintenanceFailureMonitor.EDS
    TargetResource          :
    HealthSetName           : EDS
    HealthGroupName         : ServiceComponents
    AlertValue              : Unhealthy
    FirstAlertObservedTime  : 2/6/2015 9:12:57 AM
    Description             :
    IsHaImpacting           : False
    RecurranceInterval      : 300
    DefinitionCreatedTime   : 2/6/2015 8:58:03 AM
    HealthSetDescription    :
    ServerComponentName     : None
    LastTransitionTime      : 2/6/2015 9:12:57 AM
    LastExecutionTime       : 2/6/2015 12:38:00 PM
    LastExecutionResult     : Succeeded
    ResultId                : 57636932
    WorkItemId              : 94
    IsStale                 : False
    Error                   :
    Exception               :
    IsNotified              : False
    LastFailedProbeId       : -301690410
    LastFailedProbeResultId : 351526122
    ServicePriority         : 0
    Identity                : EDS\MaintenanceFailureMonitor.EDS\
    IsValid                 : True
    ObjectState             : New
    I try to fix it and this is my findings!!
    https://technet.microsoft.com/en-us/library/ms.exch.scom.eds(v=exchg.150).aspx
    I'm running Exchange 2013 on Server 2012

    Hi,
    Based on my research, it’s a known issue that there will be 1006 error in the application log after we install a new Exchange 2013 server:
    http://social.technet.microsoft.com/Forums/en-US/5ab1a91a-ccd4-49fb-a451-159592fc85d4/msexchangediagnostics-error-1006-logical-to-physical-size-ratio-free-megabytes?forum=exchangesvradmin
    And it can be resolved by setting the value of DriveSpaceTrigger to false:
    http://windowsitpro.com/blog/case-erroneous-disk-space-checker
    In your case, we can firstly try to restart the MS Exchange Diagnostics Service.
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make
    sure that you completely understand the risk before retrieving any suggestions from the above link.
    If you have any question, please feel free to let me know.
    Thanks,
    Angela 
    Angela Shi
    TechNet Community Support

  • SAP Best Practices High Tech 1.6 error implementing building block 32

    Hi,
    We are currently implementing a building block 32. Choosen the country DE but system throws an error.
    The error occured at
    USER SETTINGS - SET DECIMAL NOTATION AND DATE FORMATTING.
    @5DQWarning@     Failure during Activation. Reactivate the project eCATT:    /SMB99/SU3_O009_B32
    Whenever I try to activate, I receive an error message. Please help how to go ahead from here. Tx. Derks.
    Below you find the details of the error.
    Runtime Errors         DATA_OFFSET_TOO_LARGE
    Except.                CX_SY_RANGE_OUT_OF_BOUNDS
    Date and Time          30.06.2007 15:53:56
    Short text
         Unzulässiger Teilfeldzugriff: Offset zu groß
    Error analysis
         An exception occurred that is explained in detail below.
         The exception, which is assigned to class 'CX_SY_RANGE_OUT_OF_BOUNDS', was not
          caught in
         procedure "SPLIT_NEXT_COMMAND" "(METHOD)", nor was it propagated by a RAISING
          clause.
         Since the caller of the procedure could not have anticipated that the
         exception would occur, the current program is terminated.
         The reason for the exception is:
         In dem laufenden Programm "CL_APL_ECATT_SCRIPT===========CP" sollte auf das
          Feld "TEXTLINE", das den Typ
         "C" und die Länge 255 hat, mit dem Offset 255 zugegriffen werden.
         Ein Teilfeldzugriff mit einer Offsetangabe, die nicht kleiner ist als
         die Feldlänge, ist jedoch nicht erlaubt.
    More specically the error log shows:
      203             ELSE.
      204               APPEND textline+indent TO command.
      205             ENDIF.
      206             IF stop IS INITIAL.
      207 * get next line and start at 0
      208               ADD 1 TO parse_pos-to_line.
      209               READ TABLE script INTO textline INDEX parse_pos-to_line.
      210               IF sy-subrc <> 0.
      211                 done = 'X'.
      212                 EXIT.
      213               ENDIF.
      214               linlen = STRLEN( textline ).
      215               parse_pos-to_pos = 0.
      216             ELSE.
      217 * . followed by an end of line is an eoc
      218               eoc = 'X'.
      219             ENDIF.
      220           ELSE.
      221 * next char
      222             ADD 1 TO parse_pos-to_pos.
      223           ENDIF.
    >>>>>           onechar = textline+parse_pos-to_pos.
      225         ENDIF.
      226       ENDWHILE.
      227       IF done IS INITIAL.
      228 * insert actual (part) in result
      229         IF parse_pos-from_line = parse_pos-to_line.
      230           linlen = parse_pos-to_pos - parse_pos-from_pos.
      231           indent = parse_pos-from_pos.
      232         ELSE.
      233           linlen = parse_pos-to_pos.
      234           indent = 0.
      235         ENDIF.
      236         IF linlen > 0.
      237           APPEND textline+indent(linlen) TO command.
      238         ELSE.
      239           APPEND textline+indent TO command.
      240         ENDIF.
      241       ENDIF.
      242     ENDIF.
    Message was edited by: Roy Derks
            R. Derks
    Message was edited by:
            R. Derks

    Barry,
    thank you for your reply. We advice from SAP do, set the Date Format and Decimal Notiation by hand (TA: SU3) and just ignore the error and go forward
    with the next step. Later we will test the system, hopefully we won't get any
    errors concerning this.
    Thanks,
    Roy

  • Best Practices to the management of errors in OIM 9.1.0.2

    Friends,
    What is the process for handling errors to a failure to implement Oracle Identity Manager 9.1.0.2
    Thanks

    java.lang.NoClassDefFoundError : looks like you are missing one of the class from the class path.
    Thor/API/Security/LoginHandler/LoginHandlerFactory is in xlAPI.jar, add it in the classpath of the OIM server and see if you are able to start your scheduler.
    Hope this helps,
    Sagar

  • 2K8 - Best practice for setting the DNS server list on a DC/DNS server for an interface

    We have been referencing the article 
    "DNS: DNS servers on <adapter name> should include their own IP addresses on their interface lists of DNS servers"
    http://technet.microsoft.com/en-us/library/dd378900%28WS.10%29.aspx but there are some parts that are a bit confusing.  In particular is this statement
    "The inclusion of its own IP address in the list of DNS servers improves performance and increases availability of DNS servers. However, if the DNS server is also a domain
    controller and it points only to itself for name resolution, it can become an island and fail to replicate with other domain controllers. For this reason, use caution when configuring the loopback address on an adapter if the server is also a domain controller.
    The loopback address should be configured only as a secondary or tertiary DNS server on a domain controller.”
    The paragraph switches from using the term "its own IP address" to "loopback" address.  This is confusing becasuse technically they are not the same.  Loppback addresses are 127.0.0.1 through 127.255.255.255. The resolution section then
    goes on and adds the "loopback address" 127.0.0.1 to the list of DNS servers for each interface.
    In the past we always setup DCs to use their own IP address as the primary DNS server, not 127.0.0.1.  Based on my experience and reading the article I am under the impression we could use the following setup.
    Primary DNS:  Locally assigned IP of the DC (i.e. 192.168.1.5)
    Secondary DNS: The assigned IP of another DC (i.e. 192.168.1.6)
    Tertiary DNS:  127.0.0.1
    I guess the secondary and tertiary addresses could be swapped based on the article.  Is there a document that provides clearer guidance on how to setup the DNS server list properly on Windows 2008 R2 DC/DNS servers?  I have seen some other discussions
    that talk about the pros and cons of using another DC/DNS as the Primary.  MS should have clear guidance on this somewhere.

    Actually, my suggestion, which seems to be the mostly agreed method, is:
    Primary DNS:  Locally assigned IP of the DC (i.e. 192.168.1.5)
    Secondary DNS: The assigned IP of another DC (i.e. 192.168.1.6)
    Tertiary DNS:  empty
    The tertiary more than likely won't be hit, (besides it being superfluous and the list will reset back to the first one) due to the client side resolver algorithm time out process, as I mentioned earlier. Here's a full explanation on how
    it works and why:
    This article discusses:
    WINS NetBIOS, Browser Service, Disabling NetBIOS, & Direct Hosted SMB (DirectSMB).
    The DNS Client Side Resolver algorithm.
    If one DC or DNS goes down, does a client logon to another DC?
    DNS Forwarders Algorithm and multiple DNS addresses (if you've configured more than one forwarders)
    Client side resolution process chart
    http://msmvps.com/blogs/acefekay/archive/2009/11/29/dns-wins-netbios-amp-the-client-side-resolver-browser-service-disabling-netbios-direct-hosted-smb-directsmb-if-one-dc-is-down-does-a-client-
    logon-to-another-dc-and-dns-forwarders-algorithm.aspx
    DNS
    Client side resolver service
    http://technet.microsoft.com/en-us/library/cc779517.aspx 
    The DNS Client Service Does Not Revert to Using the First Server in the List in Windows XP
    http://support.microsoft.com/kb/320760
    Ace Fekay
    MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007 & Exchange 2010, Exchange 2010 Enterprise Administrator, MCSE & MCSA 2003/2000, MCSA Messaging 2003
    Microsoft Certified Trainer
    Microsoft MVP - Directory Services
    Complete List of Technical Blogs: http://www.delawarecountycomputerconsulting.com/technicalblogs.php
    This posting is provided AS-IS with no warranties or guarantees and confers no rights.
    I agree with this proposed solution as well:
    Primary DNS:  Locally assigned IP of the DC (i.e. 192.168.1.5)
    Secondary DNS: The assigned IP of another DC (i.e. 192.168.1.6)
    Tertiary DNS:  empty
    One thing to note, in this configuration the Best Practice Analyzer will throw the error:
    The network adapter Local Area Connection 2 does not list the loopback IP address as a DNS server, or it is configured as the first entry.
    Even if you add the loopback address as a Tertiary DNS address the error will still appear. The only way I've seen this error eliminated is to add the loopback address as the second entry in DNS, so:
    Primary DNS:  The assigned IP of another DC (i.e. 192.168.1.6)
    Secondary DNS: 127.0.0.1
    Tertiary DNS:  empty
    I'm not comfortable not having the local DC/DNS address listed so I'm going with the solution Ace offers.
    Opinion?

  • SAP Best Practice: Can't open process maps

    Hi Community,
    when I try to open a process map within the SAP best practice package I receive this error message (tried various browser, low security settings):
    Any ideas how to avoid this error message?
    Thanks in advance,
    Frank

    Hey Frank,
    is my assumption correct, that you use either Firefox or Chrome? Please try with IE.
    In case this does not work, please go to:
    https://websmp108.sap-ag.de/~form/handler?_APP=00200682500000002672&_EVENT=DISPLAY&_SCENARIO=&_HIER_KEY=501100035870000006532&_HIER_KEY=601100035870000146943&
    Select the country you are interested in and download.
    Best,
    xiaoma

  • Oim11g - Best Practice for Logging

    Hello all,
    want to know  the best practice or common usage of error logging in oim11g. As we know that oim has some sequence to run processes that will end in Java. For the best practice, where and when should I create the log? Should I create log inside each function called by oim adapter? If I make a sysout at the beginning of function, parameter names and values, e.getMessage() inside catch(Exception e) and at the end of function, is it okay? Or is there any better implementation? Using sysout or log4j, commons logging, etc.
    in my idea (in each function):
    <function_name>::BEGIN
    - Time: <dd-MMM-yyyy>
    <function_name>::PARAMETER
    - <param_name1>: <param1_value>
    - <param_name2>: <param2_value>
    - <param_name3>: <param3_value>
    if error, inside throw{}
    <function_name>::ERROR
    - Message: <e.getMessage()>
    <function_name>::END
    is it good?

    This is what i've been doing with 11g logging.  In every custom code class i run, i use this to declare my logger:
    private final static Logger LOGGER = Logger.getLogger(<Class_Name>.class.getName().toUpperCase());  // Replace <Class_Name> with the actual class name
    This lets me go go the enterprise manager and make changes to the logging level once the class has been used.
    You can then use the following code:
    LOGGER.log(Level.INFO, "Insert Information Message Here");
    LOGGER.log(Level.CONFIG, "Insert More Detailed Debugger Information Message Here");
    LOGGER.log(Level.WARNING, "Insert Error Message Information Here", e); //e is your exception that is caught
    Personally, i like to put a start and end output in my logging, and then any details in the middle, i use the CONFIG level.  This lets me know pieces are running successfully, and only need to see the details during testing or if needed.  When deployed to production, i set the logger to WARNING level to only know about the problems.
    By using these, you can set your logger appropriately in the enterprise manager to output more detailed when needed.
    -Kevin

  • SAP Best Practices - Error during the activation of Baseline Package

    Hello,
    I don´t know if this is the right forum to post this message, but I posting here as i didn´t get the info from the related forum, apologies for that.
    During the process of activation the Baseline Package 603V8 on ECC6.0 EHP3 (I´m importing all scenarios) from solution builder (txcode /n/smb/bbi)... it stopped and it shows me the following error:
    Start activation BC Set: /SMBA0/V_T001P_B0BN_J01
    Not activated - error
    End of activation BC Set: /SMBA0/V_T001P_B0BN_J01
    Can someone help me solve this problem?
    Thank you
    João Dimas - Portugal

    Hello again,
    I already solved this specific issue that I reported in my previous message, I did the manual activation (txcode SCPR20) of that BC Set: /SMBA0/V_T001P_B0BN_J01 guided by the document "SAP Best Practices Tools". After this activation I pressed the Change button that is displayed in the Old Status column and I changed the status to successful, after I chose the Activate to continue with the installation. But, once again, other error stopped the installation, now with other BC Set:
    /SMBA0/V_T001L_B175_J0A
    I tried to solve with the same method through the manual activation, but now it was not possible, when I do that in SCPR20 the activation logs show me four warnings (see the image "BC Sets: Activation logs")... and I don´t want to continue with activation/installation of the full scope without solve this issue or can I continue?!
    Can you help me please?
    Thank you,
    João Dimas - Portugal

  • Best practice for licence server for RDS Farm & Certificate errors

    Hello,
    I am in the process of creating an RDS farm using Server 2008 R2.  I have three Session Hosts and a Connection Broker.
    I have a set of 10 user CALs available and also another 20 on our current RDS server which will need migrating once we go live with the farm.
    I understand the User CALs need to be installed on another Server 2008 R2 and I am wondering what is best practice.  We are running on an entirely virtual environment and it would be simple enough to create another server and install the CALs on there. 
    The only issue with that is that I would need to create a replica of this new machine for DR purposes, but this would take up valuable space which may not be necessary.
    We are planning on creating replicas of one of the Session hosts and the broker for DR, so I am guessing I would need to install some CALs on the Session Host which is going to be replicated.
    There are a few options and I am just wondering what is the best way to go about things.
    Also, as an aside, I am getting an annoying certificate error each time I log a test user onto the RDS farm - I think this is because I am using the DNS alias of the RDS Farm to log on. Is there an easy way to get around this, other than the 'Do not show
    this message again'. I have been doing some research and the world of Certificates is very confusing!!
    Thanks,
    Caroline
    C.Rafferty

    Hi Caroline,
    Firstly for your License related issue, you can perform the step on any VM or can create the new VM as replica for RDSH server also. But please be sure that you have installed RD License server on it, activate it and then install RDS CAL on it. But be safe
    if possible don’t install RD License server with RDCB, please make that out of it as little away. As you can also install RD License server with AD or make replica of that and install RDL on that.
    Best practices for setting up Remote Desktop Licensing (Terminal Server Licensing) across Active Directory Domains/Forests or Workgroup
    http://support.microsoft.com/kb/2473823
    What’s the specified certificate error which you are receiving?
    If you're going to allow users to connect externally and they will not be part of your domain, you would need to deploy certificates from a public CA. In meantime you can refer blog for getting insight for certificate case.
    Certificate Requirements for Windows 2008 R2 and Windows 2012 Remote Desktop Services
    http://blogs.technet.com/b/askperf/archive/2014/01/24/certificate-requirements-for-windows-2008-r2-and-windows-2012-remote-desktop-services.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Best practice for Active Directory User Templates regarding Distribution Lists

    Hello All
    I am looking to implement Active Directory User templates for each department in the company to make the process of creating user accounts for new employees easier. Currently when a user is created a current user's Active directory account is copied, but
    this has led to problems with new employees being added to groups which they should not be a part of.
    I have attempted to implement this in the past but ran into an issue regarding Distribution Lists. I would like to set up template users with all group memberships that are needed for the department, including distribution lists. Previously I set this up
    but received complaints from users who would send e-mail to distribution lists the template accounts were members of.
    When sending an e-mail to the distribution list with a member template user, users received an error because the template account does not have an e-mail address.
    What is the best practice regarding template user accounts as it pertains to distribution lists? It seems like I will have to create a mailbox for each template user but I can't help but feel there is a better way to avoid this problem. If a mailbox is created
    for each template user, it will prevent the error messages users were receiving, but messages will simply build up in these mailboxes. I could set a rule for each one that deletes messages, but again I feel like there is a better way which I haven't thought
    of.
    Has anyone come up with a better method of doing this?
    Thank you

    You can just add arbitrary email (not a mailbox) to all your templates and it should solve the problem with errors when sending emails to distribution lists.
    If you want to further simplify your user creation process you can have a look at Adaxes (consider it's a third-party app). If you want to use templates, it gives you a slightly better way to do that (http://www.adaxes.com/tutorials_WebInterfaceCustomization_AllowUsingTemplatesForUserCreation.htm)
    and it also can automatically perform tasks such as mailbox creation for newly created users (http://www.adaxes.com/tutorials_AutomatingDailyTasks_AutomateExchangeMailboxesCreationForNewUsers.htm).
    Alternatively you can abandon templates at all and use customizable condition-based rules to automatically perform all the needed tasks on user creation such as OU allocation, group membership assignment, mailbox creation, home folder creation, etc. based on
    the factors you predefine for them.

  • XSERVE 10.4.7 failed start up errors best practice/recomnd Prev Maintenan?

    I have an Xserve, RAID 5 OS volume and data volumes stripped across the RAID 5 (with parity). The only other piece of software is Dantz Retrospect. Preventive maintenance was run 5/30 - which I do in this order. Reboot, see if server comes up clean, run disk warrior, repair permissions (both OS/Data volumes). All was clean - server has been up and running fine until 8/18. Rebooted server - was going to run disk warrior - server did hang on reboot and would not restart. Powered down hard, tried again - No good. Ran Disk Warrior produced a report but didn't make any changes - and it gave me a ton of errors stating: OS files chown/egripm tar grep etc - and dozens of other files under the /usr/bin sbin and usr/shared where gone - the errors were "the link file no longer points to the original file tigeros/usr/bin". It is almost as if I lost the entire File system - all data was intact on data volume. The server is on a UPS but did not have powerchute installed at the time. It has been perfectly stable. Nothing additional was installed . The only thing I can think of is power loss that exceeded the run time of the UPS and dropped the server like a rock - blowing out the file system. Any ideas/thoughts?
    I reinstalled the OS - and run disk tools - which shows all is ok - is that proof enough that the OS remains intact and safe for a reboot?
    What could have gone wrong?
    What is recommended for preventive maintenance on 10.4.7 running on an Xserve? I can't afford to have this reoccur if I can at all help - that is why I am generally pro-active with Preventive Maintenance.
    Alsoft - recommends that I run their product every 3-4 weeks to prevent such problems. Should I shy away from third party tools?
    Thank you all!
    SGM

    I really want to thank you for your response and sharing with me some really very good advice and info! I believe I need to clarify something. I am a server admin have 5 certs in Novell, Windows and Cisco certified – and I do not just go around rebooting servers. I am however, trying (and your response is quite helpful), to find best practices for working with XServe and Tiger Server. I have a bit of experience with many other Oss – and don’t normally recommend rebooting for the heck of it. I use to have Novell boxes literally up for years.
    My intention is to establish a standardized means of keeping OSX servers running with as few problems as possible. On this particular Xserve, I was to bring it down (because it was recommended to be a good practice), to do PM. By Preventive Maintenance, I did mean Disk Warrior/repair permissions. Now, before I would just run any disk utility (and yes – until now), I would reach for Disk Warrior for the reason that their tech support is usually quite good. I have spoken with them since the first release of their product – and perhaps (although not the best idea), trusted their recommendations.
    So – I would reboot the server BEFORE doing any PM, only to make sure and prove that the server comes up clean so I wouldn’t be blamed for it, if it did not come up clean due to performing maintenance. That being said, I did run Disk Warrior back around 5/30/06 and I really had very few errors, the server did come up fine. As mentioned, it was on a UPS (less the PowerChute software at the time).
    What I found was upon reboot – the server would not reboot. I proceeded to boot from the OS install CD, Disk Tools said it could not repair the problem. Secondly, I went to Disk Warrior – to run a report which did show that usr/bin and sbin contents were gone. The data volume was completely intact. So my first concern or question would be – what on earth could have caused this – a power fluctuation or the server possibly exceeding the run time – and dropping like a rock? Have you ever seen this? I just find I sleep better when I know the cause.
    Now, if I didn’t reboot to do the Preventive Maintenance – I never would have known that this file system was affected, and at the most inopportune time, I could have been called with the server being down.
    My goal is to keep this server up and running and as problem free and possible. It seems as if you have far more experience with this platform than I, and will absolutely implement your suggestions, and review your recommendations and suggested readings. I pride myself on the work I do, and I clearly need to bring my mastery of this OS up to a higher level. Books/other recommendations are welcome.
    So to reiterate – watch my logs – any specific logs under var/log? I even thought perhaps a bad block could have been the cause – my apologies, I always like to know the cause of a problem. I did reinstall the OS to the TigerOS Volume which did erase that volume – but did not zero all data. As mentioned this machine is RAID 5 three drives both the OS and Data Partitions are across all three drives. I would have preferred if the hardware and budget supported it, to mirror the OS and use RAID 5 for data.
    Is there a log that reports disk errors? You say repair permissions when you have a specific error – what specific OS Volume error would repairing permissions actually resolve?
    As mentioned, I want to prevent what had happened – I am NOT in the habit of rebooting servers, not even Windows servers with any great frequency. I have several Windows servers that prior to Microsoft’s patch Tuesday – were up for 9-12 months – even longer! If it wasn’t for “Patch Tuesday” the Windows servers would be up far longer!
    So then – in a nutshell – you are suggesting other than checking logs – there really isn’t a need to do Preventive Maintenance on an Xserve running 10.4.7? Would the log files have shown me that I had problems (still wondering what the cause was – would love your opinion), with files under usr/bin and sbin? What about running disk tools periodically from within the OS to Verify the integrity of the OS partition – no harm doing this – correct? If it shows no errors – is it safe to assume that I should be able to reboot?
    I can’t thank you enough for your time, and sharing this info with me. Mt goal is to keep this server running and as stable and as trouble-free as possible, just seeking to fill the voids of experience I have with this particular OS. I will try your recommendation for creating an image (on a test box first), but what about Super Duper (I believe it is called)? I do have to bring the box down to create the images.
    I can’t thank you enough
    Sincerely
    Be well
    Mac OS X (10.3.8)

  • BASELINE PACKAGE - V1-V2.603 and Best Practices for Pharmaceuticals

    Hi All,
             > Recently we have upgraded to EHP4 stack 4
             > I am trying to install BASELINE PACKAGE - V1-V2.603 I chose that because its localized for India.
             > When i am trying to install  BP-ERP05 603V7 and BP-INSTASS 600V7 its asking for BBPCRM 600, BBPCRM
                700 and SAP_APPL 600, SAP_APPL 603.
             > Why does the installer ask for lower versions? ofcourse i have read that if the version is Higher than the one mentioned
                in the "Quick Guide to Installing the SAP Best Practices Baseline Package (IN)" will not work.
             > But do we have any BaseLine Packages Specific to EHP4?
             > If not, then could any one tell me where and how to download and install the BBPCRM as an add-on.
             > I only need that Software component because I strongly feel that all the interdependencies are linked with this one only.
    Any help and suggestions are welcome.
    Regards,
    Antony Chaitanya.

    Hi Sunny,
                    Thanks very much for your response.
    The major problem that i am having is I some how did not include the BBPCRM software component or the related software components for CRM at the time of upgrade is my best guess.
    So, the latest add ons BP-CRM60 600V3 and BP-CRM70 700V1 or the add ons BP-ERP05 600VD/ 603V7 along with that BP-INSTASS 600V7 are not able to install because the prerequisite are not meeting. Only BP-INSTASS 600V1 got installed.
    Can any one tell me how and what to do now.... plzzz???
    Things like how to get the CRM related s/w components installed or if there is a work around to get the Baseline Packages (IN) activated with out the CRM.
    Regards,
    Antony Chaitanya.

Maybe you are looking for