Showing posts with label network. Show all posts
Showing posts with label network. Show all posts

Friday, March 30, 2012

Resolved.

"Failure writing file <name here> - Test.mhtml : The network path was not found."

I have a report subscription. Delivery Options Credentials use NT account, and 'Path' is defined. We had NT security guys verify account has FULL rights to folders. We have even temp applied EVERYONE to have FULL. I cannot find any details on the failure in any RS logs, even after turning on 'remote errors' on server.

I suspect SSRS is using its SERVICE Account to connect to path, but again we have temp applied EVERYONE to have FULL rights and still get failure.

Any suggestions on where to look next would be apprciated.

Are you able to access the share by going to Start->Run and typing \\<machinename>\<sharename> ? Also, can you include the RS service log files?

Thanks,
Sharmila

|||It looks like the error is coming from a software tool called CES controlled folder, not AD-NT security. THANKS for help.|||

Answer lies in this thread... http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1324925&SiteID=1

Friday, March 9, 2012

Request for current credentials

I'm not sure how this issue arose, but suddenly I keep getting an alert that:
'Windows needs your current credentials to ensure network connectivity' and
requests to log off and log back on. I successfully establish a VPN
connection and this error occurs when I open Enterprise Manager to connect to
a remote server through the VPN. Any suggestions? Thanks.
Take a look at the following:
http://www.ms-mvps.com/credentialserrors.htm
Cheers,
'(' Jeff A. Stucker
\
Senior Consultant
www.rapidigm.com
"DLS" <DLS@.discussions.microsoft.com> wrote in message
news:A16E04AD-83EC-4336-A65A-AD38D2767F26@.microsoft.com...
> I'm not sure how this issue arose, but suddenly I keep getting an alert
> that:
> 'Windows needs your current credentials to ensure network connectivity'
> and
> requests to log off and log back on. I successfully establish a VPN
> connection and this error occurs when I open Enterprise Manager to connect
> to
> a remote server through the VPN. Any suggestions? Thanks.

Request for current credentials

I'm not sure how this issue arose, but suddenly I keep getting an alert that
:
'Windows needs your current credentials to ensure network connectivity' and
requests to log off and log back on. I successfully establish a VPN
connection and this error occurs when I open Enterprise Manager to connect t
o
a remote server through the VPN. Any suggestions? Thanks.Take a look at the following:
http://www.ms-mvps.com/credentialserrors.htm
Cheers,
'(' Jeff A. Stucker
\
Senior Consultant
www.rapidigm.com
"DLS" <DLS@.discussions.microsoft.com> wrote in message
news:A16E04AD-83EC-4336-A65A-AD38D2767F26@.microsoft.com...
> I'm not sure how this issue arose, but suddenly I keep getting an alert
> that:
> 'Windows needs your current credentials to ensure network connectivity'
> and
> requests to log off and log back on. I successfully establish a VPN
> connection and this error occurs when I open Enterprise Manager to connect
> to
> a remote server through the VPN. Any suggestions? Thanks.

Saturday, February 25, 2012

Repost: Polling the network for SQL servers, including named instances

Hi group,
I am trying to get a list of SQL Server installations running on the
network. I tried to use sqlcmd -L (or osql -L). However, when I do this
from my box the named instances do not show up, whereas when it is run from
a server box those instances do get listed.
What is required to make the command return the full list? Is there other
(simple) way to do it?
Thanks.
QuentinHi Quentin
Check out SQLPing or SQLRecon at
http://www.sqlsecurity.com/Tools/FreeTools/tabid/65/Default.aspx
John
"Quentin Ran" wrote:
> Hi group,
> I am trying to get a list of SQL Server installations running on the
> network. I tried to use sqlcmd -L (or osql -L). However, when I do this
> from my box the named instances do not show up, whereas when it is run from
> a server box those instances do get listed.
> What is required to make the command return the full list? Is there other
> (simple) way to do it?
> Thanks.
> Quentin
>
>