BizTalk Server General - problem with xsd2edi in compiling

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server General > July 2004 > problem with xsd2edi in compiling





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author problem with xsd2edi in compiling
Evan Yuan

2004-07-05, 8:48 pm


hello

I built a Biz project which including the edi x12 schema ,and ended the
process of the building in task manager ,when i built again
meet the error as below
1;XSD2EDI failed to convert XSD: Can't lock repository, because it is
already locked.

the xsd2edi.log at the point here ,in the frist segement repository has been
locked and successfully unlocked,but the second one locked without unlocked
due to the process shutting off

[Sat Jul 03 16:47:13 2004] ===================
[Sat Jul 03 16:47:13 2004] XSD2EDI has started
[Sat Jul 03 16:47:14 2004] Repository has been locked
[Sat Jul 03 16:47:14 2004] Started analyzing:
D:\share\biztalk\PODemo\Project\PoDemo\X
124010855Schema.xsd
[Sat Jul 03 16:48:13 2004] Repository has been unlocked
[Sat Jul 03 16:48:13 2004] Starting Compile EIF from C:\Program
Files\Microsoft BizTalk Server 2004\EDI\Subsystem\compeif.exe
[Sat Jul 03 16:48:13 2004] Compiling repository failed
[Sat Jul 03 16:54:24 2004] ===================
[Sat Jul 03 16:54:24 2004] XSD2EDI has started
[Sat Jul 03 16:54:25 2004] Repository has been locked
[Sat Jul 03 16:54:25 2004] Started analyzing:
D:\share\biztalk\PODemo\Project\PoDemo\X
124010850Schema.xsd
[Sat Jul 03 16:55:33 2004] ===================

what shall i do now ?
how can i unlock it manually?
Is the only way is undeploy the biztalk and deploy it again?!


Jan Eliasen

2004-07-09, 3:30 pm

Hi

Guess: Restart the "BixTalk Base EDI Adapter" windows service.

Jan Eliasen

On Tue, 6 Jul 2004 09:06:02 +0800, "Evan Yuan" <evanyuan@ozzo.com>
wrote:

>
>hello
>
>I built a Biz project which including the edi x12 schema ,and ended the
>process of the building in task manager ,when i built again
>meet the error as below
>1;XSD2EDI failed to convert XSD: Can't lock repository, because it is
>already locked.
>
>the xsd2edi.log at the point here ,in the frist segement repository has been
>locked and successfully unlocked,but the second one locked without unlocked
>due to the process shutting off
>
>[Sat Jul 03 16:47:13 2004] ===================
>[Sat Jul 03 16:47:13 2004] XSD2EDI has started
>[Sat Jul 03 16:47:14 2004] Repository has been locked
>[Sat Jul 03 16:47:14 2004] Started analyzing:
> D:\share\biztalk\PODemo\Project\PoDemo\X
124010855Schema.xsd
>[Sat Jul 03 16:48:13 2004] Repository has been unlocked
>[Sat Jul 03 16:48:13 2004] Starting Compile EIF from C:\Program
>Files\Microsoft BizTalk Server 2004\EDI\Subsystem\compeif.exe
>[Sat Jul 03 16:48:13 2004] Compiling repository failed
>[Sat Jul 03 16:54:24 2004] ===================
>[Sat Jul 03 16:54:24 2004] XSD2EDI has started
>[Sat Jul 03 16:54:25 2004] Repository has been locked
>[Sat Jul 03 16:54:25 2004] Started analyzing:
> D:\share\biztalk\PODemo\Project\PoDemo\X
124010850Schema.xsd
>[Sat Jul 03 16:55:33 2004] ===================
>
>what shall i do now ?
>how can i unlock it manually?
>Is the only way is undeploy the biztalk and deploy it again?!
>


--
Jan Eliasen, representing himself and not the company he works for.
Tatyana Yakushev [MSFT]

2004-07-09, 3:30 pm

Run the following in sql query analyzer on EDI database.

“UPDATE parame SET repolock = null”

Thanks,
Tatyana

--------------------
>From: "Evan Yuan" <evanyuan@ozzo.com>
>Subject: problem with xsd2edi in compiling
>Date: Tue, 6 Jul 2004 09:06:02 +0800
>Lines: 34
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
>Message-ID: <#vtFLWvYEHA.3156@TK2MSFTNGP12.phx.gbl>
>Newsgroups: microsoft.public.biztalk.general
>NNTP-Posting-Host: 218.79.114.56
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.biztalk.general:16831
>X-Tomcat-NG: microsoft.public.biztalk.general
>
>
>hello
>
>I built a Biz project which including the edi x12 schema ,and ended the
>process of the building in task manager ,when i built again
>meet the error as below
>1;XSD2EDI failed to convert XSD: Can't lock repository, because it is
>already locked.
>
>the xsd2edi.log at the point here ,in the frist segement repository has been
>locked and successfully unlocked,but the second one locked without unlocked
>due to the process shutting off
>
>[Sat Jul 03 16:47:13 2004] ===================
>[Sat Jul 03 16:47:13 2004] XSD2EDI has started
>[Sat Jul 03 16:47:14 2004] Repository has been locked
>[Sat Jul 03 16:47:14 2004] Started analyzing:
> D:\share\biztalk\PODemo\Project\PoDemo\X
124010855Schema.xsd
>[Sat Jul 03 16:48:13 2004] Repository has been unlocked
>[Sat Jul 03 16:48:13 2004] Starting Compile EIF from C:\Program
>Files\Microsoft BizTalk Server 2004\EDI\Subsystem\compeif.exe
>[Sat Jul 03 16:48:13 2004] Compiling repository failed
>[Sat Jul 03 16:54:24 2004] ===================
>[Sat Jul 03 16:54:24 2004] XSD2EDI has started
>[Sat Jul 03 16:54:25 2004] Repository has been locked
>[Sat Jul 03 16:54:25 2004] Started analyzing:
> D:\share\biztalk\PODemo\Project\PoDemo\X
124010850Schema.xsd
>[Sat Jul 03 16:55:33 2004] ===================
>
>what shall i do now ?
>how can i unlock it manually?
>Is the only way is undeploy the biztalk and deploy it again?!
>
>
>



--

This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.

Evan Yuan

2004-07-09, 3:30 pm

Tatyana,Thanks!
I reinstalled the base edi service,and everything is ok
Had I seen this answer earlier,I would save much time

But another question is sometimes I compile the project including x12
schema,there will be an error "xsd2edi failed to convert xsd:compiling
repository failed"
Some one said it due to uncorrect account used by edi service or the
uncorrect logging on account.
Does any one know the policy here ?
"Tatyana Yakushev [MSFT]" <> wrote in message
news:hbJvhj5YEHA.3208@cpmsftngxa06.phx.gbl...
> Run the following in sql query analyzer on EDI database.
>
> “UPDATE parame SET repolock = null?
>
> Thanks,
> Tatyana
>
> --------------------
been[vbcol=seagreen]
unlocked[vbcol=seagreen]
>
>
> --
>
> This posting is provided "AS IS" with no warranties, and confers no

rights. Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
>
> Note: For the benefit of the community-at-large, all responses to this

message are best directed to the newsgroup/thread from which they
originated.
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com