Maximo Wire - The IBM Maximo Help & Discussion Forum
February 08, 2012, 03:49:39 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to Maximo Wire, the IBM Maximo help forum. Feel free to register and ask any Maximo related questions you like.
 
  Home Help Search Login Register  
*
Pages: [1]   Go Down
  Print  
Author Topic: Deleting a Maximo Application  (Read 4147 times)
0 Members and 3 Guests are viewing this topic.
amdisuk
Administrator
Full Member
*****

Karma: -1
Posts: 198


allandonaldson@hotmail.com
View Profile WWW
« on: February 21, 2008, 12:42:09 pm »

There isn't an option to delete an application in Maximo. To do it you need to run the following sql script.

Quote
delete from maxapps where app='MOC';
delete from maxpresentation where app='MOC';
delete from sigoption where app='MOC';
delete from applicationauth where app='MOC';
delete from maxlabels where app='MOC';
delete from maxmenu where moduleapp='MOC';
delete from maxmenu where keyvalue = 'MOC';
delete from appdoctype where app = 'MOC';


Where 'MOC' is the applicaiton name.
Logged

Big Al
out4fun2
Newbie
*

Karma: 1
Posts: 6


View Profile
« Reply #1 on: July 25, 2008, 10:07:33 am »

I was searching for this. Thanks.
Logged

Please ignore my ignorance. I am so new to Maximo
amdisuk
Administrator
Full Member
*****

Karma: -1
Posts: 198


allandonaldson@hotmail.com
View Profile WWW
« Reply #2 on: July 25, 2008, 10:28:36 am »

You're welcome. Glad to have helped..... Grin
Logged

Big Al
mxes_installer
Newbie
*

Karma: 1
Posts: 6



View Profile
« Reply #3 on: August 31, 2009, 09:16:16 pm »

Hello,

is it the same for Maximo 7?

Greetings

Logged
anks123
Newbie
*

Karma: 3
Posts: 8


View Profile Email
« Reply #4 on: December 29, 2010, 12:48:26 pm »

yes .
Logged
agonny
Newbie
*

Karma: 0
Posts: 2


View Profile Email
« Reply #5 on: July 02, 2011, 05:30:28 pm »

how to run this sql code and where
Logged
AmySmith
Newbie
*

Karma: 1
Posts: 1


I am a simple person.


View Profile Email
« Reply #6 on: November 12, 2011, 07:19:59 am »

I tried to run this SQL script. But I don't getting the path for this. Help me tell me the path. Where should I do this?


Logged

amdisuk
Administrator
Full Member
*****

Karma: -1
Posts: 198


allandonaldson@hotmail.com
View Profile WWW
« Reply #7 on: November 18, 2011, 04:00:58 pm »

You'll need an SQL database tool. The one that we used to use is called 'Toad' (you can Google it). Once you connect to the database, which all depends on where it is installed etc., you can just copy and paste the code in.

Al
Logged

Big Al
Ethen
Global Moderator
Sr. Member
*****

Karma: 16
Posts: 299



View Profile WWW
« Reply #8 on: November 25, 2011, 08:48:37 am »

toad is a licensed software.. try installing sql plus.. before installing sql plus make sure you have oracle client installed on your system.
Logged

regards,

Ethen...
BlayzeIelovich
Newbie
*

Karma: 0
Posts: 2


hable2gerber@aol.com BlayzeIelovich BlayzeIelovich
View Profile Email
« Reply #9 on: December 02, 2011, 08:01:46 am »

It would be nice it you provide some more information about  Deleting a Maximo Application.
Logged

amdisuk
Administrator
Full Member
*****

Karma: -1
Posts: 198


allandonaldson@hotmail.com
View Profile WWW
« Reply #10 on: December 05, 2011, 07:52:08 am »

There isn't anything else to explain! First of all you need a tool that can access the database using sql. SQL Plus was recommended as a free tool. Once you have the tool simply paste the SQL code at the top of this thread and execute it.

All this assumes that you know how to connect to your Maximo database. If you don't then you might have to do a little reading elsewhere.
Logged

Big Al
BlayzeIelovich
Newbie
*

Karma: 0
Posts: 2


hable2gerber@aol.com BlayzeIelovich BlayzeIelovich
View Profile Email
« Reply #11 on: December 05, 2011, 08:51:15 am »

There isn't anything else to explain! First of all you need a tool that can access the database using sql. SQL Plus was recommended as a free tool. Once you have the tool simply paste the SQL code at the top of this thread and execute it.

All this assumes that you know how to connect to your Maximo database. If you don't then you might have to do a little reading elsewhere.

Thanks amdisuk.
Logged

Pages: [1]   Go Up
  Print  
 
Jump to:  

Recent

TinyPortal v1.0 beta 4 © Bloc
Powered by MySQL Powered by PHP Powered by SMF 1.1.15 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!