Thursday, January 22, 2009
error 1355,error 2350,error: -1603
source:http://forums.ubi.com/eve/forums/a/tpc/f/2881085392/m/7401018964?r=5751099964
Posted Sat August 05 2006 19:38
**NOTE- I tried this only on Windows XP, may work on other versions- don't know
Hi all,
First time here on this site. I just finished helping my friend to build a pc specifically to play silent hunter 3. Interesting watching someone spend that much money to play a game, especially since he's big on Apple and thinks all things Microsoft are evil...lol. Anyway, we put it together only to watch him have a royal meltdown when he got the following during install: "error 1355. The cabinet file"Data1.cab" required for this installation is corrupt and cannot be used". Once you get this you get 3 options, retry, cancel and ignore...i think. If you hit one (retry I think) it just keeps failing, hit cancel an it's over, but hit ignore and I believe we got an "internal error 2350" followed by an "error: -1603 fatal error during install". We searched through this entire site and found some very interesting answers which unfortunately never worked. The biggest of these was the thought that a new disk might be flawed or that a DVD ROM may be dirty. None of these were the case with us. I ran a google search on this error and found tons of people having the same problem with intensive programs (memory hogs). You guys are not the only ones out there. It's hard to believe that all these people are getting flawed disks and we knew the DVD ROM wasn't dirty because it was new out of the box. There are so many things to try out there, so if what I suggest don't work, try googling a search for yourselves and see what does work. Don't give up. Some people out there thought it might be a memory problem. Though my friend put in a gig and a half of RAM we wanted to be sure it wasn't the RAM DIMMS. I took the DIMMS out of my pc and installed them in his...no help. Mind you we tried this after 5 hours of trying the various tips I spoke of. So I tried fudging with the settings. BINGO!! Again I tried this only on XP, I can't remember how to do this with other versions. Do the following:
1- click "Start"
2- click "RUN"
3- type "msconfig" in the box and click "OK"
4- select "BOOT.INI" from the top tabs
5- select "advanced options" near the bottom center
6- click on the box to the left of "/MAXMEM="
7- change the number that appears to 512
8- click "OK" then click "apply" then exit that box using the OK buton or the X on top.
9- it will probably as you to restart your computer- do it
10- Try to reinstall the game again..it will probably work, but if not, put in 256 for the number instead.
Here's the catch, if you end up using a number lower than the minimum required for the game to run it will give you a screen saying you have too little memory. Don't worry, make sure the game installs first using the low numbers then change the settings back to normal AFTER THE INSTALL IS COMPLETE, by using the same procedure and removing that X by the "/MAXMEM=". Now you have all your available memory back and can run the game without a hitch. Boy was my friend happy... and I gotta say, it looked like a great game and the graphics were awesome.
He was so relieved that he made me promise to sign up here just to post a possible resolution to this problem so that hopefully some of you will be able to play without huge headaches. I promised him, so there you are guys...good luck
Dark Wolf
Posted Sat August 05 2006 19:38
**NOTE- I tried this only on Windows XP, may work on other versions- don't know
Hi all,
First time here on this site. I just finished helping my friend to build a pc specifically to play silent hunter 3. Interesting watching someone spend that much money to play a game, especially since he's big on Apple and thinks all things Microsoft are evil...lol. Anyway, we put it together only to watch him have a royal meltdown when he got the following during install: "error 1355. The cabinet file"Data1.cab" required for this installation is corrupt and cannot be used". Once you get this you get 3 options, retry, cancel and ignore...i think. If you hit one (retry I think) it just keeps failing, hit cancel an it's over, but hit ignore and I believe we got an "internal error 2350" followed by an "error: -1603 fatal error during install". We searched through this entire site and found some very interesting answers which unfortunately never worked. The biggest of these was the thought that a new disk might be flawed or that a DVD ROM may be dirty. None of these were the case with us. I ran a google search on this error and found tons of people having the same problem with intensive programs (memory hogs). You guys are not the only ones out there. It's hard to believe that all these people are getting flawed disks and we knew the DVD ROM wasn't dirty because it was new out of the box. There are so many things to try out there, so if what I suggest don't work, try googling a search for yourselves and see what does work. Don't give up. Some people out there thought it might be a memory problem. Though my friend put in a gig and a half of RAM we wanted to be sure it wasn't the RAM DIMMS. I took the DIMMS out of my pc and installed them in his...no help. Mind you we tried this after 5 hours of trying the various tips I spoke of. So I tried fudging with the settings. BINGO!! Again I tried this only on XP, I can't remember how to do this with other versions. Do the following:
1- click "Start"
2- click "RUN"
3- type "msconfig" in the box and click "OK"
4- select "BOOT.INI" from the top tabs
5- select "advanced options" near the bottom center
6- click on the box to the left of "/MAXMEM="
7- change the number that appears to 512
8- click "OK" then click "apply" then exit that box using the OK buton or the X on top.
9- it will probably as you to restart your computer- do it
10- Try to reinstall the game again..it will probably work, but if not, put in 256 for the number instead.
Here's the catch, if you end up using a number lower than the minimum required for the game to run it will give you a screen saying you have too little memory. Don't worry, make sure the game installs first using the low numbers then change the settings back to normal AFTER THE INSTALL IS COMPLETE, by using the same procedure and removing that X by the "/MAXMEM=". Now you have all your available memory back and can run the game without a hitch. Boy was my friend happy... and I gotta say, it looked like a great game and the graphics were awesome.
He was so relieved that he made me promise to sign up here just to post a possible resolution to this problem so that hopefully some of you will be able to play without huge headaches. I promised him, so there you are guys...good luck
Dark Wolf
Monday, January 5, 2009
Removing non-empty directory in LINUX
Quote:
rm -rf
Quote:
rm -rf /path/to/directory
source:http://www.linuxquestions.org/questions/linux-from-scratch-13/removing-non-empty-directory-342317/
rm -rf
Quote:
rm -rf /path/to/directory
source:http://www.linuxquestions.org/questions/linux-from-scratch-13/removing-non-empty-directory-342317/
Unlock Oracle account
SQL>sqlplus /nolog
SQL> connect sys/map3 as sysdba
Connected.
--map3 is SID of database
SQL> ALTER USER scott ACCOUNT UNLOCK;
User altered.
--After unlocking account I changed password to prash
SQL> ALTER USER scott IDENTIFIED BY prash;
User altered.
SOURCE:http://forums.oracle.com/forums/thread.jspa?messageID=1578430
SQL> connect sys/map3 as sysdba
Connected.
--map3 is SID of database
SQL> ALTER USER scott ACCOUNT UNLOCK;
User altered.
--After unlocking account I changed password to prash
SQL> ALTER USER scott IDENTIFIED BY prash;
User altered.
SOURCE:http://forums.oracle.com/forums/thread.jspa?messageID=1578430
Tuesday, December 30, 2008
Ora-01652 : Unable to extend temp segment by 128 in tablespace
SOURCE:http://akdora.wordpress.com/2008/01/24/ora-01652-unable-to-extend-temp-segment-by-128-in-tablespace/
Ora-01652 : Unable to extend temp segment by 128 in tablespace
January 24, 2008 at 2:49 pm (Oracle & PL/SQL)
That error occurs when failed to allocate an extent of the required number of blocks for a temporary segment in the tablespace indicated.
So we can this in two ways.
1.
Check the datafiles sizes..
SELECT * FROM DBA_DATA_FILES;
FILE_NAME FILE_ID TABLESPACE_NAME BYTES BLOCKS STATUS
1 D:\ORACLEXE\ORADATA\XE\USERS.DBF 4 USERS 104857600 12800 AVAILABLE
2 D:\ORACLEXE\ORADATA\XE\SYSAUX.DBF 3 SYSAUX 450887680 55040 AVAILABLE
3 D:\ORACLEXE\ORADATA\XE\UNDO.DBF 2 UNDO 94371840 11520 AVAILABLE
4 D:\ORACLEXE\ORADATA\XE\SYSTEM.DBF 1 SYSTEM 629145600 76800 AVAILABLE
Then resize your datafile or add a new datafile to current tablespace
Resizing Datafile :
ALTER DATABASE DATAFILE ‘c:\oracle\oradata\orabase\USERS.DBF’ RESIZE 200M;
Addind Datafile to existing Tablespace:
ALTER TABLESPACE USERS ADD DATAFILE ‘c:\oracle\oradata\orabase\USERS2.DBF’ SIZE 50M;
2.
Change the user’s default tablespace to a bigger one :)
SELECT * FROM Dba_Users;
USERNAME USER_ID ACCOUNT_STATUS DEFAULT_TABLESPACE
1 ASD 36 OPEN SYSTEM
2 SYS 0 OPEN SYSTEM
3 SYSTEM 5 OPEN SYSTEM
4 ANONYMOUS 28 OPEN SYSAUX
ALTER USER asd DEFAULT TABLESPACE users;
SELECT * FROM Dba_Users;
USERNAME USER_ID ACCOUNT_STATUS DEFAULT_TABLESPACE
1 ASD 36 OPEN USERS
2 SYS 0 OPEN SYSTEM
3 SYSTEM 5 OPEN SYSTEM
4 ANONYMOUS 28 OPEN SYSAUX
References :
http://www.psoug.org/reference/tablespaces.html
http://www.psoug.org/reference/datafiles.html
Ora-01652 : Unable to extend temp segment by 128 in tablespace
January 24, 2008 at 2:49 pm (Oracle & PL/SQL)
That error occurs when failed to allocate an extent of the required number of blocks for a temporary segment in the tablespace indicated.
So we can this in two ways.
1.
Check the datafiles sizes..
SELECT * FROM DBA_DATA_FILES;
FILE_NAME FILE_ID TABLESPACE_NAME BYTES BLOCKS STATUS
1 D:\ORACLEXE\ORADATA\XE\USERS.DBF 4 USERS 104857600 12800 AVAILABLE
2 D:\ORACLEXE\ORADATA\XE\SYSAUX.DBF 3 SYSAUX 450887680 55040 AVAILABLE
3 D:\ORACLEXE\ORADATA\XE\UNDO.DBF 2 UNDO 94371840 11520 AVAILABLE
4 D:\ORACLEXE\ORADATA\XE\SYSTEM.DBF 1 SYSTEM 629145600 76800 AVAILABLE
Then resize your datafile or add a new datafile to current tablespace
Resizing Datafile :
ALTER DATABASE DATAFILE ‘c:\oracle\oradata\orabase\USERS.DBF’ RESIZE 200M;
Addind Datafile to existing Tablespace:
ALTER TABLESPACE USERS ADD DATAFILE ‘c:\oracle\oradata\orabase\USERS2.DBF’ SIZE 50M;
2.
Change the user’s default tablespace to a bigger one :)
SELECT * FROM Dba_Users;
USERNAME USER_ID ACCOUNT_STATUS DEFAULT_TABLESPACE
1 ASD 36 OPEN SYSTEM
2 SYS 0 OPEN SYSTEM
3 SYSTEM 5 OPEN SYSTEM
4 ANONYMOUS 28 OPEN SYSAUX
ALTER USER asd DEFAULT TABLESPACE users;
SELECT * FROM Dba_Users;
USERNAME USER_ID ACCOUNT_STATUS DEFAULT_TABLESPACE
1 ASD 36 OPEN USERS
2 SYS 0 OPEN SYSTEM
3 SYSTEM 5 OPEN SYSTEM
4 ANONYMOUS 28 OPEN SYSAUX
References :
http://www.psoug.org/reference/tablespaces.html
http://www.psoug.org/reference/datafiles.html
Friday, December 12, 2008
Install/Uninstall Oracle in Fedora 9
The libaio.rpm
Oracle Database 10g Express Edition (Oracle XE) is used as the management data repository for Oracle VM Manager. As a result, you must ensure that the libaio.rpm
package is installed. Find libaio.rpm
from the ISO packages of Oracle Enterprise Linux. The libaio
version varies depending on the Oracle Enterprise Linux version. For Oracle Enterprise Linux 4 Update 5, the libaio
version is libaio-0.3.105-2
.
-
Before installing
libaio.rpm
, check if it is already installed. Enter the following command:# /bin/rpm -q libaio.i386
The following is an example of the returned information:
libaio-0.3.106-3.2
If no information is displayed, install
libaio.rpm
. -
To install
libaio.rpm
, go to the directory wherelibaio.rpm
is located, and enter the following command:# rpm -ivh libaio-0.3.105-2.i386.rpm
yum install libaio
Install/Uninstall Oracle in Fedora 9
1.Remove/uninstall--->rpm -e filename (without .rpm)
2.Install ---> rpm -i filename.rpm
3.Configure --> /etc/init.d/oracle-xe configure
Http port -->8888 (Default:8080..We used 8080 for tomcat)
Listener->1521
Password--> (For user name system(DBA))
boot..y
The installation process does not configure the environment. To configure the environment add the following lines to the end of the .profile file:
export ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server
export ORACLE_SID=XE
export PATH=$PATH:$ORACLE_HOME/bin
To access the Database Home Page go to "http://127.0.0.1:8888/apex"
Subscribe to:
Posts (Atom)