Creating appsutil dir failing ebs12.1.1

hi !
I am following doc id 377495.1 to create this appsutil directory in database tier but i am getting unzip error  :
checking the 11.2.0 path indeed the unzip is version 6.x . but  the 11.1.0 path contains the 5.x version.
I know as a work around i can use the 11.1.x path but just want to know is this the expected behaviour ?
how can i or should i put version 5.x in 11.2.x home also?
/ebs/oracle/VIS/db/tech_st/11.1.0/bin/unzip   <<< this is version 5.x
/ebs/oracle/VIS/db/tech_st/11.2.0/bin/unzip  <<< this is version 6.x
bash-3.2$ perl $AD_TOP/bin/admkappsutil.pl
Starting the generation of appsutil.zip
Log file located at /ebs/oracle/VIS/inst/apps/VIS_sunny/admin/log/MakeAppsUtil_11221109.log
output located at /ebs/oracle/VIS/inst/apps/VIS_sunny/admin/out/appsutil.zip
RC-20200: Fatal: Could not find Unzip. At this time only Native UnZip 5.X is supported.
Please make sure you have UnZip 5.X in your path and try again...
MakeAppsUtil completed with errors, Please check logfile for more information.
bash-3.2$ exit
thanks

hi Hussein!
iam installing it as applmgr user and I checked that APPS and APPLYS accounts are working but adpatch still failing with invalid username /password.  
You are about to apply a patch to the installation of Oracle Applications
in your ORACLE database 'VIS'
using ORACLE executables in '/ebs/oracle/VIS/apps/tech_st/10.1.2'.
Is this the correct database [Yes] ?
AutoPatch needs the password for your 'SYSTEM' ORACLE schema
in order to determine your installation configuration.
Enter the password for your 'SYSTEM' ORACLE schema:
The ORACLE username specified below for Application Object Library
uniquely identifies your existing product group: APPLSYS
Enter the ORACLE password of Application Object Library [APPS] :
AutoPatch is verifying your username/password....Unable to connect.
AutoPatch error:
The following ORACLE error:
ORA-01017: invalid username/password; logon denied
occurred while executing the SQL statement:
CONNECT APPLSYS/*****
Error: The given ORACLE password is not the correct password.
Please re-enter the ORACLE username and password.
Enter the ORACLE password of Application Object Library [APPS] :
AutoPatch is verifying your username/password.
The status of various features in this run of AutoPatch is:
                                           <-Feature version in->
Feature                          Active?   APPLTOP    Data model    Flags
CHECKFILE                        Yes       1          1             Y N N Y N Y
PREREQ                           Yes       6          6             Y N N Y N Y
CONCURRENT_SESSIONS              No        2          2             Y Y N Y Y N
PATCH_TIMING                     Yes       2          2             Y N N Y N Y
PATCH_HIST_IN_DB                 Yes       6          6             Y N N Y N Y
SCHEMA_SWAP                      Yes       1          1             Y N N Y Y Y
JAVA_WORKER                      Yes       1          1             Y N N Y N Y
CODELEVEL                        Yes       1          1             Y N N Y N Y
Identifier for the current session is 545203
Reading product information from file...
Reading language and territory information from file...
Reading language information from applUS.txt ...
AutoPatch warning:
Product Data File
/ebs/oracle/VIS/apps/apps_st/appl/admin/zfaprod.txt
does not exist for product "zfa".
This product is registered in the database but the
above file does not exist in APPL_TOP.  The product
will be ignored without error.
AutoPatch warning:
Product Data File
/ebs/oracle/VIS/apps/apps_st/appl/admin/zsaprod.txt
does not exist for product "zsa".
This product is registered in the database but the
above file does not exist in APPL_TOP.  The product
will be ignored without error.
AutoPatch warning:
Product Data File
/ebs/oracle/VIS/apps/apps_st/appl/admin/jtsprod.txt
does not exist for product "jts".
This product is registered in the database but the
above file does not exist in APPL_TOP.  The product
will be ignored without error.
Reading database to see what industry is currently installed.
Reading FND_LANGUAGES to see what is currently installed.
Currently, the following language is installed:
Code   Language                                Status
US     American English                        Base
Your base language will be AMERICAN.
Setting up module information.
Reading database for information about the modules.
Saving module information.
Reading database for information about the products.
AutoPatch error:
Invalid password for schema "APPLSYS" (oracle_id = 0)
AutoPatch error:
Failed getting PDI list for product 'fnd'
AutoPatch error:
aipspv(): Error setting up PDI list for upgrade
You should check the file
/ebs/oracle/VIS/apps/apps_st/appl/admin/VIS/log/adpatch.log
for errors.
$
$ cd
$ echo $ORACLE_HOME
/ebs/oracle/VIS/apps/tech_st/10.1.2
$ ps -ef | grep pmon
  oracle  1195     1   0 15:52:33 ?           0:42 ora_pmon_VIS
applmgr  3219  3142   0 15:49:55 pts/3       0:00 grep pmon
$

Similar Messages

  • Command line creating of users fails to correctly set afp:// based home dir

    i'm using a script to make users. they come and go quite a lot, don't want to be using a mouse all day long.
    i thought it would be simple. dscl /LDAPv3/127.0.0.1 -create /Users/user1 NFSHomeDirectory /network/servers/some.server.here/path
    with some other part of the script creating the home directory and setting it up for use.
    this only gets me a nfs based home directory, which doesn't seem to work. when i make them in WGM, i get an afp based one. (afp://some.server.here/group1/user1)
    what's the trick? how can i create an OD entry with dscl which results in the same outcome as using WGM?

    using this script now. seems to work:
    dscl -u diradmin -P $dirpass /LDAPv3/127.0.0.1 -create /Users/"$sinaUSER"
    dscl -u diradmin -P $dirpass /LDAPv3/127.0.0.1 -create /Users/"$sinaUSER" UserShell /bin/bash
    dscl -u diradmin -P $dirpass /LDAPv3/127.0.0.1 -create /Users/"$sinaUSER" RealName "$sinaFIRST $sinaSECOND"
    dscl -u diradmin -P $dirpass /LDAPv3/127.0.0.1 -create /Users/"$sinaUSER" UniqueID "$userID"
    dscl -u diradmin -P $dirpass /LDAPv3/127.0.0.1 -create /Users/"$sinaUSER" PrimaryGroupID "$mainG"
    dscl -u diradmin -P $dirpass /LDAPv3/127.0.0.1 -create /Users/"$sinaUSER" NFSHomeDirectory /Network/Servers/my.server.com/Volumes/promise/"$homeF"/"$sinaUSER"
    dscl -u diradmin -P $dirpass /LDAPv3/127.0.0.1 -create /Users/"$sinaUSER" HomeDirectory "<home_dir><url>afp://my.server.com/$homeF</url><path>$sinaUSER</path></home_di r>"
    dscl -u diradmin -P $dirpass /LDAPv3/127.0.0.1 -create /Users/"$sinaUSER" homeDirectory /Network/Servers/my.server.com/Volumes/promise/"$homeF"/"$sinaUSER"
    dscl -u diradmin -P $dirpass /LDAPv3/127.0.0.1 -create /Users/"$sinaUSER" apple-user-homeurl "<home_dir><url>afp://my.server.com/$homeF/</url><path>$sinaUSER</path></home_d ir>"
    echo -n "GID2, "
    [ "$secG" != "none" ] && dscl -u diradmin -P $dirpass /LDAPv3/127.0.0.1 -append /Groups/"$secG" GroupMembership "$sinaUSER"
    echo -n "pass, "
    dscl -u diradmin -P $dirpass /LDAPv3/127.0.0.1 -passwd /Users/"$sinaUSER" "$sinaPASS"
    echo -n "quota, "
    [ "$Uquota" != "none" ] && dscl -u diradmin -P $dirpass /LDAPv3/127.0.0.1 -create /Users/"$sinaUSER" HomeDirectoryQuota "$Uquota"
    # create home directory
    echo -n "Creating: home Dir: "
    /usr/sbin/createhomedir -n /LDAPv3/127.0.0.1 -u "$sinaUSER"

  • SAP-Documentum Interface - getting an error as: Could not create PLM DIR.

    Hi all,
    We are facing following problem with the interface of SAP-Documentum.
    While linking multiple DIRs from Documentum, getting an error as: 'Could not create PLM DIR. (E26324) (Error in version number increment for version 00)'.
    Observation:
    It's getting failed in 'DIR_GET' every time, so attempts to create new DIR every time.
    Note:
    Recently upgraded to SAP ECC 6.0 EHP4.
    Please help.
    Thanks.

    Sachin,
    There are couple of things you could do:
    1) Try the same values and execute linking manually in sap by calling BAPI_DOCUMENT_CREATE2 in se37.
    2) Try pre-pending zeros to the equipment number field using WebAdmin on Documentum side.
    Send me a message if you need additional help. I have been working with Documentum-SAP integrations for over 10 years and pretty much seen every problem out there
    Sachin
    http://documentum-sap-expert.blogspot.com/
    Edited by: Documentum-SAP-Expert on Jul 20, 2010 2:56 AM

  • Create a dir if there exists a file with the same name

    Hi..
    I want to create a directory with file.mkdir(). But I recognize a problem when there is allready a File with the same name.
    Is there any solution to handle a dir and a file with the same name?
    eg: Dir "C:\Windows" and File "C:\Windows"
    wami

    This explains it... use "java Test2 asdsfd" for example. While this example doesn't show it,
    if you try to create a dir with another slash on it c:\blah\ , it still can't be done.
    import java.io.*;
    public class Test2
    public static void main (String args[]) throws Exception
         if (args.length < 1){
         System.out.println("Test2 [name]");
         System.out.println("creating bogus file " +args[0]);
         FileOutputStream fo = new FileOutputStream(args[0]);
         fo.write(55);
         fo.write(55);
         fo.write(55);
         fo.close();
         File x = new File(args[0]);
         if (x.mkdir()) System.out.println("made dir " + args[0]);
         else System.out.println("failed to make dir " + args[0]);
         System.out.println("deleting file " + args[0]);
         x.delete();
         if (x.mkdir()) System.out.println("made dir " + args[0]);
         else System.out.println("failed to make dir " + args[0] + " again !");
    }

  • Creating FRCommon system failed - in 11g Forms & Report Installation

    Dear all,
    When installing 11g Forms and Reports "*Creating FRCommon system failed - in 11g Forms & Report Installation*".
    I have successfully created the weblogic server 10.3.5 , and continued with 11g forms & reports. First Installed the forms & reports software, and i try to configure. after several steps of configuration i have failed when its place "*Creating FRCommon system failed - in 11g Forms & Report Installation*".
    What it is this Error.
    Kindly help me.
    My OS Windows
    Forms and reports 11gR2
    More info
    When i start the configuration i have chosen Forms & Reports server and Development tools in the configuration page along with OHS.
    Regards
    Hamid

    Hi experts,
    I have the same problem when I try to install oracle Fusion Middleware 11g, is it possible that I forget some steps before, or should I install required something before continue intallation?
    Best Regards.
    Karim.

  • Error in Creating the Oracle Fail Safe Group during installation on MSCS

    Hi All,
    I am installing ECC 6 dual stack on MSCS.
    I have done steps till CI installation as per installation guide.
    I am gettig the following error in the step "Creating the Oracle fail safe group" while changing physical hostname into the virtual databse hostname using configtool in secure store parameter jdbc/pool/<SAPSID>Url as per the installation guide.
    "Error occurred while working with configuration(scanning)
    MSG:Error while connecting to the database"
    I think it is not accepting the virtual hostname.
    In our scenario CI is running CI node and DB instance is running on DB node.
    I have followed the steps as per the installation guide.
    Please let me know how to resolve this issue.
    Database - Oracle 10g,OS is Windows server 2008 enterprse edition.
    Regards,
    Dinakar
    Edited by: mutnuru dinakar on Jun 1, 2011 1:39 PM
    Edited by: mutnuru dinakar on Jun 1, 2011 1:40 PM

    Hi,
    Thanks for your reply.
    1) did you stop the CI before making the modifications as stated in the installation guide?
         Yes
    2) is your database currently running on the same physical cluster node as your CI?
        No.Database instance is running on DB node and CI is on CI node.
    3) is your database online?
         Yes,it is up and running
    Please let me know if there is anyway to resolve this issue.
    Regards,
    Dinakar

  • Creating Domain step fails while trying to install OBIEE 11g (11.1.1.5)

    Hi Everyone,
    I am really stuck at a point from where I do not know which route to take. I am trying to install OBIEE 11g (11.1.1.5) on my Windows 7 (32-bit) laptop. I have tried all the options:
    1. Simple Install
    2. Enterprise Install
    3. Software only install (after installing Weblogic 10.3.4.0 separately)
    Everything goes well till the step Bi Configuration->Creating Domain.
    In this process whenever it reaches the stage when it tries to start Node Manager, it starts getting java exceptions and fails. It typically occurs when it does not find the nodemanager.properties file and tries to save the configurations there. It then encounters a Fatal Error.
    Excerpt from install2011-07-29_06-13-21PM.out
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    Launching NodeManager ...
    Properties: {ListenPort=5556,NativeVersionEnabled=true,NodeManagerHome=C:/FusionMW/wlserver_10.3/common/nodemanager,StartScriptEnabled=true,}
    Command: C:\FusionMW\JROCKI~1.2-4\jre\bin\javaw.exe -classpath "C:\FusionMW\JROCKI~1.2-4\jre\lib\rt.jar;C:\FusionMW\JROCKI~1.2-4\jre\lib\i18n.jar;C:\FusionMW\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\FusionMW\JROCKI~1.2-4\lib\tools.jar;C:\FusionMW\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\FusionMW\WLSERV~1.3\server\lib\weblogic.jar;C:\FusionMW\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\FusionMW\WLSERV~1.3\server\lib\webservices.jar;C:\FusionMW\modules\ORGAPA~1.1\lib\ant-all.jar;C:\FusionMW\modules\NETSFA~1.0_1\lib\ant-contrib.jar;C:\Users\SUCHAT~1\AppData\Local\Temp\.;C:\Program Files\Java\jre6\lib\ext\QTJava.zip;C:\FusionMW\utils\config\10.3\config-launch.jar;C:\FusionMW\WLSERV~1.3\common\derby\lib\derbynet.jar;C:\FusionMW\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\FusionMW\WLSERV~1.3\common\derby\lib\derbytools.jar" weblogic.NodeManager "-v"
    NMProcess: <Jul 29, 2011 7:21:31 PM> <INFO> <Loading domains file: C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.domains>
    NMProcess: Jul 29, 2011 7:21:31 PM weblogic.nodemanager.server.NMServerConfig initDomainsMap
    NMProcess: INFO: Loading domains file: C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.domains
    NMProcess: <Jul 29, 2011 7:21:35 PM> <INFO> <Loading identity key store: FileName=C:/FusionMW/WLSERV~1.3/server\lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true>
    NMProcess: Jul 29, 2011 7:21:35 PM weblogic.nodemanager.server.SSLConfig loadKeyStoreConfig
    NMProcess: INFO: Loading identity key store: FileName=C:/FusionMW/WLSERV~1.3/server\lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true
    NMProcess: <Jul 29, 2011 7:21:35 PM> <WARNING> <Node manager configuration properties file 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties' not found. Using default settings.>
    NMProcess: Jul 29, 2011 7:21:35 PM weblogic.nodemanager.server.NMServer <init>
    NMProcess: WARNING: Node manager configuration properties file 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties' not found. Using default settings.
    NMProcess: <Jul 29, 2011 7:21:35 PM> <INFO> <Saving node manager configuration properties to 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties'>
    NMProcess: Jul 29, 2011 7:21:35 PM weblogic.nodemanager.server.NMServer <init>
    NMProcess: INFO: Saving node manager configuration properties to 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties'
    NMProcess: <Jul 29, 2011 7:21:35 PM> <SEVERE> <Fatal error in node manager server>
    NMProcess: java.lang.NullPointerException
    NMProcess:      at java.util.Hashtable.containsKey(Hashtable.java:314)
    NMProcess:      at weblogic.nodemanager.server.NMServerConfig.initNetworkInfoList(NMServerConfig.java:491)
    NMProcess:      at weblogic.nodemanager.server.NMServerConfig.getNetworkInfoList(NMServerConfig.java:481)
    NMProcess:      at weblogic.nodemanager.server.NMServerConfig.getConfigProperties(NMServerConfig.java:545)
    NMProcess:      at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:154)
    NMProcess:      at weblogic.nodemanager.server.NMServer.main(NMServer.java:375)
    NMProcess:      at weblogic.NodeManager.main(NodeManager.java:31)
    NMProcess:
    NMProcess: Jul 29, 2011 7:21:35 PM weblogic.nodemanager.server.NMServer main
    NMProcess: SEVERE: Fatal error in node manager server
    NMProcess: java.lang.NullPointerException
    NMProcess:      at java.util.Hashtable.containsKey(Hashtable.java:314)
    NMProcess:      at weblogic.nodemanager.server.NMServerConfig.initNetworkInfoList(NMServerConfig.java:491)
    NMProcess:      at weblogic.nodemanager.server.NMServerConfig.getNetworkInfoList(NMServerConfig.java:481)
    NMProcess:      at weblogic.nodemanager.server.NMServerConfig.getConfigProperties(NMServerConfig.java:545)
    NMProcess:      at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:154)
    NMProcess:      at weblogic.nodemanager.server.NMServer.main(NMServer.java:375)
    NMProcess:      at weblogic.NodeManager.main(NodeManager.java:31)
    NMProcess: Stopped draining NMProcess
    NMProcess: Stopped draining NMProcess
    Successfully launched the Node Manager.
    The Node Manager process is running independent of the WLST process.
    Exiting WLST will not stop the Node Manager process. Please refer
    to the Node Manager logs for more information.
    The Node Manager logs will be under C:\FusionMW\wlserver_10.3\common\nodemanager
    Node Manager starting in the background
    Excerpt from nodemanager.log which is created at <WL_HOME>\common\nodemanager:
    <Jul 29, 2011 7:21:31 PM> <INFO> <Loading domains file: C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.domains>
    <Jul 29, 2011 7:21:35 PM> <INFO> <Loading identity key store: FileName=C:/FusionMW/WLSERV~1.3/server\lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true>
    <Jul 29, 2011 7:21:35 PM> <WARNING> <Node manager configuration properties file 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties' not found. Using default settings.>
    <Jul 29, 2011 7:21:35 PM> <INFO> <Saving node manager configuration properties to 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties'>
    <Jul 29, 2011 7:21:35 PM> <SEVERE> <Fatal error in node manager server>
    java.lang.NullPointerException
         at java.util.Hashtable.containsKey(Hashtable.java:314)
         at weblogic.nodemanager.server.NMServerConfig.initNetworkInfoList(NMServerConfig.java:491)
         at weblogic.nodemanager.server.NMServerConfig.getNetworkInfoList(NMServerConfig.java:481)
         at weblogic.nodemanager.server.NMServerConfig.getConfigProperties(NMServerConfig.java:545)
         at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:154)
         at weblogic.nodemanager.server.NMServer.main(NMServer.java:375)
         at weblogic.NodeManager.main(NodeManager.java:31)
    After this it hangs for a long time before finally coming up with Node Manager Server Timed Out error and finally the Creating Domain step fails.
    One thing that I have noticed is that whenever it tries to create the nodemanager.properties or write to it it encounters this error and hence the nodemanager.properties file is also not getting generated.
    I have ensured that there are no spaces in the TEMP and TMP paths. I even tried creating and putting the nodemanager.properties file in the location but that too does not work.
    Strange part is that when I install Weblogic separately and have nodemanager as a windows service, then with the nodemanager.properties that I created the windows service runs, but the OBIEE installation still fails.
    Any help on this would be greatly appreciated.
    Thanks and regards,
    Subho

    My problem is "creating domain is failed". I guess that the issue with windows 7 32 bits on laptop doesn't configure and run nodemanager. I tried to start nodemanager but don't work (with weblogic scriptinf tools WST). However, Weblogic run ok but nodemanager is inactive. Also it doesn't create nodemanager.propierties. If I create a file nodemanager.properties (or I copied on directory obiee_home\ws_server_10.3\common\nodemanager) obiee installer configures its parameters pre-configured (if I modify a parameter, the installer modify it a default value and I don't know where is these parameters and its definition).
    I have installed obiee simple and enterprise and it don't work. I have installed on oracle 11g R2 (desktop and enterprise with datawarehouse) and obiee installer doesn't work. Further this installation obiee delay an hour and then generates error in my case "creating domain is failed".
    I'm going try to run install obiee 11.1.1.5 on windows 7 xp mode.
    Important: We need help of oracle experts or Oracle communicates if obiee installs or not on windows 7 32 bits laptop because We have wasted
    Thanks if anyone help us!!

  • Geting error while creating a dir through CREATE DIRECTORY command

    Hi Gurus,
    When I'm trying to create a dir through this command with logged in as SYS
    CREATE DIRECTORY pump_dir AS 'd:\temp\pump_dir';
    I'm getting the error
    Error starting at line 1 in command:
    CREATE DIRECTORY pump_dir AS 'd:\temp\pump_dir'
    Error at Command Line:1 Column:18
    Error report:
    SQL Error: ORA-00955: name is already used by an existing object
    00955. 00000 - "name is already used by an existing object"
    Any ideas how I can create a dir and grant access to a different user.
    Thanks
    Amitava.

    amitavachatterjee1975 wrote:
    I checked and there is no such directory. I guess it is not that simple, the error I mean.Actually it is , please see,
    ORA-00955:     name is already used by an existing object
    Cause:     An attempt was made to create a database object (such as a table, view, cluster, index, or synonym) that already exists. A user's database objects must have distinct names.
    Action:     Enter a unique name for the database object or modify or drop the existing object so it can be reusedSo as Sb mentioned, check that which object is using the same name that you are trying to assign to this directory object and either rename or drop the object if you want to use the same name only. If not, you can always use another distinct name for this directory object .
    Aman....

  • VPN connection created with CMAK fails to update routing table on Windows 8.1 with error 8000ffff

    When my clients connect their CMAK-created VPN, it fails to run the script to set their routing table with the following error:
    Custom script (to update your routing table) failed (8000ffff)
    My objective is to create a VPN connection with split tunneling - does not use the VPN connection as the client's default gateway.
    All my clients are on Windows 8.1 64-bit, and are logged in with Administrative privileges
    My VPN Clients are on 10.242.2.0/24, my internal network is on 10.172.16.0/24
    I want only traffic for 10.172.16.0 to go via the VPN. Everything else should go via the client's internet connection
    My Connection Manager Administration Kit profile, was created on Windows 2012 R2 CMAK with the following settings:
    "Make this connection the client's default gateway" is UNticked on the IPv4 tab.
    Define a routing table update is specified with a text file containing:
    +++ Start of txt file +++
    REMOVE_GATEWAY
    add 10.172.16.0 mask 255.255.255.0 default metric default if default
    +++ End of txt file +++
    The txt file is saved in DOS/Windows format (not Unicode or UTF-8 which I've read causes problems)
    I've tried everything in lower and upper case in the txt file after reading that the file might be case sensitive
    The following appears on the client with logging enabled:
    [cmdial32] 10:42:34
    03 Pre-Init Event       CallingProcess = C:\WINDOWS\system32\rasautou.exe
    [cmdial32] 10:42:40
    04 Pre-Connect Event    ConnectionType = 1
    [cmdial32] 10:42:40
    06 Pre-Tunnel Event     UserName = UserName Domain =  DUNSetting = VPN (L2TP x64 NoGW) Tunnel DeviceName =  TunnelAddress = vpn.mydomain.tld
    [cmdial32] 10:42:43
    07 Connect Event
    [cmdial32] 10:42:43
    09 Custom Action Exe    ActionType = Connect Actions Description = (none) ActionPath = CMDL32.EXE. The program was launched successfully.
    [cmdial32] 10:42:43
    08 Custom Action Dll    ActionType = Connect Actions Description = to update your routing table ActionPath = C:\Users\UserName\AppData\Roaming\Microsoft\Network\Connections\Cm\VPN64\CMROUTE.DLL ReturnValue
    = 0x8000ffff
    [cmdial32] 10:42:43
    21 On-Error Event       ErrorCode = -2147418113 ErrorSource = to update your routing table
    [cmdial32] 10:42:43
    13 Disconnect Event     CallingProcess = C:\WINDOWS\system32\cmdial32.dll
    Where can I find out what error codes 8000ffff or -2147418113 mean?

    That was it. Thanks, Steven
    "By default, the dial-up entry and the VPN entry have Make this connection the default gateway selected.
    Leave this default in place, and remove any gateways by using the REMOVE_GATEWAY command in the routing table update file itself."
    It seems counter-intuitive to leave
    Make this connection the default gateway selected, when I specifically don't want that behaviour, but leaving it selected and using REMOVE_GATEWAY works for me.

  • Error creating appsutil.zip on RHEL5

    Hi all,
    I want to configure autoconfig follow link : http://www.in-oracle.com/Oracle-Apps/11i/migrate-autoconfig-DB.php
    but I have a problem when create appsutil.zip file. when i run
    "$perl $AD_TOP/bin/admkappsutil.pl" i got this error "environment not set. Please source the Applications environment" even i have set application environment by script "$./APPSORA.env" before.
    Any idea what am I missing?
    Thanks,

    "$perl $AD_TOP/bin/admkappsutil.pl" i got this error "environment not set. Please source the Applications environment" even i have set application environment by script "$./APPSORA.env" before.
    Any idea what am I missing?You are missing sourcing the env file which is mentioned above -- Please run this env file before you issue the perl command.
    Thanks,
    Hussein

  • OIM 11g configuration failed. Create domain step failed

    Hi,
    I'am facing problem in OIM installation. Here is the description of error :
    Create Domain step failed
    Bootstrap Domain Configuration
    Log
    Config Action Bootstrap Domain Configuration started
    Create Domain
    Error
    Error while starting the domain.
    Cause:
    An error occurred while starting the domain.
    Action:
    See logs for more details.
    Step Create Domain failed
    Log
    Create Domain
    Step Create Domain started
    Error while starting the domain.
    Cause:
    An error occurred while starting the domain.
    Action:
    See logs for more details.
    Step Create Domain failed
    The log file (C:\Program Files (x86)\Oracle\Inventory\logs\install2012-06-07_03-49-05PM.log) showed the following message :
    [2012-06-07T16:10:46.953+05:30] [as] [TRACE] [] [oracle.as.provisioning] [tid: 19] [ecid: 0000JV6Xsj8Fs1WFLz7U8A1Fo80i00000A,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationStatus] [OOB IDM CONFIG EVENT] onConfigurationStatus ->24938fb1-a72a-427a-b318-a098773c53f6 StatusMsg:Starting Domain.
    [2012-06-07T16:10:46.953+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 19] [ecid: 0000JV6Xsj8Fs1WFLz7U8A1Fo80i00000A,0] reportStartConfigAction: EXIT........
    [2012-06-07T17:49:23.328+05:30] [as] [ERROR] [] [oracle.as.provisioning] [tid: 19] [ecid: 0000JV6Xsj8Fs1WFLz7U8A1Fo80i00000A,0]
    [2012-06-07T17:49:23.328+05:30] [as] [ERROR] [] [oracle.as.provisioning] [tid: 19] [ecid: 0000JV6Xsj8Fs1WFLz7U8A1Fo80i00000A,0] [[
    oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    Starting the Admin_Server timed out.
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3150)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3040)
         at oracle.as.provisioning.engine.WorkFlowExecutor._startAdminServer(WorkFlowExecutor.java:1645)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:635)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.idm.install.config.BootstrapConfigManager.doExecute(BootstrapConfigManager.java:690)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
         at java.lang.Thread.run(Thread.java:662)
    [2012-06-07T17:49:23.328+05:30] [as] [TRACE:16] [] [oracle.as.provisioning] [tid: 19] [ecid: 0000JV6Xsj8Fs1WFLz7U8A1Fo80i00000A,0] [SRC_CLASS: IdMProvisioningEventListener] [SRC_METHOD: onConfigurationError] ENTRY 24938fb1-a72a-427a-b318-a098773c53f6
    [2012-06-07T17:49:23.328+05:30] [as] [TRACE] [] [oracle.as.provisioning] [tid: 19] [ecid: 0000JV6Xsj8Fs1WFLz7U8A1Fo80i00000A,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] ________________________________________________________________________________
    [2012-06-07T17:49:23.328+05:30] [as] [TRACE] [] [oracle.as.provisioning] [tid: 19] [ecid: 0000JV6Xsj8Fs1WFLz7U8A1Fo80i00000A,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] onConfigurationError -> configGUID 24938fb1-a72a-427a-b318-a098773c53f6
    [2012-06-07T17:49:23.328+05:30] [as] [TRACE] [] [oracle.as.provisioning] [tid: 19] [ecid: 0000JV6Xsj8Fs1WFLz7U8A1Fo80i00000A,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] ErrorID: 35091
    [2012-06-07T17:49:23.328+05:30] [as] [TRACE] [] [oracle.as.provisioning] [tid: 19] [ecid: 0000JV6Xsj8Fs1WFLz7U8A1Fo80i00000A,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] Description: [[
    Error while starting the domain.
    Cause:
    An error occurred while starting the domain.
    Action:
    See logs for more details.
    [2012-06-07T17:49:23.328+05:30] [as] [TRACE] [] [oracle.as.provisioning] [tid: 19] [ecid: 0000JV6Xsj8Fs1WFLz7U8A1Fo80i00000A,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] ________________________________________________________________________________
    [2012-06-07T17:49:23.328+05:30] [as] [TRACE] [] [oracle.as.provisioning] [tid: 19] [ecid: 0000JV6Xsj8Fs1WFLz7U8A1Fo80i00000A,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] onConfigurationError -> eventResponse ==oracle.as.provisioning.engine.ConfigEventResponse@8ae380
    [2012-06-07T17:49:23.328+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 19] [ecid: 0000JV6Xsj8Fs1WFLz7U8A1Fo80i00000A,0] [OOB IDM CONFIG EVENT] onConfigurationError -> Configuration Status: -1
    [2012-06-07T17:49:23.328+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 19] [ecid: 0000JV6Xsj8Fs1WFLz7U8A1Fo80i00000A,0] [OOB IDM CONFIG EVENT] onConfigurationError -> Asking User for RETRY or ABORT
    [2012-06-07T17:49:23.328+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 19] [ecid: 0000JV6Xsj8Fs1WFLz7U8A1Fo80i00000A,0] [OOB IDM CONFIG EVENT] onConfigurationError -> ActionStep:Create_Domain
    [2012-06-07T17:49:23.328+05:30] [as] [TRACE] [] [oracle.as.provisioning] [tid: 19] [ecid: 0000JV6Xsj8Fs1WFLz7U8A1Fo80i00000A,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] onConfigurationError -> wait for User Input ....
    Thanks in advance for help.
    Thanks and Regards,
    Prasad
    Edited by: 938380 on Jun 7, 2012 5:52 AM

    actually when i restarted the configuration the test passed for create domain but it went on to fail in the apply java required file step
    here is the link to the thread : OIM 11g configuration failed. Apply java required files step failed
    Hoping for your help.. and thanks for the suggestions..
    Regards,
    Prasad

  • How to create a pass fail criteria

    After visually analyzing a particle i.e. its area I need to decide if the particle passes or fails the inspections. How do I create a pass fail criteria after "Particle Analysis" in LabView? Thanks

    Here is a VI that will demonstrate what you might consider doing.OH buy the way the guy I was talking about is doing research now at UC davis. I hope this will help you out. I would also be interested in other comments as well.
    Joe
    Joe.
    "NOTHING IS EVER EASY"
    Attachments:
    pass_fail_crit_with_array.vi ‏46 KB

  • Encountered an error in repository runtime extension;Create LLang procedure failed

    Hi Guys 
    I am implementing Apriori algorithm through graphical way.  My model is validated but while activating this i am getting the error' Encountered an error in repository runtime extension;Create LLang procedure failed'  Here i am attaching the model which i have created.
    Regards
    Karuna

    Hi Folks,
    I resolved this issue by setting schema as _SYS_AFL...  Thanks for your help.
    Regards
    Karuna

  • How to create Home Dir

    I want to create Home Dir with remote manager and VB script. Here is the architecture OIM will call remote manager which is on other windows machine . On remote manager we will run script which will call other windows machine where we want to create hone dir.
    Here my question is ...Is it necessary to have remote manager in the Domain where we are creating home dir.
    We are having 12 domains so do we need to 12 remote manager

    You can turn anything into a remote manager task. Just need to recreate the same adapter, but use an IT Resource with a remote manager, and add the task as a remote manager task instead. Then when you map the it resource, it will have another variable to map.
    -Kevin

  • Error workflow has been created successfully, but failed to publish and will not be listed in the Project Center

    hello,
    when i try creating projects in Project center am posted on with this error.
    Your new XXXX workflow has been created successfully, but
    failed to publish and will not be listed in the Project Center.For more information on the failure, visit the My Queue Jobs page or contact your administrator.
    Any help would be appreciated!!!!!
    Thanks regards, Vignesh.

    hello Rouyre,
    Thanks for ur reply
    Am using 
    Microsoft Project Server 2013
    15.0.4420.1017
    Yes! It is Custom EPT with Custom Workflow(Declarative Workflow) built through VS2012
    after associating the Site workflow with EPT i try creating Projects using my Custom EPT since then am posted on with this error.
    ULS Error:Log
    07/04/2014 10:21:38.03 Microsoft.Office.Project.Server (0x1840)
    0x06B8 Project Server                
    Queue                        
    ad3fy Critical
    Standard Information:PSI Entry Point: <unknown>  Project User: <unknown>  Correlation Id: <unknown>  PWA Site URL:   SA Name: <unknown>  PSError: <unknown> A queue job has failed. This is a general
    error logged by the Project Server Queue everytime a job fails - for effective troubleshooting use this error message with other more specific error messages (if any), the Operations guide (which documents more details about queued jobs) and the trace log
    (which could provide more detailed context). More information about the failed job follows. GUID of the failed job: 39cd36d6-3603-e411-b33e-00155d00091f. Name of the computer that processed this job: 3eebbc1d-7558-4050-bf5d-d985b23b89f5 (to debug further,
    you need to look at the trace log from this computer). Failed job type: ReportWorkflowProj...
    2c1ea19c-5849-002d-b89f-50aaf0a752fd
    07/04/2014 10:21:38.03* Microsoft.Office.Project.Server (0x1840)
    0x06B8 Project Server                
    Queue                        
    ad3fy Critical
    ...ectDataSync. Failed sub-job type: ReportWorkflowProjectDataSyncMessage. Failed sub-job ID: 1. Stage where sub-job failed:  (this is useful when one sub-job has more than one logical processing stages).
    2c1ea19c-5849-002d-b89f-50aaf0a752fd
    07/04/2014 10:21:38.03 Microsoft.Office.Project.Server (0x1840)
    0x06B8 Project Server                
    Queue Jobs                    
    ad3fy Medium  
    Error is: GeneralQueueJobFailed. Details: Queue Attributes:  39cd36d6-3603-e411-b33e-00155d00091f  3eebbc1d-7558-4050-bf5d-d985b23b89f5  ReportWorkflowProjectDataSync  ReportWorkflowProjectDataSyncMessage  1    2c1ea19c-5849-002d-b89f-50aaf0a752fd
     . Standard Information: , LogLevelManager Warning-ulsID:0x000DD158 has no entities explicitly specified.
    2c1ea19c-5849-002d-b89f-50aaf0a752fd
    07/04/2014 10:21:38.03 Microsoft.Office.Project.Server (0x1840)
    0x06B8 Project Server                
    Project Server Database      
    ah91z Medium  
    Successfully got the connection string (database name=[ProjectWebApp_Practice], id=1f6004ae-5d8a-41d2-81f9-e424a31484aa, type=Consolidated). Requested access level=ReadWrite: Data Source=XXXX;Initial Catalog=ProjectWebApp_Practice;Integrated Security=True;Enlist=False;Pooling=True;Min
    Pool Size=0;Max Pool Size=100;Connect Timeout=15
    2c1ea19c-5849-002d-b89f-50aaf0a752fd
    07/04/2014 10:21:38.04 Microsoft.Office.Project.Server (0x1840)
    0x06B8 Project Server                
    Queue Jobs                    
    ad3fz Medium  
    PWA:http://XXXX:10000/PWAPactice, ServiceApp:Project Server Service Application, User:PROJECTSERVER\system, PSI: [QUEUE] receiver http://XXXX:10000/PWAPactice: Group 3bcd36d6-3603-e411-b33e-00155d00091f type = ReportWorkflowProjectDataSync aborted at
    Message 1, LogLevelManager Warning-ulsID:0x000DD159 has no entities explicitly specified.
    2c1ea19c-5849-002d-b89f-50aaf0a752fd
    07/04/2014 10:21:38.04 Microsoft.Office.Project.Server (0x1840)
    0x06B8 Project Server                
    Queue Jobs                    
    ad3f2 Medium  
    PWA:http://XXXX:10000/PWAPactice, ServiceApp:Project Server Service Application, User:PROJECTSERVER\system, PSI: [QUEUE] receiver http://XXXX:10000/PWAPactice: Group 3bcd36d6-3603-e411-b33e-00155d00091f correlation 82705dc5-3603-e411-b33e-00155d00091f
    type = ReportWorkflowProjectDataSync failed at Message 1 Errors: GeneralQueueJobFailed, LogLevelManager Warning-ulsID:0x000DD15C has no entities explicitly specified.
    2c1ea19c-5849-002d-b89f-50aaf0a752fd
    Thanks regards, Vignesh.

Maybe you are looking for

  • Problems during Transformation using Xalan

    Hi, i'm using Xalan 2.6.0 to transform xml and xsl into HTML. This works fine but i get errors during Transformation but the HTML File is build. The Error is: [Error] version.xsl:9:80: Element type "xsl:stylesheet" must be declared. [Error] version.x

  • I tunes wont play songs on computer

    just started happening. everything else seems to be working fine, but if i click on a song it will not start to play. the timer on song remains at 0:00 and thats it. Music seems to work fine on ipod. any suggestions?

  • Bapi /  FM to create VL01N

    any Bapi /  Fm to create DO

  • Asking for host string

    Hi, I have downloaded the Oracle 9i personal edition on a Windows98 system. When I am trying to run the sqlplus.exe file, it asks me for User ID,Passww, Host string. What host string am I supposed to give? Its a standalone application that I want to

  • Making a warning message to Error in VA01 transaction

    Hi All, I have a requirement to change warning message to error while creating order with reference to a quotation using VA01 transaction . Message :  'Reference document was only valid until &' Message No: 009 Message Class: V2. Right now standard S