Non existent WLST configToScript command on WL 8.1 SP5 Solaris

I was trying out WLST on a WL 8.1 SP5 Solaris and I noticed that the configToScript does not seem to exist, does some one now if this shouldnt be in the package allready?
I needed this one in order to "clone" domains...
Thank you for any responses,
Jose

Hi, I toke care regarding the case-sensitiveness but it seems not to be the issue, bellow I show my settings and it seems the command does not even appear on the help listing for the information category...
root@zhcpbigs00<!>echo $CLASSPATH
:/opt/bea/8.1_SP5/jdk142_08/lib/tools.jar:/opt/bea/8.1_SP5/patches:/opt/bea/8.1_SP5/patches/CR225812_81sp5.jar:/opt/bea/8.1_SP5/patches/CR238192_81sp5.jar:/opt/bea/8.1_SP5/patches/CR240904_81sp5.jar:/opt/bea/8.1_SP5/patches/CR241234_810sp5.jar:/opt/bea/8.1_SP5/patches/CR243498_810sp5.jar:/opt/bea/8.1_SP5/patches/CR247655_810sp5.jar:/opt/bea/8.1_SP5/patches/CR265510_810sp5.jar:/opt/bea/8.1_SP5/weblogic81/server/lib/weblogic_sp.jar:/opt/bea/8.1_SP5/weblogic81/server/lib/weblogic.jar:/opt/bea/8.1_SP5/weblogic81/common/lib/3rdparty.jar:/opt/bea/8.1_SP5/weblogic81/common/lib/comdev.jar:/opt/bea/8.1_SP5/weblogic81/common/lib/config.jar:/opt/bea/8.1_SP5/weblogic81/common/lib/jython.jar:
root@zhcpbigs00<!>pwd
/export/opt/bea/8.1_SP5
root@zhcpbigs00<!>/export/opt/bea/8.1_SP5/jdk142_08/bin/java com.bea.plateng.domain.script.jython.WLST_offline
Welcome to Weblogic Scripting Shell
wls_offline:/>help()
WLST is a command line scripting tool. Try:
help('control') Lists the control functions available
help('browse') Lists the browse functions available
help('edit') Lists the edit functions available
help('information') Lists the information functions available
help('variables') Lists the variables available
wls_offline:/>help("information")
dumpStack:
Prints the stack trace from the exception that might have thrown while executing a command.
dumpVariables:
Prints all the variables and their values.
help:
Display help about all the primitives and variables that are supported by WLST.
ls:
Displays and returns the list of all configuration objects and their attributes contained in current configuration node.
prompt:
Changes the display prompt to 'wls_offline:/>' if the prompt is not hidden and back to the long form if hidden.
pwd:
Prints the user's present hiearchy in the config tree.
startRecording:
Records all the user interactions with WLST. This will be useful inorder to replay any commands if you choose to.
stopRecording:
Stops all the recording of user actions.
wls_offline:/>readDomain("/export/opt/bea/8.1_SP5/user_projects/domains/anyolddomain/")
wls_offline:/anyolddomain>configToScript("/export/opt/bea/8.1_SP5/user_projects/domains/anyolddomain/","/home/mine/")
Traceback (innermost last):
File "<input>", line 1, in ?
NameError: configToScript
wls_offline:/anyolddomain>
Thank you,
Jose

Similar Messages

  • Error when running configToScript command in WLST

    Hi,
    I'm trying to get a WLST script for my existing server. I read about the configToScript command, but when I run it, I get an error
    wls:/nps_pt_92/serverConfig> configToScript('/export/third-party/etsbea/home/etsbea/tests/wlst/')
    Traceback (innermost last):
    File "<console>", line 1, in ?
    File "<iostream>", line 1547, in configToScript
    WLSTException: 'Error occured while performing configToScript : File not found: /export/third-party/etsbea/home/etsbea/tests/wlst/config/config.xml/export/third-party/etsbea/home/etsbea/tests/wlst/config/config.xml (No such file or directory) Use dumpStack() to view the full stacktrace'
    This is odd because I created a directory named "config" within "/export/third-party/etsbea/home/etsbea/tests/wlst/" but still no love. Any ideas what is going on?
    Thanks, - Dave

    Do:
    configToScript('YOU_WLS_DOMAIN_DIR','/export/third-party/etsbea/home/etsbea/tests/wlst/')

  • WLST crashed on getting non-existing attribute in runtime()

    After downloading the latest WLST package (April 14th, 2005) from the dev2dev site, I'm experiencing WLST crashs after attempting to get an attribute on a non-existing object instead of seeing a normal syntax error message.
    Before updating my jython.jar and wlst.jar for dev2dev:
    wls:/dizzyworld/runtime/ServerRuntime/dizzy1/ApplicationRuntimes/dizzy1_mbeanlis
    ter/ComponentRuntimes/dizzy1_dizzy1_mbeanlister_mbeanlister> get('SessionsOpenTo
    talCount')
    Traceback (innermost last):
    File "<input>", line 1, in ?
    File "<iostream>", line 191, in get
    WLSTException: 'Error occured while performing get : AttributeNotFound Exception
    while doing a getAttribute for attribute SessionsOpenTotalCount. Use dumpStack(
    ) to view the error stack trace'
    After:
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x8072644
    Function=[Unknown.]
    Library=D:\bea\jdk142_05\jre\bin\client\jvm.dll
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
         at java.lang.Throwable.getStackTraceDepth(Native Method)
         at java.lang.Throwable.getOurStackTrace(Throwable.java:588)
         - locked <0x10462cf0> (a java.lang.Throwable)
         at java.lang.Throwable.getStackTrace(Throwable.java:582)
         at weblogic.utils.StackTraceUtils.getThrowableWithCause(StackTraceUtils.java:180)
         at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:137)
         at weblogic.management.internal.RemoteMBeanServerImpl_814_WLStub.getAttribute(Unknown Source)
         at weblogic.management.scripting.BrowseHandler.handleRuntime(BrowseHandler.java:1596)
         at weblogic.management.scripting.BrowseHandler.regularPush(BrowseHandler.java:981)
         at weblogic.management.scripting.BrowseHandler.splitPush(BrowseHandler.java:139)
         at weblogic.management.scripting.BrowseHandler.cd(BrowseHandler.java:1693)
         at weblogic.management.scripting.BrowseHandler.cd(BrowseHandler.java:1683)
         at weblogic.management.scripting.BrowseHandler.resetCD(BrowseHandler.java:1664)
         at weblogic.management.scripting.BrowseHandler.splitPush(BrowseHandler.java:141)
         at weblogic.management.scripting.BrowseHandler.cd(BrowseHandler.java:1693)
         at weblogic.management.scripting.BrowseHandler.cd(BrowseHandler.java:1683)
         at weblogic.management.scripting.BrowseHandler.resetCD(BrowseHandler.java:1664)
         at weblogic.management.scripting.BrowseHandler.splitPush(BrowseHandler.java:141)
         at weblogic.management.scripting.BrowseHandler.cd(BrowseHandler.java:1693)
         at weblogic.management.scripting.BrowseHandler.cd(BrowseHandler.java:1683)
         at weblogic.management.scripting.EditHandler.get(EditHandler.java:66)
         at weblogic.management.scripting.EditHandler.get(EditHandler.java:57)
         at weblogic.management.scripting.EditHandler.get(EditHandler.java:57)
         at weblogic.management.scripting.EditHandler.get(EditHandler.java:57)
         at weblogic.management.scripting.EditHandler.get(EditHandler.java:57)
    Dynamic libraries:
    0x00400000 - 0x0040B000      D:\bea\jdk142_05\bin\java.exe
    0x77F80000 - 0x77FFD000      C:\WINNT\system32\ntdll.dll
    0x7C2D0000 - 0x7C332000      C:\WINNT\system32\ADVAPI32.dll
    0x7C570000 - 0x7C623000      C:\WINNT\system32\KERNEL32.DLL
    0x77D30000 - 0x77DA1000      C:\WINNT\system32\RPCRT4.DLL
    0x78000000 - 0x78045000      C:\WINNT\system32\MSVCRT.dll
    0x08000000 - 0x08139000      D:\bea\jdk142_05\jre\bin\client\jvm.dll
    0x77E10000 - 0x77E6F000      C:\WINNT\system32\USER32.dll
    0x77F40000 - 0x77F7B000      C:\WINNT\system32\GDI32.dll
    0x77570000 - 0x775A0000      C:\WINNT\system32\WINMM.dll
    0x6BD00000 - 0x6BD0D000      C:\WINNT\system32\SYNCOR11.DLL
    0x10000000 - 0x10007000      D:\bea\jdk142_05\jre\bin\hpi.dll
    0x007C0000 - 0x007CE000      D:\bea\jdk142_05\jre\bin\verify.dll
    0x007D0000 - 0x007E9000      D:\bea\jdk142_05\jre\bin\java.dll
    0x007F0000 - 0x007FD000      D:\bea\jdk142_05\jre\bin\zip.dll
    0x18BE0000 - 0x18BEF000      D:\bea\jdk142_05\jre\bin\net.dll
    0x75030000 - 0x75044000      C:\WINNT\system32\WS2_32.dll
    0x75020000 - 0x75028000      C:\WINNT\system32\WS2HELP.DLL
    0x782C0000 - 0x782CC000      C:\WINNT\System32\rnr20.dll
    0x77980000 - 0x779A4000      C:\WINNT\system32\DNSAPI.DLL
    0x75050000 - 0x75058000      C:\WINNT\system32\WSOCK32.DLL
    0x77340000 - 0x77353000      C:\WINNT\system32\iphlpapi.dll
    0x77520000 - 0x77525000      C:\WINNT\system32\ICMP.DLL
    0x77320000 - 0x77337000      C:\WINNT\system32\MPRAPI.DLL
    0x75150000 - 0x7515F000      C:\WINNT\system32\SAMLIB.DLL
    0x75170000 - 0x751BF000      C:\WINNT\system32\NETAPI32.DLL
    0x7C340000 - 0x7C34F000      C:\WINNT\system32\Secur32.dll
    0x77BF0000 - 0x77C01000      C:\WINNT\system32\NTDSAPI.dll
    0x77950000 - 0x7797A000      C:\WINNT\system32\WLDAP32.DLL
    0x751C0000 - 0x751C6000      C:\WINNT\system32\NETRAP.dll
    0x77A50000 - 0x77B3F000      C:\WINNT\system32\OLE32.DLL
    0x779B0000 - 0x77A4B000      C:\WINNT\system32\OLEAUT32.DLL
    0x773B0000 - 0x773DF000      C:\WINNT\system32\ACTIVEDS.DLL
    0x77380000 - 0x773A3000      C:\WINNT\system32\ADSLDPC.DLL
    0x77830000 - 0x7783E000      C:\WINNT\system32\RTUTILS.DLL
    0x77880000 - 0x7790E000      C:\WINNT\system32\SETUPAPI.DLL
    0x7C0F0000 - 0x7C151000      C:\WINNT\system32\USERENV.DLL
    0x774E0000 - 0x77513000      C:\WINNT\system32\RASAPI32.DLL
    0x774C0000 - 0x774D1000      C:\WINNT\system32\RASMAN.DLL
    0x77530000 - 0x77552000      C:\WINNT\system32\TAPI32.DLL
    0x71710000 - 0x71794000      C:\WINNT\system32\COMCTL32.DLL
    0x70A70000 - 0x70AD6000      C:\WINNT\system32\SHLWAPI.DLL
    0x77360000 - 0x77379000      C:\WINNT\system32\DHCPCSVC.DLL
    0x777E0000 - 0x777E8000      C:\WINNT\System32\winrnr.dll
    0x777F0000 - 0x777F5000      C:\WINNT\system32\rasadhlp.dll
    0x19070000 - 0x19075000      D:\bea\weblogic81\server\bin\stackdump.dll
    0x74FD0000 - 0x74FEE000      C:\WINNT\system32\msafd.dll
    0x75010000 - 0x75017000      C:\WINNT\System32\wshtcpip.dll
    0x77920000 - 0x77943000      C:\WINNT\system32\imagehlp.dll
    0x72A00000 - 0x72A2D000      C:\WINNT\system32\DBGHELP.dll
    0x690A0000 - 0x690AB000      C:\WINNT\system32\PSAPI.DLL
    Heap at VM Abort:
    Heap
    def new generation total 4544K, used 4428K [0x10010000, 0x104f0000, 0x104f0000)
    eden space 4096K, 100% used [0x10010000, 0x10410000, 0x10410000)
    from space 448K, 74% used [0x10410000, 0x10463190, 0x10480000)
    to space 448K, 0% used [0x10480000, 0x10480000, 0x104f0000)
    tenured generation total 60544K, used 60543K [0x104f0000, 0x14010000, 0x14010000)
    the space 60544K, 99% used [0x104f0000, 0x1400ffc0, 0x14010000, 0x14010000)
    compacting perm gen total 8960K, used 8801K [0x14010000, 0x148d0000, 0x18010000)
    the space 8960K, 98% used [0x14010000, 0x148a8630, 0x148a8800, 0x148d0000)
    Local Time = Tue Aug 09 11:22:51 2005
    Elapsed Time = 133
    # HotSpot Virtual Machine Error : EXCEPTION_ACCESS_VIOLATION
    # Error ID : 4F530E43505002EF
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_05-b04 mixed mode)
    Regards,
    Zachary Slaybaugh
    Sr. Application Administrator
    Time Warner Cable, Inc.

    This has been fixed in the latest version of wlst. You can get it from
    https://codesamples.projects.dev2dev.bea.com/servlets/Scarab/id/S13
    Thanks,
    -satya

  • Creating a Socket to non-existent host very slow

    Why does it take a long time to try to create a Socket to a non-existent host on a Linux machine? On a Windows machine it takes approx. 20 sec., but when I try it on a Linux machine it takes approx. 180 sec.!
    Here's the code I'm using (very simple):
    import java.io.IOException;
    import java.net.Socket;
    import java.net.UnknownHostException;
    public class SocketCreator {
    public static void
    main(String[] args) {
    long _begin = System.currentTimeMillis();
    try {
    new Socket("10.10.10.10", 2000);
    } catch (UnknownHostException exception) {
    exception.printStackTrace();
    } catch (IOException exception) {
    exception.printStackTrace();
    long _end = System.currentTimeMillis();
    System.out.println("It took: " + (_end - _begin) + " ms.");
    Some additional info:
    - Java2 SDK 1.1.x, 1.3.x and 1.4.x
    - Windows XP
    - Red Hat 7.2, 9

    This is really a Linux system-wide problem. If you wanted to fix this in Java, you might even have to resort to JNI to sent yourself a signal and interrupt your system call (the system call is connect()).
    Unfortunately, the page give by "man tcp" on Linux is often not kept up-to-date with the many options available in /proc/sys/net/ipv4 .
    Also, access to the local LAN will often give a quick "No route to host" message.
    To test the long-timeout, you have to access a remote IP that does not exist. For instance, on Linux, if you start two xterms, and on the firxt you enter:
    telnet 66.120.89.14
    and on that second your enter
    netstat -an
    You will see something like this line:
    tcp 0 1 192.168.5.18:32836 66.120.89.14:23 SYN_SENT
    So now you know that the socket is sitting in SYN_SENT.
    Now, if you look on a nice, full man page of tcp, like
    http://www.die.net/doc/linux/man/man7/tcp.7.html
    You will see
    tcp_syn_retries
    The maximum number of times initial SYNs for an active TCP connection attempt will be retransmitted. This value should not be higher than 255. The default value is 5, which corresponds to approximately 180 seconds.
    Back on the second xterm, try:
    % cat /proc/sys/net/ipv4/tcp_syn_retries
    5
    I bet you got five also. You could turn it down to two (decreases time to around 20 seconds).
    You could try this as root:
    # sysctl -w net.ipv4.tcp_syn_retries=2
    or even add this command to your /etc/rc.d/rc.local file

  • Unregistering a non-existing db

    hi,
    found two entries for the same database in the catalog
    SQL> select dbid, dbinc_key, name from rc_database where name='PROD1';
    DBID DBINC_KEY NAME
    3817268314 45902 PROD1
    3844414535 431892 PROD1
    i have tried to unregister the non-existing dbid but only encountered this error:
    RMAN> run
    2> {
    3> SET DBID 3817268314;
    4> UNREGISTER DATABASE "PROD1" NOPROMPT;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01005: syntax error: found "identifier": expecting one of: "allocate, alter
    , backup, beginline, blockrecover, catalog, change, copy, crosscheck, configure,
    duplicate, debug, delete, execute, endinline, host, mount, open, plsql, recover
    , release, replicate, report, restore, resync, }, set, setlimit, sql, switch, st
    artup, shutdown, send, show, validate"
    RMAN-01008: the bad identifier was: UNREGISTER
    RMAN-01007: at line 4 column 1 file: standard input
    would it be safe to simply delete this entry from the rc_database table?
    thank you..

    1) Identify the database that you want to unregister. Run the following query from the recovery catalog using Server Manager or SQL*Plus (connected as the RMAN user):
    SQL> select * from rc_database;
        DB_KEY  DBINC_KEY       DBID NAME     RESETLOGS_CHANGE# RESETLOGS
             1          2 2498101982 TARGDB                   1 15-JAN-04
           105        106 2457750772 OIDDB                    1 14-DEC-03
           128        129 2351019032 OMSDB                    1 15-JAN-04
           301        302 2498937635 TARGDB              140831 25-JAN-042) Remove the backupsets that belong to the database that you want to unregister.
    Find the backupsets of the database that you want to unregister.
    list backupset of database;3) if possible, remove the backupsets that belongs only to the database you want to unregister.
    RMAN> allocate channel for delete type 'sbt_tape';4) Unregister the database by executing the following procedure from the recovery catalog:
    execute dbms_rcvcat.unregisterdatabase(db_key, db_id)
    SQL> execute dbms_rcvcat.unregisterdatabase(1, 2498101982)
    PL/SQL procedure successfully completed.
    SQL> execute dbms_rcvcat.unregisterdatabase(105, 2457750772)
    PL/SQL procedure successfully completed.
    SQL> execute dbms_rcvcat.unregisterdatabase(128, 2351019032)
    PL/SQL procedure successfully completed.
    SQL> execute dbms_rcvcat.unregisterdatabase(301, 2498937635)
    PL/SQL procedure successfully completed.Hope this will help...

  • Effect of Force use of non-existing index in program

    Hi,
    What is the Effect of Force use of non-existing index in program?
    We have forced the use of a custom index in our program, i want to know the effect in the program if in the future this index will be deleted or removed from the database?
    Thanks a lot!

    Hi Freishz,
    >
    freishz wrote:
    > What is the Effect of Force use of non-existing index in program?
    > We have forced the use of a custom index in our program, i want to know the effect in the program if in the future this index will be deleted or removed from the database?
    Hints note, it is a hint not a command, are ignored by the optimizer if they are not
    syntactically and/or semantically correct. An index hint pointing to a non-exisitng index
    is semantically not correct -> will be ignored. (A normal costing with the available indexes
    is done).
    Kind regards,
    Hermann

  • Exchange Server 2013 SP1 - Readiness Check Failing - Detected Non-existent Exchange 2007 Servers

    For development purposes, I needed to install Exchange Server 2013 in our environment.  Our current environment includes a couple Domain Controllers, a Sharepoint Server, and a SQL Server.  So, it's got a very simple topology.  The one thing
    our environment does NOT have are current Exchange servers.
    During the "Prerequisite Analysis" phase of the install it complained that two servers, that I can find nowhere in our active directory domain, are running Exchange 2007.  Obviously, this presents some unique problems.  Perhaps as a test
    many years ago, someone installed Exchange 2007 to "play" with, but we've never run Exchange for any length of time.  
    So, this is quite the conundrum, given the above does anyone have any suggestions as to a potential solution?  Ideally, I'd like to be able to "lift the covers" and cleanup the references to the non-existent servers somehow, but ANY suggestions
    for fixes are MUCH appreciated.
    Cheers,
    Nate

    Here is the thing I would do (Only if I am not going to have any exchange 2007 ever in the environment).
    On any of windows server 2008 download
    Exchange 2010 SP3
    Extract the file and run the below command:
    Setup.com /ps
    This will make Exchange 2013 install. Also Deleting Exchange Administrator Group wouldn't help as Setup will look for the information about schema into AD.
    Cheers,
    Gulab Prasad
    Technology Consultant
    Blog:
    http://www.exchangeranger.com    Twitter:
      LinkedIn:
       Check out CodeTwo’s tools for Exchange admins
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Kde3 packages: "non existant prefix '' for kdelibs3"

    I have no ide what happend but today I'm getting this error for all packages for kde3:
    checking whether make sets $(MAKE)... yes
    checking for kde-config... /opt/kde/bin/kde-config
    configure: error: /opt/kde/bin/kde-config --prefix outputed the non existant prefix '' for kdelibs.
    This means it has been moved since you installed it.
    This won't work. Please recompile kdelibs for the new prefix.
    make: *** No targets specified and no makefile found. Stop.
    although it is working if done with as root user with argument '--asroot' (but I must add to all PKGBUILD string: '--with-qt-dir=/opt/qt')
    what happend ? what did I screw up ?
    Last edited by zyghom (2008-11-19 23:09:33)

    azleifel wrote:I've come across this as well.  Like mforce said, it should work if makepkg is run as root (don't forget to add the --asroot switch to the makepkg command).
    Yeah, that worked for me, but it's an indication that some work needs to be done. One needs to AVOID running this as root, and so I think thats going to be the first challenge for the amarok1 maintainer. The ONLY thing we should use root for is the actual installation, not the compilation.

  • ACE# sh script code - Error: Called API is invalid or non-existant

    What is this ??
    ACE# dir disk0:
       2846 Jun 14 2010 15:40:33 NORDICID_PROBE
    ACE# sh script code NORDICID_PROBE
    Error: Called API is invalid or non-existant
    Hardware is ACE-4710-K9 and software A3(2.7)
    The probe itself is functioning ok according to show probe detail.
    However show script script_name probe_name -counters all remain at zero for some reason. This wasn't the case on the previously use ACE software.
    To my recollection the command show script code has worked successfully before on the same ACE software. Not 100% sure though, but it definitely worked on the previous software we ran on the ACE.

    Hi Timo,
    You could be hitting CSCtu33866 (see
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCtu33866 for more details)
    If you are really hitting this bug, a reboot should fix the issue.
    I hope this helps
    Daniel

  • Non existent LOB value

    I'm calling a java class method from PL/SQL that returns a CLOB. I can run the class from jdeveloper IDE and see the XML coming back as CLOB, but when i run it inside ORACLE it gives an error saying "Non-Existent LOB Value".
    Any ideas ...
    TIA - RPG

    Ok, this is a whole different story :)
    You have ran into a bug which will be fixed in the next release
    of the utility coming real soon now.
    olaf iseger (guest) wrote:
    : Hi,
    : Sorry for the misinfromation, of course I meant 8i,
    : 8.1.5.01, I really couldn't have missed the
    : errors when loading java in an 8.0.xx database ;-)
    : But my question still stands however...
    : --Olaf
    : Oracle XML Team wrote:
    : : Hi Olaf,
    : : Java VM made it inside the DB starting with Oracle 8i (i.e.
    : : 8.1.5). When you ran the oraclexmlsqlload.csh script to load
    : the
    : : utility into your 8.0.5 database you must have had errors.
    : : With your version of the DB you can not run the utility
    from
    : : within the db because this calls for support for stored java
    : : procedures. You can on the other hand run the utility as a
    : : client program, either directly accessing it's java api, or
    : using
    : : our command line front end.
    : : Olaf Iseger (guest) wrote:
    : : : Hello,
    : : : I'm experiencing the ORA-22922 : "Non existent LOB value"
    : : : error when executing the test
    : : : "select xmlgen.GetXML(...) from dual".
    : : : Database is 8.0.5.01 on Linux, scott/tiger demo user with
    : : : populated tables
    : : : java version (not sure if the database uses this however)
    : : : jdk117_v3
    : : : Did I miss sth in the installation, or do I have to set
    some
    : : more
    : : : privileges for SCOTT ?
    : : : -- olaf
    : : Oracle Technology Network
    : : http://technet.oracle.com
    Oracle Technology Network
    http://technet.oracle.com
    null

  • Non existent route-map applied to redistribution

    If a non existent route-map is referred in a redistribute command . How does it effect ?
    Example configuration
    address-family ipv4 vrf VRF:MMS:MGD:XLC:190
      redistribute connected route-map MGD_XLC
      redistribute static route-map VPN_XLC
      no synchronization
     exit-address-family
    The above mentioned route-maps don't exist in the configuration

    Hi,
    By its very nature, this is an incorrect configuration. Different IOS versions may react differently to incorrect configuration. Therefore, do not take the results you find out on your particular router as a general rule.
    In principle, there are only two possibilities when you reference a non-existent route-map in your redistribution: Either all routes are redistributed indiscriminately, or no routes are redistributed at all. Now, in your case, checking the show ip bgp vpnv4 vrf VRF:MMS:MGD:XLC:190 and comparing it with show ip route vrf VRF:MMS:MGD:XLC:190 static and show ip route vrf VRF:MMS:MGD:XLC:190 connected should tell you right away whether any (that is, all) or no routes have been injected into BGP RIB from this VRF.
    Best regards,
    Peter

  • DBMGui Information about old non existent databases

    If I start DBMGui and connect to a database server there are listet a lot of database entries.
    Some of them are not existent any more at the moment.
    TR3     7.5.00.32   /sapdb/TR3/db
    SR3    7.6.00.28   /sapdb/SR3/db
    TST    7.6.00.36    /sapdb/TST/db
    PR3    7.6.00.36   /sapdb/PR3/db
    Where are this information from? Which file?
    Thanks
    Andreas

    What Jens ...?
    Well if on your sever you get a lot of non-existent instances when doing
    dbmcli db_enum
    then it's quite likely that the instances had been dropped in a "unclean" way.
    What can you do to get rid of these entries? It depends.
    So the easiest way to get this done (if you're a SAP-Customer) would be: open a support message.
    If you're not an SAP customer you might want to give us some further information here.
    Therefore please post the results of the following commands on the server:
    dbmcli db_enum
    dbmcli inst_enum
    xinstinfo
    KR Lars

  • Issue with sales order stock that is referencing a non-existing sales order

    We have an issue with sale order stock.
    Due to user error we have ended up with a negative quant of sales order stock in a bin. Further the error was due to mis-keying of sales order number. Hence this negative quant is referencing a sales order that does not exist.
    We need to get rid of this quant.
    I thought of cycling this quant off as a solution. And hence replicated the scenario in the test system. I was able to create a TO to cycle it off but cannot clear the differences from 999 . The error I get while trying to do this is "SD document not in database or has been archived" . This error is true since the sales order actually does not exist. So cycling it off did not work.
    Can anyone suggest how we can get rid of this negative quant of sales order stock ?
    Thanks

    Hi,
    You said that your user mistyped the SO number and it resulted in a -quant. In which transaction was it possible? If I give a non existing no. SAP doesn't allow me to book.
    If I were you I would check both in WM & IM what the user had done...step-by-step...
    Negative quant comes to existance in interim storage type if we book e.g. a GI. It should have started in IM...how was your user be able to do that??? If it was possible cannot you reverse the IM booking?
    (...if all else fails...cannot you create a SO document with external number assignment with the same number?...)
    BR
    Csaba
    Edited by: Csaba Szommer on Jun 24, 2008 8:31 PM

  • I purchased 2 itunes ecards and they were not received and I am unable to edit them.  support is non existent!!  Any ideas how I can cancel these since they weren't received?

    I ordered two itunes cards tonight and my granddaughter didn't receive either of them!
    I was unable to obtain online support of any kind.
    The gift view will not allow me to edit the gift, delte or change it. 
    Any ideas how I can delete these from my account?  Itunes support is non-existent!!

    She's checked the spam folder on her email account as well as the inbox ? You should also be able to try resending it (and double-check the email address) : http://support.apple.com/kb/HT1541
    If you can't then contact iTunes Support :  http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • My iPhone 5S prompts me for my password to an Apple ID email that no longer exists as an account.  How do I change my Apple ID address without having to change the primary address to a non-existent email account?

    I cannot sign into icloud on my phone because the Apple ID is an email account that has been deactivated and deleted.  How can I change my Apple ID without having to change the primary email address to this non-existent account? If I did so, I wouldn't be able to access the account to receive the verification email. Please help!

    To change the iCloud ID you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iDevice, then sign back in with the ID you wish to use.  When you do this you may find that the password for your old ID isn't accepted.  If this should happen, and if your old ID is an earlier version of your current ID, you need to temporarily recreate your old ID by going to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You should not need to verify the old email address.  You can now use your current password to turn off Find My iDevice on your device, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

Maybe you are looking for