Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
+1
person also asked this
people also asked this
Replies
7 replies
Subscribers
7 subscribers
Views
2365 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
Hi, We are running the below script to get rid of aging .kdb files. H
liyap
over 11 years ago
Hi,
We are running the below script to get rid of aging .kdb files. Howeever we are getting error output as mentioned below. Can anyone pls let me know what is going wrong?
C:\\appian\\server\\_scripts>cleanup data -delete -keep 10
Buildfile: aemovefiles.xml
BUILD FAILED
C:\\appian\\server\\_scripts\\ant\\aemovefiles.xml:46: Target doesn't exist!
Total time: 0 seconds
This is causing appian folder grow huge and these files are just getting accumulated....
OriginalPostID-84569
OriginalPostID-84569
Discussion posts and replies are publicly visible
Parents
0
Patty Isecke
Appian Employee
over 11 years ago
Hi Liya, are you using the PS Build? In your <APPIAN_HOME>\\ directory do you have a runtime_ear directory?
What are the results of the following commands:
-> $ java –version
-> $ echo $JAVA_HOME
-> $ echo $ANT_HOME
It seems like the ANT_HOME is being set incorrectly. The Build fails when it tries to look for the following class:
com.appian.ant.datamaintenance.Purge
This should be present in <APPIAN_HOME>\ hirdpartyapps\\apache-ant\\classes\\com\\appian\\ant\\datamaintenance
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Patty Isecke
Appian Employee
over 11 years ago
Hi Liya, are you using the PS Build? In your <APPIAN_HOME>\\ directory do you have a runtime_ear directory?
What are the results of the following commands:
-> $ java –version
-> $ echo $JAVA_HOME
-> $ echo $ANT_HOME
It seems like the ANT_HOME is being set incorrectly. The Build fails when it tries to look for the following class:
com.appian.ant.datamaintenance.Purge
This should be present in <APPIAN_HOME>\ hirdpartyapps\\apache-ant\\classes\\com\\appian\\ant\\datamaintenance
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data