Objectmix
Tags Register Mark Forums Read

PBL: TI Assembly.Net installation ERROR after Windows Server 2003 Service Pack 1 installation : DOTNET

This is a discussion on PBL: TI Assembly.Net installation ERROR after Windows Server 2003 Service Pack 1 installation within the DOTNET forums in Framework and Interface Programming category; Hi all, We encountered some problems installaing assembli.net (.dll) no a server with Windows server 2003 (SP1) + his 2004. When we try to deploy the assembly whit "TI New object wizard", we recive an error: ---------------------------------------------------------------------------- --------------------------------------------------------------- Progress(5600) An Object "TI_COMPONENT.COMPONENT03.1", contained in the file "D:\Web\Componenti\XXX\TI\Objects\LIPE\TI_COMPONEN T03.DLL", could not be installed in the Virtual Directory "Intranet/XXX-TIweb". Generation of a proxy failed with "Error: Unable to retrieve schema from url: http://intranet.ser-collaudo:80/XXX-...ONENT.rem?wsdl , The remote server returned an error: (401) Unauthorized.". Finished ---------------------------------------------------------------------------- ---------------------------------------------------------------- The virtual directory "Intranet/XXX-TIweb" needs Anonynous Access DISABLED, but if we enable Anonymous Access th package installation ...


Object Mix > Framework and Interface Programming > DOTNET > PBL: TI Assembly.Net installation ERROR after Windows Server 2003 Service Pack 1 installation

DOTNET Discussion forums related to Microsoft Dot net technologies, CSharp and other related items

Reply

 

LinkBack Thread Tools
  #1  
Old 07-19-2005, 05:39 AM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default PBL: TI Assembly.Net installation ERROR after Windows Server 2003 Service Pack 1 installation

Hi all,

We encountered some problems installaing assembli.net (.dll) no a server
with Windows server 2003 (SP1) + his 2004.

When we try to deploy the assembly whit "TI New object wizard", we recive an
error:
----------------------------------------------------------------------------
---------------------------------------------------------------
Progress(5600) An Object "TI_COMPONENT.COMPONENT03.1", contained in the file
"D:\Web\Componenti\XXX\TI\Objects\LIPE\TI_COMPONEN T03.DLL", could not be
installed in the Virtual Directory "Intranet/XXX-TIweb". Generation of a
proxy failed with "Error: Unable to retrieve schema from url:
http://intranet.ser-collaudo:80/XXX-...ONENT.rem?wsdl,
The remote server returned an error: (401) Unauthorized.".

Finished
----------------------------------------------------------------------------
----------------------------------------------------------------

The virtual directory "Intranet/XXX-TIweb" needs Anonynous Access DISABLED,
but if we enable Anonymous Access th package installation process completes
successfully...

In our Extended Enterprise we MUST disable anonymous access on the virtual
directory.

We think this problem began for the first time after (Windows server 2003)
SP1 installation.
May it be possible that SP1 has modified IIS(6) security for this iessue?
Is there any workaround?

Thank you,

Ruben


PS:What is the role of "TI DCGEN" Package? May it be modified in ti's
configuration/security assignment?



Reply With Quote
  #2  
Old 07-19-2005, 06:02 AM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Re: TI Assembly.Net installation ERROR after Windows Server 2003 Service Pack 1 installation

Ruben wrote:
> Hi all,
>
> We encountered some problems installaing assembli.net (.dll) no a
> server with Windows server 2003 (SP1) + his 2004.
>
> When we try to deploy the assembly whit "TI New object wizard", we
> recive an error:
> ----------------------------------------------------------------------------
> ---------------------------------------------------------------
> Progress(5600) An Object "TI_COMPONENT.COMPONENT03.1", contained in
> the file "D:\Web\Componenti\XXX\TI\Objects\LIPE\TI_COMPONEN T03.DLL",
> could not be installed in the Virtual Directory "Intranet/XXX-TIweb".
> Generation of a proxy failed with "Error: Unable to retrieve schema
> from url:
> http://intranet.ser-collaudo:80/XXX-...ONENT.rem?wsdl,
> The remote server returned an error: (401) Unauthorized.".
>
> Finished
> ----------------------------------------------------------------------------
> ----------------------------------------------------------------
>
> The virtual directory "Intranet/XXX-TIweb" needs Anonynous Access
> DISABLED, but if we enable Anonymous Access th package installation
> process completes successfully...
>
> In our Extended Enterprise we MUST disable anonymous access on the
> virtual directory.
>
> We think this problem began for the first time after (Windows server
> 2003) SP1 installation.
> May it be possible that SP1 has modified IIS(6) security for this
> iessue? Is there any workaround?

[cut]

try this
http://support.microsoft.com/default...b;en-us;896861
bye.

--
Edoardo Benussi - edo@mvps.org
Microsoft® MVP - Windows Server
http://mvp.support.microsoft.com


Reply With Quote
  #3  
Old 07-19-2005, 10:01 AM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Re: TI Assembly.Net installation ERROR after Windows Server 2003 Service Pack 1 installation


"Edoardo Benussi [MVP]" <edoardo.benussiITS@tin.it> ha scritto nel messaggio
news:uZDDPFFjFHA.4028@TK2MSFTNGP10.phx.gbl...
> Ruben wrote:
> > Hi all,
> >
> > We encountered some problems installaing assembli.net (.dll) no a
> > server with Windows server 2003 (SP1) + his 2004.
> >
> > When we try to deploy the assembly whit "TI New object wizard", we
> > recive an error:

>
> --------------------------------------------------------------------------

--
> > ---------------------------------------------------------------
> > Progress(5600) An Object "TI_COMPONENT.COMPONENT03.1", contained in
> > the file "D:\Web\Componenti\XXX\TI\Objects\LIPE\TI_COMPONEN T03.DLL",
> > could not be installed in the Virtual Directory "Intranet/XXX-TIweb".
> > Generation of a proxy failed with "Error: Unable to retrieve schema
> > from url:
> > http://intranet.ser-collaudo:80/XXX-...ONENT.rem?wsdl,
> > The remote server returned an error: (401) Unauthorized.".
> >
> > Finished

>
> --------------------------------------------------------------------------

--
> > ----------------------------------------------------------------
> >
> > The virtual directory "Intranet/XXX-TIweb" needs Anonynous Access
> > DISABLED, but if we enable Anonymous Access th package installation
> > process completes successfully...
> >
> > In our Extended Enterprise we MUST disable anonymous access on the
> > virtual directory.
> >
> > We think this problem began for the first time after (Windows server
> > 2003) SP1 installation.
> > May it be possible that SP1 has modified IIS(6) security for this
> > iessue? Is there any workaround?

> [cut]
>
> try this
> http://support.microsoft.com/default...b;en-us;896861
> bye.
>
> --
> Edoardo Benussi - edo@mvps.org
> Microsoft® MVP - Windows Server
> http://mvp.support.microsoft.com
>
>


Thank you,
I'm gonna try this... It seems to be the right way.
I'll let you know asap.

Ruben


Reply With Quote
Reply

Thread Tools


Similar Threads

Thread Thread Starter Forum Replies Last Post
Problem with installation CS3 on Windows Server 2003 SP2 usenet Adobe Photoshop 8 11-01-2007 09:57 AM
Sun Java Sytem Web Server 7 on Windows Server 2003 64Bit Installation usenet Java 3 07-24-2007 07:59 AM
Installation problems on Windows Server 2003 SP1 usenet DOTNET 0 03-15-2006 07:10 AM
Commerce Server 2002 and Windows Server 2003 installation issues usenet Commerce server 1 03-25-2005 01:09 PM
Installation of service pack 1 for exchange 2000 server usenet Microsoft Exchange 0 05-10-2004 05:11 AM


All times are GMT -5. The time now is 07:01 AM.