Standalone 9.10 - "The command failed with error 1"

Alan2011

Active Member
Standalone 9.10 - \"The command failed with error 1\"

Hi All,
anyone knows how to get rid if the error "The command failed with error 1" for standalone 9.10 installation? I tried different ways and looked at different notes for those who installed it successfully but they are all very general and no one has specific detail. Anyways, I will be really appreciated if you could tell me what specific problem I am facing.

I am installing it on windows 7 ultimate 64 -bit and these are the files I have downloaded from oracle edelivery website along with my process if installation:

Downloaded files:
V31550-01
V31551-01
V31552-01
V31553-01

I also downloaded V20602-01 as I understood the original OEE client within the those download packages is 64 bit so I extracted the files from V20606-01 for OEE install.
Prior to this I installed .NET 2 and verified JDE 1.6 instlled.

I tried them all but keep getting this "The command failed with error 1" error.

Thanks for your feedback.

Alan
CNC Admin
JDE 8.11
 
Re: Standalone 9.10 - \"The command failed with error 1\"

Alan,

It isn't clear from your post at what stage you are receiving the error. Have you checked the logs.

I have successfully installed Standalone 9.10

I followed the install guide. The exceptions to the install guide are that the Oracle database is the only supported database, and you must install the Oracle 32 bit runtime client first and then the 64 bit admin client.

Here are the general steps I followed, the details are in the install guide:

Install Prerequisites (these may need to be downloaded as they are NOT included in the standalone zip files)
1) install Java JDK 1.6
2) install VC 2005 RTLs
3) install VC 2010 Service Pack 1 (this is optional depending on whether you want to compile and bsfns)
4) install Oracle Database 32 bit Client (runtime)

Install Standalone
5) Extract Standalone zip files
6) install Oracle Database 64 bit Client (admin)
7) install JDE Standalone
8) configure JDE Standalone
 
Re: Standalone 9.10 - \"The command failed with error 1\"

Yes, it's your #4 - 32-bit client. I had this problem too.

The guide seems to suggest in a couple of places that 32-bit client needs to be installed in the end to support JDE, but in fact it needs to be there right up front to support 64-bit server setup!
 
Re: Standalone 9.10 - \"The command failed with error 1\"

Hi all,
You can also follow this guide published on JDE Source website:

Here
 
Re: Standalone 9.10 - \"The command failed with error 1\"

I have passed the installation of Oracle client of 32 followed with Oracle enterprise one Database Engine 64 successfully but when I tried installing EnterpriseOne E910 Standalone Client, I go all the way to Package Selection where clicking the Next button will pop a note window with: "Determining if database is running. This may take a while. Do you want to continue to wait?" It is keep thinking that the oracle services are not running which in-fact are running.
I tried to copy the tnsname.ora and I moved the 32 path to the beginning if Environment variable of PATH but cannot bypass this stage.
Any idea?

Thanks.
 
Re: Standalone 9.10 - \"The command failed with error 1\"

Alan,
I am having the same issue...the install fails when trying to install the standalone package.

Can somebody who has successfully installed this release, please post your tnsnames.ora and listener.ora?

Thanks.
 
Re: Standalone 9.10 - \"The command failed with error 1\"

In another VM with "error":Determining if database is running. After installed JAVA and windows update package, still i was having the same error.
I saw in my log:
Executing system command: c:\Oracle\E1Local\bin\sqlplus.exe -S -L system/*********@E1Local @C:\Users\Admin\AppData\Local\Temp\alterdftprofile.sql
37 1 11:41:43 W AlterDefaultProfile(): Failed to alter default profile. The command failed with error 1.. Attempt 1

and if i used "lsnrctl status" in CMD, i didn´t see E1LOCAL instance.

Then i did 2 change (i don´t know wich one was the solution, but one was)
-In net manager, over LISTENER i changed ip HOST for hostname
-Open sqlplus with sys/password as sysdba and ran again @C:\Users\Admin\AppData\Local\Temp\alterdftprofile.sql

After this,i can see E1local (lsnrctl status:)

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=W7x64)(PORT=1521)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
ction
Start Date 04-NOV-2012 11:29:24
Uptime 0 days 0 hr. 17 min. 59 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File c:\Oracle\E1Local\network\admin\listener.ora
Listener Log File c:\oracle\diag\tnslsnr\W7x64\listener\alert\log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=W7x64)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
Services Summary...
Service "CLRExtProc" has 1 instance(s).
Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "E1LocalXDB" has 1 instance(s).
Instance "e1local", status READY, has 1 handler(s) for this service...
Service "e1local" has 1 instance(s).
Instance "e1local", status READY, has 1 handler(s) for this service...
The command completed successfully

Regards
grin.gif
 
Re: Standalone 9.10 - \"The command failed with error 1\"

password is LUPt444MGt
 
RE: Standalone 9.10 - \"The command failed with error 1\"

Can you provide me with the exact command structure and where you executed
it to Alter Default Profile. I am very much a novice when we get past
application programs and really don't want to mess up anything by running
this in error.



Step by step would be very beneficial.



Thank You



Regards



Richard



E-Mail: [email protected]

Home: 905 576-6590

Cell: 416 735-6044



From: [email protected] [mailto:[email protected]] On
Behalf Of arrozpegao
Sent: Sunday, November 04, 2012 6:50 AM
To: [email protected]
Subject: Re: Standalone 9.10 - "The command failed with error 1"



In another VM with "error":Determining if database is running. After
installed JAVA and windows update package, still i was having the same
error.
I saw in my log:
Executing system command: c:\Oracle\E1Local\bin\sqlplus.exe -S -L
system/*********@E1Local
@C:\Users\Admin\AppData\Local\Temp\alterdftprofile.sql
37 1 11:41:43 W AlterDefaultProfile(): Failed to alter default profile. The
command failed with error 1.. Attempt 1

and if i used "lsnrctl status" in CMD, i didn=B4t see E1LOCAL instance.

Then i did 2 change (i don=B4t know wich one was the solution, but one was)
-In net manager, over LISTENER i changed ip HOST for hostname
-Open sqlplus with sys/password as sysdba and ran again
@C:\Users\Admin\AppData\Local\Temp\alterdftprofile.sql

After this,i can see E1local (lsnrctl status:)

Connecting to (DESCRIPTION=3D(ADDRESS=3D(PROTOCOL=3DTCP)(HOST=3DW7x64)(PORT=3D1521)))
STATUS of the LISTENER
 
Re: RE: Standalone 9.10 - \"The command failed with error 1\"

in windows open CMD as administrador.
Run those sentence:

sqlplus sys/LUPt444MGt as sysdba

@C:\Users\Admin\AppData\Local\Temp\alterdftprofile.sql

Close and reboot your VirtualMachine.

Hope this works for you.
 
RE: RE: Standalone 9.10 - \"The command failed with error 1\"

I ran it as you suggested. Got a ORA-12560 error. TNS:protocol Adaptor
error.

Any suggestions?



From: [email protected] [mailto:[email protected]] On
Behalf Of arrozpegao
Sent: November-05-12 6:00 PM
To: [email protected]
Subject: Re: RE: Standalone 9.10 - "The command failed with error 1"



in windows open CMD as administrador.
Run those sentence:

sqlplus sys/LUPt444MGt as sysdba

@C:\Users\Admin\AppData\Local\Temp\alterdftprofile.sql

Close and reboot your VirtualMachine.

Hope this works for you.
 
Re: RE: RE: Standalone 9.10 - \"The command failed with error 1\"

You have a problem with listener. Run this command in cmd:

lsnrctl status

Copy here the exit result.

PD: could you try to reconfigure your listener service? is running in services?
After install Standalone, did you this:
Copy the file located in:

C:\Oracle\E1Local\NETWORK\admin\tnsnames.ora

to the following directory:

C:\app\jdedemo\product\11.2.0\client_1\network\admin


Regards
 
Re: Standalone 9.10 - \"The command failed with error 1\"

I was also receiving this error. Try stopping services starting from Oracle.
 
Re: RE: RE: Standalone 9.10 - \"The command failed with error 1\"

Copying the tnsnames.ora to 11.2.0/client_1/network/admin folder helped solved the problem.
 
Back
Top