Newbie: iasdeploy error (

I am new to ias and running through some of the sample apps to get my
configuration straightened out. When trying to deploy the helloworld.ear
file, I get the following error:
bash-2.03# iasdeploy deployapp helloworld.ear
iasdeploy for iPlanet Application Server 6.0 SP3 Test Drive
dev-mm2:Error: could not logon to dev-mm2
Since I was not the one that installed the ias I am not familiar with the
config files. I assume that either dev-mm2 needs to be a full hostname
(dev-mm2.here.com) or that a permission is not set up right. I'm hoping its
the hostname.
Could someone point me in the right direction of the config files and the
resolution of this error?
Thanks,
Jay

Hi,
Check if your other applications work such as, fortune, bank, rrs, which are
shipped along with iAS. Next, just stick to the documentation n the file
\iplanet\ias6\ias\ias-samples\helloworld\docs\index.html and stick to it. Please
let me know if this helps.
Regards
Raj
Jay Wright wrote:
I am new to ias and running through some of the sample apps to get my
configuration straightened out. When trying to deploy the helloworld.ear
file, I get the following error:
bash-2.03# iasdeploy deployapp helloworld.ear
iasdeploy for iPlanet Application Server 6.0 SP3 Test Drive
dev-mm2:Error: could not logon to dev-mm2
Since I was not the one that installed the ias I am not familiar with the
config files. I assume that either dev-mm2 needs to be a full hostname
(dev-mm2.here.com) or that a permission is not set up right. I'm hoping its
the hostname.
Could someone point me in the right direction of the config files and the
resolution of this error?
Thanks,
Jay

Similar Messages

  • Newbie ? - Error Opening Database After Recovery

    Hi All-
    I'm new to Oracle and am using 9i - I'm working on cloning our Production db for a Test db.
    I shutdown the Production db and copied all the files from that db into my Test db - I then started my Test db and recovered it. I am now trying to OPEN it, but am getting an error. I am hoping that someone out there with a little more experience and knowledge can help me with this issue.
    Here is what I've done and the error that I'm getting:
    SQL> @/ubc/test/clone.sql
    ORACLE instance started.
    Total System Global Area 1502242576 bytes
    Fixed Size 743184 bytes
    Variable Size 452984832 bytes
    Database Buffers 1048207360 bytes
    Redo Buffers 307200 bytes
    Control file created.
    SQL> recover database using backup controlfile until cancel;
    ORA-00279: change 1411222426 generated at 05/01/2007 18:31:02 needed for thread
    1
    ORA-00289: suggestion : /ubc/oracle/OraHome1/dbs/arch1_61111.dbf
    ORA-00280: change 1411222426 for thread 1 is in sequence #61111
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    /ubc/test/redo/redo03.log
    Log applied.
    Media recovery complete.
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    SQL>
    Then, when I go to my '.trc' file to see the error, the following is in there:
    /ubc/oracle/dprtest/dumps/udump/dprtest_ora_1179688.trc
    Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.6.0 - Production
    ORACLE_HOME = /ubc/oracle/OraHome1
    System name:     AIX
    Node name:     p650
    Release:     2
    Version:     5
    Machine:     0001875A4C00
    Instance name: dprtest
    Redo thread mounted by this instance: 1
    Oracle process number: 12
    Unix process pid: 1179688, image: oracle@p650 (TNS V1-V3)
    *** SESSION ID:(9.1) 2007-05-02 08:31:05.436
    Start recovery at thread 1 ckpt scn 1411222426 logseq 61111 block 188745
    *** 2007-05-02 08:31:20.370
    Media Recovery Log /ubc/test/redo/redo03.log
    File 1 (stop scn 1411222427) completed recovery at checkpoint scn 1411222427
    File 2 (stop scn 1411222427) completed recovery at checkpoint scn 1411222427
    File 3 (stop scn 1411222427) completed recovery at checkpoint scn 1411222427
    File 4 (stop scn 1411222427) completed recovery at checkpoint scn 1411222427
    File 5 (stop scn 1411222427) completed recovery at checkpoint scn 1411222427
    File 6 (stop scn 1411222427) completed recovery at checkpoint scn 1411222427
    File 7 (stop scn 1411222427) completed recovery at checkpoint scn 1411222427
    File 8 (stop scn 1411222427) completed recovery at checkpoint scn 1411222427
    File 9 (stop scn 1411222427) completed recovery at checkpoint scn 1411222427
    File 10 (stop scn 1411222427) completed recovery at checkpoint scn 1411222427
    File 11 (stop scn 1411222427) completed recovery at checkpoint scn 1411222427
    File 12 (stop scn 1411222427) completed recovery at checkpoint scn 1411222427
    File 13 (stop scn 1411222427) completed recovery at checkpoint scn 1411222427
    File 14 (stop scn 1411222427) completed recovery at checkpoint scn 1411222427
    File 15 (stop scn 1411222427) completed recovery at checkpoint scn 1411222427
    File 16 (stop scn 1411222427) completed recovery at checkpoint scn 1411222427
    File 17 (stop scn 1411222427) completed recovery at checkpoint scn 1411222427
    File 18 (stop scn 1411222427) completed recovery at checkpoint scn 1411222427
    File 19 (stop scn 1411222427) completed recovery at checkpoint scn 1411222427
    *** 2007-05-02 08:31:31.238
    ORA-30012: undo tablespace 'UNDOTBS01' does not exist or of wrong type
    Any input or thoughts on how to address this issue would be greatly appreciated! Thanks in advance for your time and assistance!!
    -JG
    Message was edited by:
    J.G.

    The following is in my init file:
    # System Managed Undo and Rollback Segments
    undo_management=AUTO
    undo_retention=10800
    undo_tablespace=UNDOTBS01
    And this is my startup script ("clone.sql"):
    STARTUP NOMOUNT
    CREATE CONTROLFILE SET DATABASE "DPRTEST" RESETLOGS NOARCHIVELOG
    -- SET STANDBY TO MAXIMIZE PERFORMANCE
    MAXLOGFILES 5
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    MAXINSTANCES 1
    MAXLOGHISTORY 1588
    LOGFILE
    GROUP 1 '/ubc/test/redo/redo01.log' SIZE 500M,
    GROUP 2 '/ubc/test/redo/redo02.log' SIZE 500M,
    GROUP 3 '/ubc/test/redo/redo03.log' SIZE 500M
    -- STANDBY LOGFILE
    DATAFILE
    '/ubc/test/other_sysadmin/xdb01.dbf',
    '/ubc/test/other_sysadmin/users01.dbf',
    '/ubc/test/other_sysadmin/undotbs01.dbf',
    '/ubc/test/other_sysadmin/tools01.dbf',
    '/ubc/test/other_sysadmin/system01.dbf',
    '/ubc/test/other_sysadmin/odm01.dbf',
    '/ubc/test/other_sysadmin/example01.dbf',
    '/ubc/test/other_sysadmin/drsys01.dbf',
    '/ubc/test/other_sysadmin/cwmlite01.dbf',
    '/ubc/test/data/OLTP.dbf',
    '/ubc/test/data/STAGING.DBF',
    '/ubc/test/indexes/indx01.dbf',
    '/ubc/test/indexes/STAGINGINDEX.DBF',
    '/ubc/test/indexes/OLTPINDEX.DBF',
    '/ubc/test/other_notused/STATSPACK.DBF',
    '/ubc/test/other_notused/SPOTLIGHT.DBF',
    '/ubc/test/other_notused/DATACAPTUREINDEX.DBF',
    '/ubc/test/other_notused/DATACAPTURE.DBF',
    '/ubc/test/other_notused/ARCHIVE.DBF'
    CHARACTER SET WE8ISO8859P1
    HTH
    -JG

  • Newbie Question - Error in Transaction SFP - Layout Tab

    Hi All,
    When I go to the "Layout" tab in transaction SFP, I get the following message:
    "Error occurred in communication with layout editor"
    Have my BASIS department forgotten to install something, or is there some config required in SPRO?
    Thanks,
    Tristan

    Hi Pavan,
    It wasn't installed on my PC.  I have the Netweaver Developer Studio CD, with which I can install the Adobe Designer, but when I try to do that it asks for the path to my Java SDK directory.
    I know this is a stupid question, but is the SDK something I also need to install on my PC, or something that needs to be installed on our SAP server?
    Thanks,
    Tristan

  • Java newbie. some error

    hi! this is my code. i am getting the error given in the end. can any one help.
    (i have just written the matrix multiplicartion. dont know if it works.)
    class Mult
         private int arr1[][] ={{1,2,3},{2,3,4},{4,5,6}};
         private int arr2[][] ={{1,2,3},{2,3,4},{4,5,6}};
         public static void main(String[] args)
              System.out.println("Hello World!");
                   Matrix m = new Matrix();          
              m.PrintMatrix(arr1);
    class Matrix
         int Mat [][]=new int[3][3];
         int tmp=0;
         void Multiply(int arr1[][],int arr2[][])
              for (int k=0;k<3 ;k++ )
                   for(int i=0;i<3;i++)
                        for (int j=0;j<3 ;j++ )
                                  tmp+=arr1[i][k]*arr2[k][j];
                        Mat[i][k]=tmp;
                        tmp=0;
         void PrintMatrix(int arr[][])
              System.out.println("");
              for (int i=0;i<3 ;i++ )
                   for(int j=0;j<3;j++)
                        System.out.print(arr[i][j]+ " ");
                   System.out.println("");
    Mult.java:11: non-static variable arr1 cannot be referenced from a static contex
    t
    m.PrintMatrix(arr1);
    ^
    1 error
    ////////////////////////////////////////////////////

    main() is a static method. Therefore it has no access to instance variables because it has no this pointer. To fix it you need to either instantiate a new Mult object and put your runtime code there or make your arrays static.

  • Newbie Question - error when testing DNS

    When testing my DNS in lookup in network utility, i get the following:
    ; <<>> DiG 9.6.0-APPLE-P2 <<>> server.academyart.edu ptr +multiline +nocomments +nocmd +noquestion +nostats +search
    ;; global options: +cmd
    domainname.edu. 300 IN SOA ns1.domainname.edu. administrator.domainname.edu. (
    2190 ; serial
    300 ; refresh (5 minutes)
    1800 ; retry (30 minutes)
    864000 ; expire (1 week 3 days)
    57 ; minimum (57 seconds)
    I'm following the lynda tutorial, but they don't tell you what to do if you have an error or possible ways of fixing it.

    There's no indication of any failure in your post. Of course, we don't know what query you submitted (e.g. what IP address/hostname you looked up), nor what you expect, so there's almost no way anyone can predict what might be wrong.
    So:
    What problem are you experiencing/troubleshooting?
    What do you expect to get from this lookup?

  • Newbie: Script error

    Here's what I can't get to work:
    tell application "Adobe Photoshop CS3"
            activate
            select window 1
            set window 1's position to {20, 44}
            set bounds of window 1 to {20, 44, 800, 600}
    end tell
    The above script gives me errors, but I don't know why.
    What I actually want to do is to (a) Select top window in Photoshop, (b) get current (width, height) of that window, (c) expand that window to (width+100, height+100)
    Seems simple enough???
    Thanks

    Hello
    It seems there's no 'window' class in PSCS3's AppleScript implementation.
    Meanwhile 'document' class has 'width' and 'height' properties but they seem to be read-only for some reason...
    cf.
    http://www.adobe.com/devnet/photoshop/scripting/
    http://www.adobe.com/devnet/photoshop/pdfs/photoshopcs3_applescriptref.pdf
    I think you have to use dedicated commands for resizing instead. Try something like the code below.
    I wrote it based upon the official documentation but has not tested it, for I don't have PSCS3.
    The part changing the units settings will be optional if the units are already set to pixel.
    --SCRIPT (NOT TESTED)
    tell application "Photoshop CS3"
    (* -- not necessary if units are already set to pixel
    tell settings
    set ruler units to pixel units
    set type units to pixel units
    end tell
    tell document 1
    set {w, h} to {width, height}
    --to resize canvas
    resize canvas width (w + 100.0) height (h + 100.0)
    --to resise image
    --resize image width (w + 100.0) height (h + 100.0) resolution 300.0 resample method bicubic
    end tell
    end tell
    --END OF SCRIPT
    Good luck,
    H

  • Newbie apex error when trying to install the OEHR Sample object.

    ORA-01653: unable to extend table FLOWS_030000.WWV_FLOW_ONLINE_HELP by 8 in tablespace APEX
    I got this error when trying to install.
    I will go back now and check the storage space.
    I could not find any error message on it.
    Thanks.Steve

    Just few minutes after asking this question on forum, I was able to find the workaround for opening the DashboardDesigner.exe.
    What I was trying earlier was that, In my "Business Intelligence Center" site,  i was trying to open the Dashboard Designer from "PerformancePoint Content" list by clicking "New Item" from "Items" tab in Ribbon.
    Instead Now I go to the connections library "Data Connections",  Go to "Documents" tab in Ribbon and then click on "New Document".
    Voila!
    Finally "DashboardDesinger.exe" opens up! :D
    Now from this designer application, I can add other Lists directly and can add "PerformancePoint Content" list for creating actual ScoreCards, Dashboards, KPIs etc.
    Happy Learning!
    Shri07

  • (newbie) Checking errors in command promt?

    Very stupid, but I should know this before I go any further, since it would make things a lot easier obviously.
    How can I check all errors page after page after compiling in a command prompt (Windows 98)? Similar to a dir /p command.
    Of course I want to check all errors and in the order the compiler finds them..
    I recently downloaded and installed the latest version of the JDK, it has the option to log everything in a seperate file (I don't think this was available in the version I was using before), but I'd prefer to check the errors in the command prompt itself. But I can't figure out how to do that..
    Thanks in advance.

    Ah, see, I'm not too familiar with DOS too ;).
    But I can't get the |more command to work with javac.
    I've tried it. it works with the DOS dir command, and it works in a sample (java) programm (a simple loop), allthough it does some strange things to it.
    But with javac it does absolutely nothing. Strange.
    But like I said, I'll stick to the -Stdout and -Xmaxerrs options.
    By the way, I guess most people use IDEs, but not people who start out learning Java using the standard commandline tools. Since everyone has to start out, it seems to me such an option could be useful ;).
    Anyway, now I think of it, it shouldn't be much of a problem anyway. Usually which these simple programs you won't get that many errors often. If I find out I do, I'll use those options.

  • Greetings from a newbie and Error Message re: ' C:\PROGRA~1\palmOne\PACKAG~\NPInstal..dll' was not found.

    I just bought a replacement for my beat up E2.  I thought since I was having issues with my old E2, that I would uninstall the older application and then do a clean installation.  While I was in Control Panel and using AD/Remove I might as well remove Package Install.  I figured it would be reinstalled when I used the new CD I received in the E2 package.
    Since that time even though I have tried to do a clean installation.  I keep getting the same Error Message:  "The Notifier file 'C:\palmOne\PACKAG~\NPInstal.dll' was not found.  Notifiers are used by Hotsync Manager to inform other applications about synchronizations sessions.  Please check your configuration to correct this problem.  HotSync Manager is skipping over this file."
    I have searched for answers in the FAQ and Knowledge Base on the Palm site to no avail.  I also searched on the forums here with no success.  I am new here and I may have missed the thread regarding this issue.  I apologize ahead of time for not finding the answer here if it already has been discussed.
    I would greatly appreciate any direction as to where to look or go to find the "missing dll".
    Thanks in advance for your help!
    Post relates to: Tungsten E2

    Reply for bluezdude ~~~
    I jumped onto the forum because I was having the same problem and was frustrated to tears, kid you not!! So, after searching for the missing dll, and not finding any help here, I just started messing around on my laptop and FINALLY fixed the problem. First of all, I am running WINDOWS XP, not sure about MAC, so provided that you are also on a windows of some sort, this is what you need to do::
    Start
    All Programs
    Accessories
    Program Compatibility Wizard 
    Once you get here, go through the motions until you get to the program selection list, choose HotSync Manager and before clicking yes, that the problem is fixed, make sure you hotsync first to ensure that it works properly. Then you can click yes, and finish. I hope this helps~
    Post relates to: Palm TX

  • Newb-render-error-help!

    hello, i need help asap, im a college student at csuci, the computer is a mac power pc g5 dual 2.3 with 1gb-ram. i am using the cs3 package. all updates are done, and im trying to render some animation. the images are made in illustrator, and the text is made in after effects. in the back ground im using a effect lenz flare.
    it will get about half through rendering when i get an error saying i do not have permission to open -54
    what does this mean and how do i fix it!!?!??
    ps please help, this is my mid term and it is due in half an hour.

    YEAH! I THINK THAT DID IT!..THANK YOU SO MUCH BRO!
    ITS RENDERING PAST THE 9:59 SPOT(THATS WHERE IT WAS STOPPING EVERY TIME BEFORE)..LOL IF YOU COULDNT TELL THAT IM RENDERING NOW ;)

  • Newbie with error message!

    Hi,
    I'm trying to display data from the sample xml file
    donuts.xml. I'm using dreamweaver cs3 and using the spry table and
    spry region buttons. but when I run the file (ie 7 on xp sp2) i get
    the following error message and no data:
    Exception caught while loading donuts.xml: [object Error]
    please help! TIA

    Hello,
    This problem is generated probably because you didn't
    specified a web server to load the page. Currently you probably
    loaded the page directly from your local machine in the browser and
    you hit a very annoying IE7 security limitation that can't be
    configured to allow local XML files to be loaded through AJAX
    calls.
    We manage to develop a work around to this issue in a later
    Spry version. Please download the latest Spry 1.5 package and from
    inside includes folder copy the SpryData.js file in your website
    over the SpryAssets/SpryData.js to avoid this issue.
    Regards,
    Cristian

  • (Newbie) OC4J errors

    Hi,
    I have an application deployed on Oracle 9iAS (9.0.3) on Solaris. My application deploys and runs fine for a while, then after days/weeks I start getting error messages like these in the error log:
    [date] [error] [client ip] MOD_OC4J_0058: Failed to handle response chunk data passed in from oc4j via ajp13.
    [date] [error] [client ip] MOD_OC4J_0035: After hdndling ajp13 response message, got an invalid value: -2.
    [date] [error] [client ip] MOD_OC4J_0121: Failed to service request with network worker: application_14 and it is not recoverable.
    [date] [error] [client ip] MOD_OC4J_0013: Failed to call destination: application's service() to service the request.
    To me it looks like my workers are dying - does anyone know how to fix this?
    Any help or suggestions would be greatly appreciated.
    Cheers,
    =Per

    Hi Steve and Olaf,
    Even I am also facing problem in installing OC4J 101330 version.
    I downloaded it and extracted the same.
    Then I went to /j2ee/home directory and ran the following command java -jar oc4j.jar - install.
    I m getting the following error:
    C:\OC4J\j2ee\home>java -jar oc4j.jar -install
    OC4J startup failed
    java.lang.NoClassDefFoundError: oracle/dms/instrument/TransTraceIntf
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
    at java.lang.Class.getMethod0(Unknown Source)
    at java.lang.Class.getMethod(Unknown Source)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:81)
    at oracle.oc4j.loader.boot.BootStrap.main(BootStrap.java:30)
    Appreciate your help in this regard.
    Thanks in advance,
    -- Naveen

  • Newbie - Compile error - Linux

    Hello All,
    I am new at this....so I apologize if this is too simple.
    I downloaded Java on my Linux machine, created
    a simple "HelloWorld" example.
    compiling using: "javac HelloWorldApp.java"
    created the following error message:
    error while loading shared libraries: libhpi.so: cannot load shared object file: No such file or directory
    I do have this file.
    any ideas on the error message?
    thank you

    Thanks for your reply.
    I do have the libhpi.so in the directory paths as you stated and the permissions are set for read and execute.
    I used the rpm installation method.
    /usr/java/jre1.3.1_01/lib/i386/native_threads/libhpi.so
    /usr/java/jre1.3.1_01/lib/i386/green_threads/libhpi.so
    that's why this is puzzling to me.

  • Newbie 403 error but only one ip

    I have 6.1 for windows( Win2K Pro ) as well as linux ( Redhat 7.2 ). I created
    a war file containing a simple HelloServlet that just prints a simple html page
    when the service method is called. I have my MANIFEST.MF and web.xml file in
    the war file also. so i compile it and create the war file in this structure
    in the following filw: websamplech3.war
    META-INF/MANIFEST.MF
    WEB-INF/classes/HelloServlet.class
    /web.xml
    I edited the config.xml and put the following:
    <Application Deployed="true" Name="HellowServlet" Path="./config/stargate/applications"
    >
    <WebAppComponent Name="HelloServlet" Targets="cygnusa" URI="websamplech3.war"
    />
    </Application>
    I even added this to the config.xml.booted file.
    I start the weblogic ./startWebLogic.sh for linux and on windows
    select the appropriate start weblogic server button. Both start fine
    So i open up my browser ( on the same pc ) then i do the following call http://127.0.0.1:7001/HelloServlet/
    and then i get the following Error 403--Forbidden error everytime. I dont understand
    why when i'm doing it on the same pc. I tried this on linux and windows versions
    of weblogic and i get the same error. I can pull up the console with out any problems.
    Any ideas why this is happening?

    Eric,
    I would try one of the webapp examples stored under <beahome>/samples/examples/webapp.
    There is a html file that contains instructions in this directory as well
    Also, take a look at the following links
    http://edocs.bea.com/wls/docs61/webapp/index.html
    http://edocs.bea.com/wls/docs61/servlet/index.html
    Chuck

  • Why is my swf exporting as a small blank file?

    I am very new to After Effects.  I created an animated banner with text effects, images and movie files.  It is 1 minute long.  I am trying to export this to an SWF so I can add dynamic links in Flash.  When the file had less layers, it rendered and saved just fine, but now that it is completed with many more layers (28 layers) and is full length it will not export properly.
    Let me clarify.  When I export to SWF it goes through the motions, creates the files and everything, but when I open the SWF (either in a browser or in Flash) it is blank.  When I get the properties of the file, it is only 23 bytes large.  What am I doing wrong?  I have tried to ignore and to rasterize unsupported content with the same result.
    FAQ Checklist answers
    I'm using After Effects Cs6 version 11.0.0.378
    I just installed updates yesterday.
    I'm on Windows 7 Ultimate 64 bit
    Source files are mostly png and jpg.  There is one wmv file, but I don't know any other details about it. (I'm a newb)
    No error messages
    I am exporting to SWF
    The file exported properly before I added additional layers and effects
    Quicktime version 7.73.80.64
    I closed all other running software to test the export, I even restarted my computer.
    No 3rd party add-ons for AE
    Intel Core i7 2.8Ghz, 12GB DDR3 RAM (1600Mhz), 500GB Hard drive, Nvidia GeForce GT 240 video card
    No 3rd party I/O hardware
    No OpenGL features
    Final output has the issue, I can play the file within AE without any issues.
    Render Multiple Frames Simultaneously is not enabled
    See steps I've taken in description at the beginning of post.

    After Effects CS6 (11.0) has a bug with exporting SWF files that is fixed in After Effects CC (12.0), as mentioned in the "a few choice bug fixes" section here:
    http://blogs.adobe.com/aftereffects/2013/04/whats-new-changed-after-effects-next.html
    But why are you exporting to SWF at all?
    If you're exporting for further use in Flash, export to one of the video formats that Flash can import, preferably F4V. SWF is not a good choice for video. (You can, of course, in Flash create a SWF that embeds or links to an F4V file; that works well.)
    Also, this part of your checklist seems wrong:
    I'm using After Effects Cs6 version 11.0.0.378
    I just installed updates yesterday.
    If you installed the updates, you'd be using After Effects CS6 (11.0.2), not 11.0.0. Choose Help > Updates now to install the updates. There are a lot of bug fixes in the most recent updates.

Maybe you are looking for

  • Technical fields in Expert Routine

    Hi, I need to write an Expert Transformation Routine to upload data into a DSO from a Generic Data Source. The Result Package has the following technical fields:      Field: SID SID.         SID           TYPE RSSID,      Field: DATAPAKID Data packet

  • Macbook Pro 15" Glossy - No display

    Hi there - working on a MBP 15" Glossy 2.0 Ghz model with 1 GB of RAM. I purchased it from the original owner who said it wasn't displaying video. So far I have tried quick fixes included: -Screen brightness -PRAM reset -SMC reset -External Monitor h

  • Loosing connectivity every few minutes

    I am working on a Toshiba Portege 400. I have no problem connecting, but I loose the connection every few minutes. Sometimes it reconnects quickly, other times I have to select "connect".I do not have the same problem with my other laptop. Any ideas?

  • Doubt Regarding Statistics Collection in 10g

    Hello, Me Jr Dba i have a doubt regarding statistics calculation in 10g.As we know that if we set the initilization parameter STATISTICS_LEVEL=Typical then AOS(Automatic Optimizer staistics) calculate the statistics for the tables, whose blocks are g

  • Report list duplicate customers

    Is there a standard SAP way to check whether the customer database contains duplicate entries? Customers has been created for a long time (9 years I guess) and we suspect that the database contains several double entries since there was no check at a