ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » problem with mqsicreatemsgdef command

Post new topic  Reply to topic
 problem with mqsicreatemsgdef command « View previous topic :: View next topic » 
Author Message
upender
PostPosted: Thu Mar 27, 2014 4:58 am    Post subject: problem with mqsicreatemsgdef command Reply with quote

Novice

Joined: 04 Mar 2014
Posts: 21

Hi All

i am getting below error while creating message defination file pls help me to fix this issue
C:\windows\system32>mqsicreatemsgdefs -data C:\Users\IBM_ADMIN\IBM\wmbt70\worksp
ace -p samplemsgset_project -d C:\Users\IBM_ADMIN\Desktop\wmb complete data\Nave
en\1\uppi\Labs\Labs\Lab12\resources -f OrderService.wsdl
BIP0271E Workspace directory "C:/Users/IBM_ADMIN/IBM/wmbt70/workspace" is curren
tly in use and locked.
Make sure that the workspace directory specified by -data is not in use.

BIP0226E Command did not complete.
See earlier error messages for details of the problem.

C:\windows\system32>mqsicreatemsgdefs -data C:\Users\IBM_ADMIN\IBM\wmbt70\worksp
ace1 -p samplemsgset_project -d C:\Users\IBM_ADMIN\Desktop\soucrce folder\COMPLA
INT_IN.cpy
BIP0212E Error accessing source files directory "C:\Users\IBM_ADMIN\Desktop\souc
rce".
Please ensure the specified directory exists and that you have read access.

BIP0226E Command did not complete.
See earlier error messages for details of the problem.
Back to top
View user's profile Send private message
Vitor
PostPosted: Thu Mar 27, 2014 6:24 am    Post subject: Re: problem with mqsicreatemsgdef command Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

upender wrote:
BIP0271E Workspace directory "C:/Users/IBM_ADMIN/IBM/wmbt70/workspace" is curren
tly in use and locked.
Make sure that the workspace directory specified by -data is not in use.


Seems clear to me
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
upender
PostPosted: Thu Mar 27, 2014 6:58 am    Post subject: Re: problem with mqsicreatemsgdef command Reply with quote

Novice

Joined: 04 Mar 2014
Posts: 21

Vitor wrote:
upender wrote:
BIP0271E Workspace directory "C:/Users/IBM_ADMIN/IBM/wmbt70/workspace" is curren
tly in use and locked.
Make sure that the workspace directory specified by -data is not in use.


Seems clear to me


NO ..workspace is in use .currently i am working on that workspace only
Back to top
View user's profile Send private message
Vitor
PostPosted: Thu Mar 27, 2014 7:04 am    Post subject: Re: problem with mqsicreatemsgdef command Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

Let's see if I've got this clear:

You get this error:
upender wrote:
BIP0271E Workspace directory "C:/Users/IBM_ADMIN/IBM/wmbt70/workspace" is curren
tly in use and locked.
Make sure that the workspace directory specified by -data is not in use.


Then you say:
upender wrote:
workspace is in use .currently i am working on that workspace only


and tell me
upender wrote:
NO


So you get an error telling you the workspace is in use, you admit the workspace is in use, and then tell me my assertion that the error is clear is wrong.

To be clearer then:
You're getting an error that the workspace is in use. This is caused by the workspace being in use.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
upender
PostPosted: Thu Mar 27, 2014 8:59 pm    Post subject: Re: problem with mqsicreatemsgdef command Reply with quote

Novice

Joined: 04 Mar 2014
Posts: 21

Vitor wrote:
Let's see if I've got this clear:

You get this error:
upender wrote:
BIP0271E Workspace directory "C:/Users/IBM_ADMIN/IBM/wmbt70/workspace" is curren
tly in use and locked.
Make sure that the workspace directory specified by -data is not in use.


Then you say:
upender wrote:
workspace is in use .currently i am working on that workspace only


and tell me
upender wrote:
NO


So you get an error telling you the workspace is in use, you admit the workspace is in use, and then tell me my assertion that the error is clear is wrong.

To be clearer then:
You're getting an error that the workspace is in use. This is caused by the workspace being in use.



Ok .i am only using worksapce...may i know what is exact cause and please review above commands .is there any mistake in command execution process .i pissed up with this command help me
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Thu Mar 27, 2014 10:18 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

close the workspace. Make sure there is no toolkit open that goes against the workspace. Then run your command line tool.
Have fun
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
upender
PostPosted: Thu Mar 27, 2014 11:34 pm    Post subject: Reply with quote

Novice

Joined: 04 Mar 2014
Posts: 21

fjb_saper wrote:
close the workspace. Make sure there is no toolkit open that goes against the workspace. Then run your command line tool.
Have fun


Thanks a lot
yes working fine .may i know what is the problem if i open my toolkit command is not executing
C:\windows\system32>mqsicreatemsgdefs -data C:\Users\IBM_ADMIN\IBM\wmbt70\worksp
ace -p msgset_project -d C:\Users\IBM_ADMIN\Desktop\soucrce\COMPLAINT_IN.cpy fol
der -rmp -rmd -msg
BIP0212E Error accessing source files directory "C:\Users\IBM_ADMIN\Desktop\souc
rce\COMPLAINT_IN.cpy".
Please ensure the specified directory exists and that you have read access.
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri Mar 28, 2014 4:56 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

upender wrote:
BIP0212E Error accessing source files directory "C:\Users\IBM_ADMIN\Desktop\souc
rce\COMPLAINT_IN.cpy".
Please ensure the specified directory exists and that you have read access.


Seems clear, but then I thought that last time.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
upender
PostPosted: Fri Mar 28, 2014 6:03 am    Post subject: Reply with quote

Novice

Joined: 04 Mar 2014
Posts: 21

Vitor wrote:
upender wrote:
BIP0212E Error accessing source files directory "C:\Users\IBM_ADMIN\Desktop\souc
rce\COMPLAINT_IN.cpy".
Please ensure the specified directory exists and that you have read access.


Seems clear, but then I thought that last time.


yes it is clears now. but when workspace open it is not working. error showing workspace in use and locked .may i know what is the problem with workspace
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri Mar 28, 2014 6:07 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

upender wrote:
may i know what is the problem with workspace


What makes you think there's a problem with the workspace?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
ganesh
PostPosted: Fri Mar 28, 2014 6:46 am    Post subject: Reply with quote

Master

Joined: 18 Jul 2010
Posts: 294

Quote:
error showing workspace in use and locked


You have analysed correctly.


Quote:
.may i know what is the problem with workspace


The workspace in use is the problem.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » problem with mqsicreatemsgdef command
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.