Subscribe to this thread
Home - General / All posts - Manifold Server Console icon
gimerly11 post(s)
#13-Apr-15 07:00

anybody knows how to disable the IMPORT ICON in Manifold Server Console?

Attachments:
disable import icon in server console.JPG

tjhb
10,094 post(s)
#13-Apr-15 08:14

This is not tested.

Make a text file named "Exclude.txt" containing this text.

ToolsDatabaseConsoleImport

Launch Manifold with this shortcut:

"C:\Program Files\Manifold System\Manifold.exe" /cfilter:"*PATH*\Exclude.txt"

where *PATH* is the full path to Exclude.txt.

gimerly11 post(s)
#13-Apr-15 09:21

I mean the IMPORT BUTTON in Manifold Server Console. I think icon is not the appropriate word to use sorry :(

tjhb
10,094 post(s)
#13-Apr-15 09:33

Have you tried the above?

gimerly11 post(s)
#13-Apr-15 09:37

yes, but it says "failed to load the filter"

Gustavo Palminha

1,010 post(s)
#13-Apr-15 12:02

I don't know if its possible to disable the button but I suspect it's not possible.

Nevertheless, the import feature can be disabled by adjusting the database permissions when a user, after pressing that button, gets a message saying that he can't import the component.


Stay connected:

Linkedin >> http://www.linkedin.com/in/gustavopalminha

Twitter >> http://twitter.com/gustavopalminha

Other >> http://www.spatialmentor.com

gimerly11 post(s)
#16-Apr-15 06:04

how can I do that sir? the permission granted to other user on our database are read and write permission only...

adamw


10,447 post(s)
#13-Apr-15 14:38

Change the text in the TXT file to:

ToolsServerConsoleImport

Then, does it work if you place the TXT into the same folder as manifold.exe and use (from the Manifold folder):

manifold.exe /cfilter:exclude.txt

?

(It should remove the button.)

tjhb
10,094 post(s)
#14-Apr-15 01:56

Thanks for fixing my bad guess.

gimerly11 post(s)
#16-Apr-15 09:08
gimerly11 post(s)
#16-Apr-15 09:09

I tried it sir but nothing happen?

gimerly11 post(s)
#16-Apr-15 09:12

I tried it sir but nothing happens. I mean the button still there?

adamw


10,447 post(s)
#05-May-15 08:38

I am sorry, I misled you. I hope it's not too late.

The file that you pass to /cfilter should be XML, not text. See this Help topic for details: Command Filters.

Ie, create a new text file with the following text:

<xml>

  <disable>ToolsServerConsoleImport</disable>

</xml>

Rename it to exclude.xml, then run:

manifold.exe /cfilter:exclude.xml

Manifold User Community Use Agreement Copyright (C) 2007-2021 Manifold Software Limited. All rights reserved.