Stats gathering for gw system.

I need to find a few stats and I am a groupwise newb so take it easy on me
I need to find how many messages we are sending/receiving a day, and the size in total GB.
How many incoming connections per second and the size.
How many documents we have in cabinets.
Any help in pointing me in the right direction is really appreciated!

In article <[email protected]>, Robs609 wrote:
> 1)I need to find how many messages we are sending/receiving a day, and
> the size in total GB.
> 2)How many incoming connections per second and the size.
> 3)How many documents we have in cabinets.
For 1) & 2) can readily be done for mail to/from external by enabling GWIA
accounting and then applying some spreadsheet wizzardry on the resulting
csv files. There really isn't much built in for what flows within the
GroupWise system because it can handle so much without issue, such that to
really get in there you need a 3rd party tool such as GWAVA's Reveal
and/or Redline.
3) For how much is in a particular cabinet, right click on it, properties,
click on the contains button to see how many inside it.
To see how much users have in their mail boxes, these processes should
help
http://www.konecnyad.ca/andyk/gwbig.htm
Monitor can give you some of the above as well as well as fill some of the
gaps.
Andy of
http://KonecnyConsulting.ca in Toronto
Knowledge Partner
http://forums.novell.com/member.php/75037-konecnya
If you find a post helpful and are logged in the Web interface, please
show your appreciation by clicking on the star below. Thanks!

Similar Messages

  • Auto stats gathering for partitioned table

    Hi,
    We are in 10gR2 in sun solaris. We are using auto stats gathering for our DB. Here is my question,
    i know oracle gather statistics of the table, if the table changes more than 10%. How this work out for partitioned table? If the partition table changes more than 10% will last partition analyzed or the full table. We have partitioned based on insertion date.
    Appreciate your responds.
    Regards,
    Satheesh Shanmugam
    http://borndba.com

    I hope it will be only current partition which has teh stale statistics will be gathered the stastics instead of full table.
    Anil Malkai

  • Oracle E-Business 12.1.3/11.2.0.3 Stats Gathering

    Hi forum
    I am running schema stats (weekly) using the Gather Schema Stats Conc job.
    This is done for all schema's as well as the custom schema we use.
    Should I be running any additional stats gathering for SYS and SYSTEM tables / indexes?
    Does anyone know what the best practice is?
    Thanks

    Please see (EBPERF FAQ - Collecting Statistics in Oracle EBS 11i and R12 (Doc ID 368252.1)).
    Thanks,
    Hussein

  • Increase the system stats retention for 1 year on production

    Hello Basis All,
    I need to extend the collection of Stats period for 1 year on production.
    When i use the st03n, it gets me for three months.
    we are using 4.7 on oracle database. What are the changes i need to make with or without disturbing the system.
    Appreciate for any quick responce.
    Thanks all,

    Hi Sridhar,
    Go to St03n
    Under Expert Mode
    Collector and perfomance DB -> Workload Colletor -> Collector and Reorg.
    here you can manage the retention of St03.
    Hope this could help you.

  • Automatic stats gathering job log

    Hi
    we are auto stats gathering feature in ORACLE 10g.I want to know the following information Reg this.
    For last one week,Start time and end time of this Job and any errors while gathering jobs.Where can i find this info
    Thanks,
    pramod

    You can check from the following table
    SQL> desc DBA_SCHEDULER_JOBS;
    Name                            Null?    Type
    OWNER                           NOT NULL VARCHAR2(30)
    JOB_NAME                        NOT NULL VARCHAR2(30)
    JOB_SUBNAME                              VARCHAR2(30)
    JOB_CREATOR                              VARCHAR2(30)
    CLIENT_ID                                VARCHAR2(64)
    GLOBAL_UID                               VARCHAR2(32)
    PROGRAM_OWNER                            VARCHAR2(4000)
    PROGRAM_NAME                             VARCHAR2(4000)
    JOB_TYPE                                 VARCHAR2(16)
    JOB_ACTION                               VARCHAR2(4000)
    NUMBER_OF_ARGUMENTS                      NUMBER
    SCHEDULE_OWNER                           VARCHAR2(4000)
    SCHEDULE_NAME                            VARCHAR2(4000)
    SCHEDULE_TYPE                            VARCHAR2(12)
    START_DATE                               UNDEFINED
    REPEAT_INTERVAL                          VARCHAR2(4000)
    EVENT_QUEUE_OWNER                        VARCHAR2(30)
    EVENT_QUEUE_NAME                         VARCHAR2(30)
    EVENT_QUEUE_AGENT                        VARCHAR2(30)
    EVENT_CONDITION                          VARCHAR2(4000)
    EVENT_RULE                               VARCHAR2(65)
    END_DATE                                 UNDEFINED
    JOB_CLASS                                VARCHAR2(30)
    ENABLED                                  VARCHAR2(5)
    AUTO_DROP                                VARCHAR2(5)
    RESTARTABLE                              VARCHAR2(5)
    STATE                                    VARCHAR2(15)
    JOB_PRIORITY                             NUMBER
    RUN_COUNT                                NUMBER
    MAX_RUNS                                 NUMBER
    FAILURE_COUNT                            NUMBER
    MAX_FAILURES                             NUMBER
    RETRY_COUNT                              NUMBER
    LAST_START_DATE                          UNDEFINED
    LAST_RUN_DURATION                        UNDEFINED
    NEXT_RUN_DATE                            UNDEFINED
    SCHEDULE_LIMIT                           UNDEFINED
    MAX_RUN_DURATION                         UNDEFINED
    LOGGING_LEVEL                            VARCHAR2(4)
    STOP_ON_WINDOW_CLOSE                     VARCHAR2(5)
    INSTANCE_STICKINESS                      VARCHAR2(5)
    RAISE_EVENTS                             VARCHAR2(4000)
    SYSTEM                                   VARCHAR2(5)
    JOB_WEIGHT                               NUMBER
    NLS_ENV                                  VARCHAR2(4000)
    SOURCE                                   VARCHAR2(128)
    DESTINATION                              VARCHAR2(128)
    COMMENTS                                 VARCHAR2(240)
    FLAGS                                    NUMBER

  • Partitioned Incremental Table - no stats gathered on new partitions

    Dear Gurus
    Hoping that someone can point me in the right direction to trouble-shoot. Version Enterprise 11.1.0.7 AIX.
    Range partitioned table with hash sub-partitions.
    Automatic stats gather is on.
    dba_tables shows global stats YES analyzed 06/09/2011 (when first analyzed on migration of data) and dba_tab_partitions shows most partitions analyzed at that date and most others up until 10/10/2011 - done by the automatically by the weekend stats_gather scheduled job.
    46 new partitions added in the last few months but no stats gathered on in dba_tab_partitions and dba_table last_analyzed says 06/09/2011 - the date it was first analyzed manually gathering stats rather than using auto stats gatherer.
    Checked dbms_stats.get_prefs set to incremental and all the default values recommended by Oracle are set including publish = TRUE.
    dba_tab_partitions has no values in num_rows, last_analyzed etc.
    dba_tab_modifications has no values next to the new partitions but shows inserts as being 8 million approx per partition - no deletes or updates.
    dba_tab_statistics has no values next to the new partitions. All other partitions are marked as NO in the stale column.
    checked the dbms_stats job history window - and it showed that the window for stats gathering stopped within the Window automatically allowed.
    Looked at Grid Control - the stats gather for the table started at 6am Saturday morning and closed 2am Monday morning.
    Checked the recommended Window - and it stopped analyzing that table at 2am exactly having tried to analyze it since Saturday morning at 6am.
    Had expected that as the table was in incremental mode - it wouldn't have timed out and the new partitions would have been analyzed within the window.
    The job_queue_processes on the database = 1.
    Increased the job_queue_processes on the database = 2.
    Had been told that the original stats had taken 3 days in total to gather so via GRID - scheduled a dbms_scheduler (10.2.0.4) - to gather stats on that table over a bank holiday weekend - but asked management to start it 24 hours earlier to take account of extra time.
    The Oracle defaults were accepted (and as recommended in various seminars and whilte papers) - except CASCADE - although I wanted the indexes to be analyzed - I decided that was icing on the cake I couldn't afford).
    Went to work - 24 hours later - checked dba_scheduler_tasks_job running. Checked stats on dba_tab_stats and tba tablestats nothing had changed. I had expected to see partition stats for those not gathered first - but quick check of Grid - and it was doing a select via full table scan - and still on the first datafile!! Some have suggested to watchout for the DELETE taking along time - but I only saw evidence of the SELECT - so ran an AWR report - and sure enough full table scan on the whole table. Although the weekend gather stats job was also in operation - it wasn't doing my table - but was definitely running against others.
    So I checked the last_analyzed on other tables - one of them is a partitioned table - and they were getting up-to-date stats. But the tables and partitions are ridiculously small in comparison to the table I was focussed on.
    Next day I came in checked the dba_scheduler_job log and my job had completed within 24 hours and completed successfully.
    Horrors of horrors - none of the stats had changed one bit in any view I looked at.
    I got my excel spreadsheet out - and worked out whether because there was less than 10% changed - and I'd accepted the defaults - that was why there was nothing in the dba_tables to reflect it had last been analyzed when I asked it to.
    My stats roughly worked out showed that they were around the 20% mark - so the gather_table stats should have picked that up and gathered stats for the new partitions? There was nothing in evidence on any views at all.
    I scheduled the job via GRID 10.2.04 for an Oracle database using incremental stats introduced in 11.1.0.7 - is there a problem at that level?
    There are bugs I understand with incremental tables and gathering statistics in 11.1.0.7 which are resolved in 11.2.0 - however we've applied all the CPU until April of last year - it's possible that as we are so behind - we've missed stuff?
    Or that I really don't know how to gather stats on partitioned tables and it's all my fault - in which case - please let me know - and don't hold back!!!
    I'd rather find a solution than save my reputation!!
    Thanks for anyone who replies - I'm not online at work so can't always give you my exact commands done - but hopefully you'll give me a few pointers of where to look next?
    Thanks!!!!!!!!!!!!!

    Save the attitude for your friends and family - it isn't appropriate on the forum.
    >
    I did exactly what it said on the tin:
    >
    Maybe 'tin' has some meaning for you but I have never heard of it when discussing
    an Oracle issue or problem and I have been doing this for over 25 years.
    >
    but obviously cannot subscribe to individual names:
    >
    Same with this. No idea what 'subscribe to individual names' means.
    >
    When I said defaults - I really did mean the defaults given by Oracle - not some made up defaults by me - I thought that by putting Oracle in my text - there - would enable people to realise what the defaults were.
    If you are suggesting that in all posts - I should put the Oracle defaults in name becuause the gurus on the site do not know them - then please let me know as I have wrongly assumed that I am asking questions to gurus who know this suff inside out.
    Clearly I have got this site wong.
    >
    Yes - you have got this site wrong. Putting 'Oracle' in the text doesn't enable people to realize
    what the defaults in your specific environment are.
    There is not a guru that I know of,
    and that includes Tom Kyte, Jonathan Lewis and many others, that can tell
    you, site unseen, what default values are in play in your specific environment
    given only the information you provided in your post.
    What is, or isn't a 'default' can often be changed at either the system or session level.0
    Can we make an educated guess about what the default value for a parameter might be?
    Of course - but that IS NOT how you troubleshoot.
    The first rule of troubleshooting is DO NOT MAKE ANY ASSUMPTIONS.
    The second rule is to gather all of the facts possible about the reported problem, its symptoms
    and its possible causes.
    These facts include determining EXACTLY what steps and commands the user performed.
    Next you post the prototype for stats
    DBMS_STATS.GATHER_TABLE_STATS (
    ownname VARCHAR2,
    tabname VARCHAR2,
    partname VARCHAR2 DEFAULT NULL,
    estimate_percent NUMBER DEFAULT to_estimate_percent_type
    (get_param('ESTIMATE_PERCENT')),
    block_sample BOOLEAN DEFAULT FALSE,
    method_opt VARCHAR2 DEFAULT get_param('METHOD_OPT'),
    degree NUMBER DEFAULT to_degree_type(get_param('DEGREE')),
    granularity VARCHAR2 DEFAULT GET_PARAM('GRANULARITY'),
    cascade BOOLEAN DEFAULT to_cascade_type(get_param('CASCADE')),
    stattab VARCHAR2 DEFAULT NULL,
    statid VARCHAR2 DEFAULT NULL,
    statown VARCHAR2 DEFAULT NULL,
    no_invalidate BOOLEAN DEFAULT to_no_invalidate_type (
    get_param('NO_INVALIDATE')),So what exactly is the value for GRANULARITY? Do you know?
    Well it can make a big difference. If you don't know you need to find out.
    >
    As mentioned earlier - I accepted all the "defaults".
    >
    Saying 'I used the default' only helps WHEN YOU KNOW WHAT THE DEFAULT VALUES ARE!
    Now can we get back to the issue?
    If you had read the excerpt I provided you should have noticed that the values
    used for GRANULARITY and INCREMENTAL have a significant influence on the stats gathered.
    And you should have noticed that the excerpt mentions full table scans exactly like yours.
    So even though you said this
    >
    Had expected that as the table was in incremental mode
    >
    Why did you expect this? You said you used all default values. The excerpt I provided
    says the default value for INCREMENTAL is FALSE. That doesn't jibe with your expectation.
    So did you check to see what INCREMENTAL was set to? Why not? That is part of troubleshooting.
    You form a hypothesis. You gather the facts; one of which is that you are getting a full table
    scan. One of which is you used default settings; one of which is FALSE for INCREMENTAL which,
    according to the excerpt, causes full table scans which matches what you are getting.
    Conclusion? Your expectation is wrong. So now you need to check out why. The first step
    is to query to see what value of INCREMENTAL is being used.
    You also need to check what value of GRANULARITY is being used.
    And you say this
    >
    Or that I really don't know how to gather stats on partitioned tables and it's all my fault - in which case - please let me know - and don't hold back!!!
    I'd rather find a solution than save my reputation!!
    >
    Yet when I provide an excerpt that seems to match your issue you cop an attitude.
    I gave you a few pointers of where to look next and you fault us for not knowing the default
    values for all parameters for all versions of Oracle for all OSs.
    How disingenous is that?

  • Automatic stats gathering

    Hi:
    I am on 10.2.0.3 and use Automatic stats gathering with statistics_level=Typical, but some of my collegaues say that they "colud not trust Oracle to do this job". We are running PeopleSoft Finacials and HR (practically every module) and things seem fine.
    I'd like to get a general feel on this issue. Do you guys us that or run your own scripts? Anybody knows some significant limitations of it?
    TIA.

    Most 10g databases run fine with automatic stats gathering and this works well 99% of the time.
    If you have very specific performance requirements (e.g stock brokers can be fined if transactions don't complete in a certain time) then you cannot afford to have plans change just because the stats changed from an automated dbms_stats job that is not documented or 100% predictable. For these systems DBAs are generally very nervous of any change, and often lock the table stats, set the outline, or disable automatic stats and write their own job.
    http://www.contractoracle.com

  • Performance Issue for BI system

    Hello,
    We are facing performance issues for BI System. Its a preproductive system and its performance is degrading badly everyday. I was checking system came to know program buffer hit ratio is increaasing everyday due to high Swaps. So asked to change the parameter abap/buffersize which was 300Mb to 500Mb. But still no major improvement is found in the system.
    There is 16GB Ram available and Server is HP-UX and with Netweaver2004s with Oracle 10.2.0.4.0 installed in it.
    The Main problem is while running a report or creating a query is taking way too long time.
    Kindly help me.

    Hello SIva,
    Thanks for your reply but i have checked ST02 and ST03 and also SM50 and its normal
    we are having 9 dialog processes, 3 Background , 2 Update and 1 spool.
    No one is using the system currently but in ST02 i can see the swaps are in red.
    Buffer                 HitRatio   % Alloc. KB  Freesp. KB   % Free Sp.   Dir. Size  FreeDirEnt   % Free Dir    Swaps    DB Accs
    Nametab (NTAB)                                                                                0
       Table definition     99,60     6.798                                                   20.000                                            29.532    153.221
       Field definition     99,82      31.562        784                 2,61           20.000      6.222          31,11          17.246     41.248
       Short NTAB           99,94     3.625      2.446                81,53          5.000        2.801          56,02             0            2.254
       Initial records      73,95        6.625        998                 16,63          5.000        690             13,80             40.069     49.528
                                                                                    0
    boldprogram                97,66     300.000     1.074                 0,38           75.000     67.177        89,57           219.665    725.703bold
    CUA                    99,75         3.000        875                   36,29          1.500      1.401          93,40            55.277      2.497
    Screen                 99,80         4.297      1.365                 33,35          2.000      1.811          90,55              119         3.214
    Calendar              100,00       488            361                  75,52            200         42              21,00               0            158
    OTR                   100,00         4.096      3.313                  100,00        2.000      2.000          100,00              0
                                                                                    0
    Tables                                                                                0
       Generic Key          99,17    29.297      1.450                  5,23           5.000        350             7,00             2.219      3.085.633
       Single record        99,43    10.000      1.907                  19,41           500         344            68,80              39          467.978
                                                                                    0
    Export/import          82,75     4.096         43                      1,30            2.000        662          33,10            137.208
    Exp./ Imp. SHM         89,83     4.096        438                    13,22         2.000      1.482          74,10               0    
    SAP Memory      Curr.Use %    CurUse[KB]    MaxUse[KB]    In Mem[KB]    OnDisk[KB]    SAPCurCach      HitRatio %
    Roll area               2,22                5.832               22.856             131.072     131.072                   IDs           96,61
    Page area              1,08              2.832                24.144               65.536    196.608              Statement     79,00
    Extended memory     22,90       958.464           1.929.216          4.186.112          0                                         0,00
    Heap memory                                    0                  0                    1.473.767          0                                         0,00
    Call Stati             HitRatio %     ABAP/4 Req      ABAP Fails     DBTotCalls         AvTime[ms]      DBRowsAff.
      Select single     88,59               63.073.369        5.817.659      4.322.263             0                         57.255.710
      Select               72,68               284.080.387          0               13.718.442             0                        32.199.124
      Insert                 0,00                  151.955             5.458             166.159               0                           323.725
      Update               0,00                    378.161           97.884           395.814               0                            486.880
      Delete                 0,00                    389.398          332.619          415.562              0                             244.495
    Edited by: Srikanth Sunkara on May 12, 2011 11:50 AM

  • FYI Update Rollup 3 for Microsoft System Center 2012 R2 - Virtual Machine Manager (KB2965413) Stops SCVMM service starting

    I just applied update:
    Update Rollup 3 for Microsoft System Center 2012 R2 - Virtual Machine Manager (KB2965413)
    and (KB2965414) but it failed to install.
    After a reboot I could not login to the VMM and the service would not start
    An event id 0 was reported with:
    Service cannot be started. System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
       at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
       at System.Reflection.RuntimeModule.GetTypes()
       at System.Reflection.Assembly.GetTypes()
       at Microsoft.VirtualManager.Remoting.IndigoSerializableObject.BuildKnownAssemblyTypes(Assembly assembly)
       at Microsoft.VirtualManager.Remoting.IndigoSerializableObject.InitializeKnownTypesCache(List`1 assembliesToExamine)
       at Microsoft.VirtualManager.Engine.Remoting.IndigoServiceHost.InitializeKnownTypesCache()
       at Microsoft.VirtualManager.Engine.VirtualManagerService.TimeStartupMethod(String description, TimedStartupMethod methodToTime)
       at Microsoft.VirtualManager.Engine.VirtualManagerService.OnStart(String[] args)
       at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)
    After I removed the update the VMM was able to start, no reboot required.
    When I have time I will try to apply both updates again successfully and see if the issue still occurs.
    Vista Ultimate Dell XPS M1330

    FYI.  I've had the same issue after I installed Update Rollup 3 (KB2965413), seeing the exact same error on event log.  Tried to start the service manually, getting service unable to start error.  This is a machine running
    with Windows Server 2012 Standard.  Solution for me is simple. I just install
    KB2965414 (Update Rollup 3 for SCVMM 2012 R2), reboot the server, and the SCVMM service auto start up by itself. 

  • Setting Up SSD Solid State Drive for Cache...Help!

    Hello,
    I am trying to configure my system to do really heavy special effects using After Effects and other programs.  I bought a new computer with specs below and a Solid State Drive for the cache as recommended in the White Papers.  I plug the SSD into a port on top of the machine.  I must have it configured wrong because I keep getting the message "disk cache folder cannot be the root of a volume."  I don't know how to configure this correctly so my work will use the SSD properly.  Can someone walk me through this?  Nicole  The SSD is a Seagate SSHD 1TB hybrid drive that is supposed to boot and perform like an SSD.  The motherboard is an Asus X79 and the processor is an i7 4820k (Ivy Bridge E) Thanks!
    Processor Brand
    Intel®
    Processor
    Intel® 4th Generation Core™ i7
    (Also known as the CPU). The part of the computer that interprets and executes instructions. Think of it as the brain of the computer.
    Processor Speed
    3.7GHz (with Turbo Boost up to 3.9GHz)
    How fast a computer processor carries out instructions. In general, faster is better, but processor speeds across brands may not be equivalent (i.e., a 3.0GHz AMD processor may not be the same speed as a 3.0GHz Intel processor).
    Cache Memory
    10MB on die Level 3
    A small segment of memory that stores frequently used information for fast access by the processor, improving response time.
    System Memory (RAM)
    16GB
    The memory a computer uses to run its operating system, applications and active data files. Greater amounts of RAM improve speed and enable more applications to run at once.
    System Memory (RAM) Expandable To
    128GB
    Maximum amount of memory a computer can support (as opposed to the amount that comes preinstalled).
    Type of Memory (RAM)
    DDR3 SDRAM
    Graphics
    NVIDIA GeForce GTX 660
    Type of graphics (video) adapter (usually built into the motherboard), identified by manufacturer and model.
    Video Memory
    2GB (dedicated)
    Manages display functions, including screen refresh rates, resolution and color. The more video memory a computer has, the better graphics and video will look.
    Audio
    High-definition 7.1-channel surround sound
    Speakers
    None
    Network Card
    Built-in 10/100/1000 Ethernet LAN
    Allows a computer to connect to a network either by using cables (Ethernet) or wireless technology (IEEE 802.11).
    Wireless Networking
    None
    Recordable DVD Drive
    Yes, double-layer DVD±RW/CD-RW
    Drive that can read CDs and DVDs, as well as write and rewrite CDs and various types of DVDs.
    Recordable DVD Drive Speeds
    Drive speeds not specified
    Maximum write (DVD±R), rewrite (DVD±RW) and read (DVD-ROM) speeds of the DVD±RW drive.
    Direct-Disc Labeling
    No
    Digital Media Reader or Slots
    No
    Available Expansion Bays
    External: 6 (5.25"); Internal: 2 (3.5")
    Available Expansion Slots
    4 PCI Express x16, 1 PCI Express x1, 4 DIMM
    For digital cameras and digital audio players: Slots that allow the addition of a removable memory card, such as Secure Digital or CompactFlash, to increase storage capacity.For computers: Slots on the motherboard that accept sound cards, video cards, memory and other upgrade cards.
    USB 2.0 Ports
    3 USB 3.0 (1 front, 2 rear); 8 USB 2.0 (2 front, 6 rear)
    Ports that allow high-speed (up to 480 Mbps) data transfer between compatible devices.
    Keyboard Description
    USB
    Indicates design, functionality or connection features. Some keyboards offer special buttons for gaming or multimedia use, while other keyboards include features such as illumination or wireless connectivity.
    Other Control Devices (mouse, etc.)
    USB mouse
    Operating System Platform
    Windows
    Operating System
    Windows 8
    The master software that controls hardware functions and provides a platform on top of which any software applications will run. Commonly used systems include Microsoft Windows and Mac OS X for computers and Palm OS and Microsoft Windows Mobile for PDAs.
    ENERGY STAR Certified
    No
    ENERGY STAR is a joint program of the U.S. Environmental Protection Agency and the U.S. Department of Energy helping us all save money and protect the environment through energy efficient products and practices.
    Best Buy PC App
    No
    HDMI Output
    Yes
    Blu-ray Player
    No
    Graphics Chip
    NVIDIA
    Drive Capacity
    2TB
    Discrete Graphics
    Yes
    Gaming Series
    Yes
    Hard Drive Size
    2TB
    Capacity for storing programs, photos, video, music and other electronic information. Hard drive capacities range from a few gigabytes to several hundred.
    Hard Drive Type
    SATA III (7200 rpm)
    Hard drives are classified based on the interface they use to connect to a computer. Common interfaces for internal hard drives include EIDE, PATA (also known as, ATA and IDE), SATA and SCSI. Common interfaces for external hard drives include USB 2.0, FireWire and eSATA.
    UPC
    892167017218

    >dont know how this is done in windows 8
    Open Windows Explorer (for Win7) which I think was renamed File Manager in Win8 and go to the "root" of the drive and right click and select New--Folder from the popup window

  • The operation failed as no adapter is in the state permissible for this operation network issue

    Hi
    I run some windows (2008 r2) servers on the cloud. A couple of servers are reporting a red x in the system tray where the network icon is, and my network adapter has disappeared.Using ipconfig /renew I get:
    The operation failed as no adapter is in the state permissible for this operation"
    There isn't really more info I can provide. All servers on static private IPs.
    Thanks

    Hi GSS1,
    Thanks for update.
    So can we still verify and get information of this missing NIC form device management console on server ? can we still get the NIC by command “netsh interface show interface” ?
    what was the latest modification we performed before this issue occurred ? Is there any error or warring event shown in the event viewer ?
    Have we installed Hyper-V on this server host ?
    We have a KB article that described a similar issue and some methods to verify and resolve this issue on Windows 2003 and XP platform and we may try it and see if that will help:
    How to troubleshoot missing network connections icons in Windows Server 2003 and in Windows XP
    http://support.microsoft.com/kb/825826/
    Regards,
    Tiger Li
    TechNet Subscriber Support in forum
    If you have any feedback on our support, please contact 
    [email protected]
    Tiger Li
    TechNet Community Support

  • DB13c Error:ORA-12541: TNS:no listener for windows systems

    Hello Gurus,
    We are facing an issue in DB13C jobs.
    Background:
    DB13c is setup in Solution Manager.
    Only for windows systems DB13 jobs are failing.
    Job log is given below:
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000002249, user ID P96ADM)
    Execute logical command BRCONNECT On host 10.91.26.117
    Parameters:-u / -jid CHECK20120116070805 -sid T72 -j P96 -c -f check
    BR0801I BRCONNECT 7.10 (20)
    BR0280I BRCONNECT time stamp: 2012-01-16 07.08.09
    BR0301W SQL error -12541 at location BrDbConnect-15, SQL statement:
    'CONNECT / AT JOURNAL_DB USING P96'
    ORA-12541: TNS:no listener
    BR0310W Connect to database instance P96 failed
    BR0477I Oracle pfile /oracle/T72/102_64/dbs/initT72001.ora created from spfile /oracle/T72/102_64/dbs/spfileT72001.ora
    BR0805I Start of BRCONNECT processing: cehrfhfs.chk 2012-01-16 07.08.08
    BR0484I BRCONNECT log file: /oracle/T72/sapcheck/cehrfhfs.chk
    BR0280I BRCONNECT time stamp: 2012-01-16 07.08.09
    BR0301E SQL error -12541 at location db_connect-7, SQL statement:
    'CONNECT / AT JOURNAL_DB USING P96'
    ORA-12541: TNS:no listener
    BR0310E Connect to database instance P96 failed
    BR0280I BRCONNECT time stamp: 2012-01-16 07.08.09
    BR0301W SQL error -3114 at location brc_dblog_open-3, SQL statement:
    '/* AT JOURNAL_DB */ INSERT INTO SAP_SDBAH (BEG, FUNCT, SYSID, OBJ, RC, ENDE, ACTID, LINE) VALUES ('20120116070808', 'chk', 'T72
    ORA-03114: not connected to ORACLE
    BR0324W Insertion of database log header failed
    BR0806I End of BRCONNECT processing: cehrfhfs.chk2012-01-16 07.08.09
    BR0280I BRCONNECT time stamp: 2012-01-16 07.08.09
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    Internal session terminated with a runtime error (see ST22)
    Job cancelled
    P96 is our solman(version:SAP EHP 1 for SAP Solution Manager 7.0)
    T72 is 4.6c System .
    Sap in windows
    Database in Linux
    Oracle -10.2.0.4
    rest all DB13 jobs are running fine.
    Only for windows system we are facing issue now.
    Runtime Error which comes along with it is:
    OBJECTS_OBJREF_NOT_ASSIGNED
    Access via 'NULL' object reference not possible.
    The current ABAP program "RSDBAJOB" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    lsnrctl status for t72 instance is giving result for another instance(A72 which is teh Acceptance system for T72)
    orat72 51> lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.4.0 - Production on 16-JAN-2012 07:27:53
    Copyright (c) 1991, 2007, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias                     LISTENER_A72_ES1UL0017
    Version                   TNSLSNR for Linux: Version 10.2.0.4.0 - Production
    Start Date                27-DEC-2011 14:53:43
    Uptime                    19 days 16 hr. 34 min. 9 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /oracle/A72/102_64/network/admin/listener.ora
    Listener Log File         /oracle/A72/102_64/network/log/listener_a72_es1ul0017.log
    Kindly provide your valuable suggestions.
    Regards,
    Samaya

    Hello Nicholas,
    Thank you for your suggestion.
    But  i do not think it is really required to change P96 tnsnames.ora.
    Because, T72 database is in a  Linnux box where several other DB are also there.
    (Our landscape,NOn-PRD DB instances are together in 1 linux box)
    DB13 jobs of other instances are working fine.
    Only difference is T72 sap instace is a windows server where as other instances are in AIX.
    In DB13c, windows system is configured as without ABAP server .
                     UNIX systems as With ABAP server.
    All were working with this configuration till few days ago.
    Thank you.

  • EWA Reporting for NONSAP Systems

    Hi all,
    we need an EWA reporting for NONSAP systems. Is it possible to generate EWA Reports containing OS information (like CPU Utilization, Memory consumption, Filesystems ...) from the monitored systems.
    If possible , are there any "How to guides" for implementing the NONSAP system in SMSY.
    Thanks in advance for your help.
    Regards
    Anton Brehm

    Hello,
    I would refere you to SAP Note 1257308 - FAQ: Using EarlyWatch Alerts
    If you look at section 1. Products and components for whcih teh EarlyWatch Alert is Available, the answer to your question is there, and states the products under section 1.1 and the components under section 1.2.
    This should clarify the answer for you.
    Regards,
    Paul

  • CC5.2: Auth objects database table for legacy systems

    Hi,
    Where are the auth objects for legacy systems stored?
    I mean, for SAP systems the auth objects ar stored in the tables SAPOBJ and SYSSAPOBJ.
    Can anybody help me?
    Thanks in advance

    correct formatting...I wish you could edit your posts instead of reposting!
    Just a performance tip--> since it looks as though you are looping through and performing the same statement many times, you should consider using a prepared statement:
    PreparedStatement ps = con.prepareStatement("insert into Table1 (Col1,COl2,Col3) " +
    "values ( ? , ? , ? )");
    for (int k=0; j<array1.length; k++) {
    if (array1[k] !=null)
    tt = array1[k].getArray2();
    for (int j=0; j<50; j++) {
    if (array2[k] !=null)
    ps.setString(1, tt[j].getString1);
    ps.setString(2, tt[j].getString2);
    ps.setString(3, tt[j].getString3);
    ps.executeUpdate();You will notice a significant performance gain if you are looping many times.
    Advanced--> huge performance gain if you use batch statement in this loop!
    PreparedStatement ps = con.prepareStatement("insert into Table1 (Col1,COl2,Col3) " +
    "values ( ? , ? , ? )");
    for (int k=0; j<array1.length; k++) {
    if (array1[k] !=null)
    tt = array1[k].getArray2();
    for (int j=0; j<50; j++) {
    if (array2[k] !=null)
    ps.setString(1, tt[j].getString1);
    ps.setString(2, tt[j].getString2);
    ps.setString(3, tt[j].getString3);
    ps.addBatch();
    //when completed all looping
    int[] insertCount = ps.executeBatch();Jamie

  • 3.6.26 is working on my OSX 10.4.11 PPC, but it keeps asking me to download the most current version for my system... why?

    I've dowloaded and updated 3.6.26, which Firefox stated was the most current version, but when I restart the browser, it then states I'm NOT running the most current version for my system... why?
    I'm running a Mac PPC G4 10.4.11 Thanks for any assistance you can provide :)

    Thanks for the Reply Alice... :) The message is when I restart Firefox, which activates the update, and the 'thanks' page on Firefox's site (not Google)... So, I'm curious why it gives me my most current update, then tells me that there might be a more current version for my system... very strange! Anyway, I'm definitely sticking with 3.6.26, unless I get info that suggests there's a .27 or .28 flying around that may be useful... I will definitely NOT go to 9 or 10.... :)

Maybe you are looking for

  • BT Vision Box unable to show Freeview HD channels ...

    I have been sent a BT vision box due to the fact my Youview Box is unable to have the skysports channels I was told this was a newer box I was told on the phone and my youview box was outdated when I suscribed to the Skyports channels just last week.

  • How do I know if this variable is a file handle?

    G'day (This has also been posted on StackOverflow) Say I have this code: function doFileStuff(){     var file = "";     try {         file = fileOpen(filePath);         // do stuff with file     finally {         fileClose(file); If the fileOpen() pr

  • HTTPS error in JDK.1.4. Advice needed please.

    Hello, I am using JDK 1.4. with JSSE 1.2. I have created a test server certificate and would like to transfer data over HTTPS using Tomcat 3.2.4 However,when compiling the 'HttpsHandler' class with jdk1.4 I am getting an error which I was not getting

  • Pdf view : jumping back problem ?

    Hello. I've been having an issue lately where i view pdfs on Acrobat.com, and when i drag the sliders up, the page first jumps to its top, then slides normally from where it should be. Correct behaviour while dragging sliders to the bottom : pages fl

  • BBM Display Pictures Not Changing

    Hello, the display pictures of some of my contacts have been stuck on a picture for like two weeks now.. I've restarted the phone a couple of times & I deleted and reinstalled the bbm yet its still the same pictures but they have changed their pictur