It's all about the answers!

Ask a question

Error when use the bfexport utility


Juan Revuelta (5135) | asked Jul 13 '12, 3:24 p.m.
I am trying to export a project using the bfexport utility but I receive an error and the operation is not executed. I look at the error but I have no success.

"C:\Program Files\IBM\Build Forge>bfexport -f Instala Cuotas Nuevas Instalaciones
 de Servidores.xml 936ec8870c571000ec1f4585677a677a
7/13/2012 3:01:00 PM: PROJECT: 472: CRRBF2157I: Select of Project record [Cuotas
] failed, data record no longer exists.
7/13/2012 3:01:00 PM: Mail: 472: CRRBF1480I: Selected [Build Forge <root@localho
st>] for alert message
7/13/2012 3:01:01 PM: Mail: 472: CRRBF0780I: Generating email to [=?UTF-8?Q?"Bui
ld_Forge"=20?= <root@localhost>] using [System Alert Message][][] template via [
localhost].
7/13/2012 3:01:02 PM: Mail: 472: CRRBF0998E: Attempt to send mail to [=?UTF-8?Q?
"Build_Forge"=20?= <root@localhost>] using [localhost] failed : Failed to connec
t to mail server: Unknown error"

Aparently is some kind of problem with the database because the main error points to a record that in fact does not exist.

Please any help will be very appreciate.

Juan Carlos Revuelta Soto

Accepted answer


permanent link
Robert haig (1.0k16) | answered Jul 16 '12, 2:31 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
 in the error message it indicates that the record being selected is "Cuotas".  If you look at your commandline that is the clue to the problem.  The windows command interpreter is (as it should) parsing the spaces as separators of your commandline args.  Clearly you want the file to be one arg, and the UUID to be the other one.  I suggest either renaming your export file so that it doesn't have spaces in the name, or enclosing it's name in doublequotes.
Juan Revuelta selected this answer as the correct answer

Comments
Juan Revuelta commented Jul 18 '12, 4:12 p.m.

Many thanks Robert, you save my life!!!

Best Regards,

JCR


Jirong Hu commented Jun 21 '14, 1:48 p.m.
This is what I got, Don't know what does that [ûf] mean.

D:\Program Files\IBM\Build Forge>bfexport -f "Z:\Java\JAWC_R3.xml" "JAWC_R3"
6/21/2014 1:41:50 PM: PROJECT: 69592: CRRBF2157I: Select of Project record [ûf]
failed, data record no longer exists.
6/21/2014 1:41:50 PM: Mail: 69592: CRRBF1480I: Selected [jirong.hu@partners.hbc.
ca] for alert message
6/21/2014 1:41:50 PM: Mail: 69592: CRRBF0780I: Generating email to [jirong.hu@pa

rtners.hbc.ca] using [System alert message][][] template via [mail.hbc.com]. 

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.