Missing Files Locator Agile 933

We are trying to execute the Missing Files Locator tool provided by Oracle and get a malformed IFS Server error. The IFS User-id and password are correct and we can perform file operations successfully. Has anybode used the Missing Files locator tool successfully ?
Here are the notes from Oracle related to this tool:

Missing Files Locator

Missing Files Locator is used to locate missing files, including redlined files, in a file vault, but not limited to a specific distributed file management server.

<Agile_Home>Usage: java -classpath @WLS-HOME@/server/lib/weblogic.jar:MissingFilesLocator.jar com.agile.webfs.tools.upgrade.MissingFilesLocator -dburl {DBURL} -dbuserid {DBUSERID} -dbpassword {DBPASSWORD} -ifsuser {IFSUSER} -ifspassword {IFSPASSWORD}

where:

  • dburl is the URL of the database.

  • dbuserid is the name of the database user.

  • dbpassword is the password of the database user.

  • ifsuser is the name of the iFS user.

  • ifspassword is the password of the iFS user.

Agile User Asked on January 16, 2018 in Agile PLM (v9),   Product Collaboration.
Add Comment
2 Answer(s)

Yes, I have used it. Older versions do not have the start and end date parameters. Does your WLS home look like this?

java -classpath C:OracleMiddlewareOracle_Homewlserver/server/lib/weblogic.jar;MissingFilesLocator.jar com.agile.webfs.tools.upgrade.MissingFilesLocator -dburl edinburgh:1521:agile9 -dbuserid agile -dbpassword {DBUSERID}-ifsuser ifsuser -ifspassword {iFSPASSWORD} -filecreateddatestart 01-JAN-10 -filecreateddateend 01-JAN-18

Agile Angel Answered on January 17, 2018.

Hi,

Can you please tell me from where i can found iFSPASSWORD. I dont know at the time of installation what was set but now i want to run metfileremover utility for that i needed password.

Is any config /properties/console available from i can check IFSPASSWORD?

 

Thanks

Priyanka

on September 21, 2020.
Add Comment

This is how we have it:
/usr/java/jdk1.7.0_45/bin/java -classpath /u01/Oracle/Middleware/wlserver_12.1/server/lib/weblogic.jar:MissingFilesLocator.jar com.agile.webfs.tools.upgrade.MissingFilesLocator -dburl edinburgh:1521:agile9 -dbuserid agile -dbpassword {DBUSERID}-ifsuser ifsuser -ifspassword {iFSPASSWORD}

Agile User Answered on January 17, 2018.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.