tibco ems5.1 my exp

8

Upload: surajit-datta

Post on 08-Apr-2018

226 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Tibco Ems5.1 My Exp

8/7/2019 Tibco Ems5.1 My Exp

http://slidepdf.com/reader/full/tibco-ems51-my-exp 1/8

Page 2: Tibco Ems5.1 My Exp

8/7/2019 Tibco Ems5.1 My Exp

http://slidepdf.com/reader/full/tibco-ems51-my-exp 2/8

Page 3: Tibco Ems5.1 My Exp

8/7/2019 Tibco Ems5.1 My Exp

http://slidepdf.com/reader/full/tibco-ems51-my-exp 3/8

Deleting window service

Normally it should not be necessary to manually delete a service. Uninstalling an applicationshould remove its associated service (if any).

Page 4: Tibco Ems5.1 My Exp

8/7/2019 Tibco Ems5.1 My Exp

http://slidepdf.com/reader/full/tibco-ems51-my-exp 4/8

However, should it be necessary to manually remove a service:

1. Run Regedit or regedt32.2. Fnd the registry entry:

HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services

3. Find the service there and delete it.You may wish to look at the keys and see what files the service was using and perhapsdelete them also.

Note:

• You will have to reboot before the list gets updated in server manager.• I have had it pointed out that some programs are cunning and prevent you from removing

their service easily. (For example the spyware\malware called ‘Command Service’ -"cmdService".) These change the permissions to make it more difficult for you to deletethem. For these you will have to right click on the ‘service’ in regedit (regedt32), go to

permissions and grant the administrator full control before the service can be deleted.• Note: You should always delete services in safe mode, lest it causes you any problem,

you may also want to create system restore points, just in case something goes wrong,check out a tool that will allow you to create system restore points with a single click .

• Step 1: Press Start –> Run and type in “services.msc” without the quotes and hit theEnter key.

• Step 2: In the Services applet, find the service that you want to delete permanently, rightclick it and click on the Properties from the menu.

• Step 3: In the properties window, find the name of the service and copy it to your clipboard.

• You may also want to stop the service, if it is running, this will kill all the running processes for it.

Page 5: Tibco Ems5.1 My Exp

8/7/2019 Tibco Ems5.1 My Exp

http://slidepdf.com/reader/full/tibco-ems51-my-exp 5/8

• Step 4: Open a command prompt, by going to Start –> Run and type in “cmd” withoutthe quotes and hit the Enter key.

• Once a command prompt has opened up, type the command “sc delete service name”

without the quotes, replace service name, with the name of the service you copied in step3.

• Once a service has been deleted you should see a message saying “[SC] DeleteServiceSUCCESS”, this should mean that the service has been deleted, to ensure that, just click on the refresh button in the services applet and confirm that the service has been deleted.

• These are the only steps you require to delete services in Windows XP and WindowsVista , you do not require to install or download additional softwares to do it.

tcp://localhost:7224> help permissions

----------------------------------------------------------------------

User-level permissions on destinations can be set for users and groups

to allow or not user-level operations on destinations, such as sending

messages into a destination, receiving messages, and other.

Administrative permissions on destination are used to specify if anadministrator can view, change and/or purge particular destinations.

Global administrative permissions are used to grant administrators certain

administrative privileges. Enter 'help protect' for more details on

administrative protection.

User permissions for topics are:

publish - allows to publish messages on topic

subscribe - allows to create non-durable subscribers

Page 6: Tibco Ems5.1 My Exp

8/7/2019 Tibco Ems5.1 My Exp

http://slidepdf.com/reader/full/tibco-ems51-my-exp 6/8

durable - allows to create durable subscribers

(does not imply subscribe permission)

all - all user permissions

User permissions for queues are:

send - allows to send messages into the queue

receive - allows to receive messages

browse - allows to browse the queue

(does not imply receive permission)

all - all user permissions

Administrative permissions for destination are:

view - allows to view information about destination

create - allows to create destinations under this parent

delete - allows to delete destination

modify - allows to change properties of the destination

purge - allows to purge the destination and/or durable

subscribers on topic destinations

Administrative permissions are:

all - all administrative permissions

view-all - view all

view-user - view users

change-user - create, delete, modify users

Page 7: Tibco Ems5.1 My Exp

8/7/2019 Tibco Ems5.1 My Exp

http://slidepdf.com/reader/full/tibco-ems51-my-exp 7/8

view-group - view groups

change-group - create, delete, modify groups

view-acl - view user-level permissions

change-acl - create, delete, modify routes

view-admin-acl - view administrative permissions

change-admin-acl - grant and revoke administrativepermissions

view-factory - view factories

change-factory - create, delete, modify factories

view-route - view routes

change-route - create, delete, modify routes

view-bridge - view bridges

change-bridge - create, delete bridges

view-connection - view connections, producers andconsumers

change-connection - delete connections

view-durable - view durable subscribers

change-durable - delete durable subscribers

purge-durable - purge durable subscribers

view-destination - view destination properties and information

create-destination - create destinations

delete-destination - delete destinations

Page 8: Tibco Ems5.1 My Exp

8/7/2019 Tibco Ems5.1 My Exp

http://slidepdf.com/reader/full/tibco-ems51-my-exp 8/8

modify-destination - modify properties of destinations

purge-destination - purge destinations

view-message - view messages stored in the server

change-message - delete messages stored in the server

view-server - view server configuration and information

change-server - modify server parameters

shutdown - shutdown server

protect1 - protection permission 1

protect2 - protection permission 2

protect3 - protection permission 3

protect4 - protection permission 4

----------------------------------------------------------------------