06-08-06 06:19 PM
As a followup,
(1) i changed the second orchestration to use an untyped message but that
didnt solve the problem
(2) i found an article which said that proxy names more than 61 characters
have problems,. I changed mine but still no solution
(3) the webservices are running under anonymous user and the aspnet user and
the isolated host user both have permissions to the temp folders and the
databases. I even ran the ASP.NET user as SYSTEM (i know its dangerous, but
only temporarily, but that didnt work either)
The thing is the other orch has exactly the same kind of functionality and
design and it works perfectly ...i cant understand why this one alone wont
work.
I have enabled detailed error tracing, but it doesnt create the
BiztalkWebServices folder under
\docsandsettings\machinename\aspnet\loca
lsettings\temp for the problematic
service. it does this for the other working service correctly. Im wondering
if the entire webservice is somehow invalid. (But the code compiles correctl
y)
Still waiting for a response from anyone out there
:-)
Benjy
"BizTalk Benjamin" wrote:
> Hi, I have two orchestrations published as webservices. (Biztalk 2004 on X
P
> SP2) One is typed and the other untyped. The untyped one works fine when
> called from another orchestration and from an NUnit test.
>
> The typed one however always throws a weird error message saying " Server
> was unable to process request. --> File or assembly name FileName .dll, or
> one of its dependencies, was not found." . I have looked at the support
> article for the same at http://support.microsoft.com/?kbid=910295 but to n
o
> avail. I gave all possible users permissions on all temp folders, but the
> same message appears.
>
> I tried adding some code to the asmx.cs to write custom statements to the
> event log but that didnt work either. Im totally stuck now .
>
> Does anyone have an idea of what might be going wrong ?
>
> Thanks in advance,
> Benjy
[ Post a follow-up to this message ]
|