Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Error when use the bfexport utility

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

0 votes


Accepted answer

Permanent link
 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

1 vote

Comments

Many thanks Robert, you save my life!!!

Best Regards,

JCR

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 log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jul 13 '12, 3:24 p.m.

Question was seen: 5,884 times

Last updated: Jun 21 '14, 1:48 p.m.

Confirmation Cancel Confirm