Profile picture for user shameem

Dear Community,

After performing a DB reorganisation a pop up with a list of all deleted and 'unable to delete' objects is displayed. However one cannot copy the list from the said pop up as a record. I wonder if a log containing this information (i.e. the list) is kept somewhere. Grateful if someone can please tell me where I can access the log.

 

Thanks beforehand

 

Best regards

 

Shameem

by André Vitor Oliveira
Posted on Thu, 02/04/2010 - 14:11

Hi Ismael,



These logs files you can find at directory from ARIS Server

the path is ....\ARIS7.1\Server\Log



BR,



.

.

.

0
by Ismael Shameem Etowar Author
Posted on Thu, 02/04/2010 - 14:25

Hi Andre,

 

Thanks for your reply ;-).

 

Cheers

 

Shameem

 

0
by Oliver Lauer
Posted on Mon, 02/08/2010 - 08:48

Hi Ismael!

Currently this information is not logged on the server. So the hint from Andre to the server\log directory won't help you.

In case you perform the reorg with the ARISAdm-Tool you can enable a logging in a log file.

BR

Oliver

0
by Martin Schröder
Badge for 'Contributor' achievement
Posted on Tue, 02/16/2010 - 19:13

Hello Shameem, the 'unable to delete' objects may be caused by other users connected to the same DB. If you reorganize through the Architect Admin Module interactively you should use %ARISHOME71%\JavaClient\ARIS Site Administrator 7.1.exe or ArisAdm71.exe resp. to check for sessions on the server first. If appropriate you can "kill" the sessions.

Your users would be delighted to be asked beforehand, because their Aris clients will just freeze

If you wish to reorganize by means of arisadm71.exe in an unattended (nightly) batch script you can do the same with commands like

rem list all sessions 
%ADMINEXE% -enc cp850 -s %ARISSERVER% -pa %SITEADMIN% -l %ARISLOG% sessions bypid
rem kill all user sessions on this server - with no warning! 
%ADMINEXE% -enc cp850 -s %ARISSERVER% -pa %SITEADMIN% -l %ARISLOG% kill all 
rem reorg all DBs on this server 
%ADMINEXE% -enc cp850 -s %ARISSERVER% -pa %SITEADMIN% -p %DBADMIN% -l %ARISLOG% reorg all delete 

Parameter -l %ARISLOG% (with a file path) does the logging for each command in batch mode. To log the output of arisadm71.exe in interactive mode insert the same parameter in the command line of the link that starts arisadm71.exe (Start Menu or Desktop) Hope this helps, Martin

0
by Andre Sales
Posted on Wed, 03/09/2011 - 19:47

In reply to by Frank Weyand

Hi Martin,

I cant do this command using a batch file...could you help me?

So, if i use these commands in Dos mode, it's ok, works fine. But if i try to create a batch file with the same commands, doesnt works anymore.

Follow below the code that i'm using:

  • @echo off
  • REM  ******************

     
  • REM  *** Variaveis  ***

     
  • REM  ******************


  •  
  • Rem *** Diretório de Backup dos Logs

     
  • SET BACKUPDIR="C:\Sales\BKP_ARIS"
  • Rem *** Diretório de instalação do ARIS

     
  • SET ARISDIR="C:\Arquivos de programas\ARIS7.1\JavaClient"
  • REM *** SITEADMIN password

     
  • SET SITEADMIN=SITEADMIN
  • REM *** DBADMIN password

     
  • SET DBADMIN=DBADMIN
  • REM *** CFGADMIN password

     
  • SET CFGADMIN=CFGADMIN
  • REM  ***************

     
  • REM  ***   Acao  ***
  • c:

     
  • cd  ARISDIR
  • ARISADM71 -enc cp850 -s LOCAL -pa SITEADMIN -l sessions bypid
  • ARISADM71 -enc cp850 -s LOCAL -pa SITEADMIN -l kill all
  • ARISADM71 -enc cp850 -s LOCAL -pa SITEADMIN -p DBADMIN -l reorg all delete

 

Kind regards,

Andre Sales

0
by Ismael Shameem Etowar Author
Posted on Fri, 03/19/2010 - 08:50

Hello Oliver and Martin,

 

I would like to thank you both for your valuable comments and advices.

My apologies for doing this just now.

It's quite hectic at office for the time being;-).

 

Thanks a lot lot.

 

Cheers

 

Shameem

0
by Martin Schröder
Badge for 'Contributor' achievement
Posted on Fri, 03/11/2011 - 18:39

Hola Andre,

1. the syntax of using variables needs to be corrected. All variable names must be enclosed in % (percentage signs) when called:

cd %ARISDIR%

ARISADM71 -enc cp850 -s LOCAL -pa %SITEADMIN% -l sessions bypid

etc.

2. Even if you changed into %ARISDIR% arisadmin only listens by its full name:

arisadm71.exe -enc cp850 -s LOCAL -pa %SITEADMIN% -l sessions bypid

etc.



Boa sorte, Martin

 

0
by Andre Sales
Posted on Wed, 03/30/2011 - 20:24

Ola Martin,

Excuse me for being late, but just now I'm back to this subject here.

Well...thanks very much! Now the "reorg" command is working ...but still doesn't working the "sessions bypid" and "kill all" commands.

Do you have any idea, or another syntax to run this?

 

Sucesso!

Andre Sales

0
by Martin Schröder
Badge for 'Contributor' achievement
Posted on Mon, 04/04/2011 - 19:30

Ola André,

please have a look at the arisadm71.exe command reference in the installation&admin-guide.

In my example above, parameter -l (with a file path, that has been set in variable %ARISLOG%) does the logging for each command in batch mode. You omitted the file path.

Then follows the next command argument sessions bypid

It is similar with the subsequent lines .... kill all and ...reorg all delete

Regards, Martin

0

Featured achievement

Rookie
Say hello to the ARIS Community! Personalize your community experience by following forums or tags, liking a post or uploading a profile picture.
Recent Unlocks

Leaderboard

|
icon-arrow-down icon-arrow-cerulean-left icon-arrow-cerulean-right icon-arrow-down icon-arrow-left icon-arrow-right icon-arrow icon-back icon-close icon-comments icon-correct-answer icon-tick icon-download icon-facebook icon-flag icon-google-plus icon-hamburger icon-in icon-info icon-instagram icon-login-true icon-login icon-mail-notification icon-mail icon-mortarboard icon-newsletter icon-notification icon-pinterest icon-plus icon-rss icon-search icon-share icon-shield icon-snapchat icon-star icon-tutorials icon-twitter icon-universities icon-videos icon-views icon-whatsapp icon-xing icon-youtube icon-jobs icon-heart icon-heart2 aris-express bpm-glossary help-intro help-design Process_Mining_Icon help-publishing help-administration help-dashboarding help-archive help-risk icon-knowledge icon-question icon-events icon-message icon-more icon-pencil forum-icon icon-lock