AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-13437

Jonathan Escobedo's questions

Martin Hope
Jonathan Escobedo
Asked: 2010-02-07 08:17:56 +0800 CST

如何:使用 Powershell 并通过 Wi-Fi 安装 Windows 7

  • 1

我对 IT 专业人员了解不多,但我听说可以在 WLAN 或 LAN 上加入许多笔记本电脑,然后使用脚本通过 Powershell 在所有机器上安装和部署 Windows 7。我怎样才能学会这样做,请告诉我你的经验。

我想为像 BootCamp 这样的活动做这件事

也许我必须在一台机器上安装 Windows Server 2008 R2,然后其他机器加入域或工作组并通过 cmdlet 进行部署?

谢谢

deployment windows-7 windows-server-2008-r2
  • 1 个回答
  • 814 Views
Martin Hope
Jonathan Escobedo
Asked: 2010-01-20 08:50:23 +0800 CST

Oracle 10g ODBC 驱动程序和连接器

  • 0

您好,我使用两台机器:Windows XP 和 Windows Server 2003,在这两台机器上我都安装了 oracle 客户端 10g,当我尝试在 SQL Server 上将 ODBC 用于链接服务器选项时,它只能在我的 XP 上工作,但在服务器上我无法获得即使配置相同,它也可以工作。

笔记:

Windows XP - SQL Server 2008 开发人员 Windows Server 2003 - SQL Server 2000 标准版

会是SQL版本吗?

谢谢。

在两台机器上我得到相同的 tnsnames.ora 文件:

# tnsnames.ora Network Configuration File: C:\oradata\client\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.

MEDICAL =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = SERVERCONTABLE.RESOCENTRO.COM)(PORT = 1521))
    )
    (CONNECT_DATA =
      (SERVICE_NAME = medical)
    )
  )

但有不同的安装目录。

来自 SSMS 的错误堆栈:

===================================

Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)

------------------------------
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&LinkId=20476

------------------------------
Program Location:

   at Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.Process(Object connectionInfo, Request request)
   at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.BuildDynamicItemWithQuery(IList`1 nodes, INodeInformation source, INavigableItem sourceItem, String urnQuery, Boolean registerBuilder, Boolean registerBuiltItems)
   at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.BuildDynamicItem(IList`1 nodes, INodeInformation source, INavigableItem sourceItem, IFilterProvider filter)
   at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.Build(IList`1 nodes, INodeInformation source, INavigableItem sourceItem, IFilterProvider filter)
   at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItem.GetChildren(IGetChildrenRequest request)
   at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ExplorerHierarchyNode.BuildChildren(WaitHandle quitEvent)

===================================

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)

------------------------------
Program Location:

   at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteReader(String sqlCommand)
   at Microsoft.SqlServer.Management.Smo.ExecuteSql.GetDataReader(String query)
   at Microsoft.SqlServer.Management.Smo.DataProvider.SetConnectionAndQuery(ExecuteSql execSql, String query)
   at Microsoft.SqlServer.Management.Smo.ExecuteSql.GetDataProvider(StringCollection query, Object con, StatementBuilder sb, RetriveMode rm)
   at Microsoft.SqlServer.Management.Smo.SqlObjectBase.FillData(ResultType resultType, StringCollection sql, Object connectionInfo, StatementBuilder sb)
   at Microsoft.SqlServer.Management.Smo.SqlObjectBase.FillDataWithUseFailure(SqlEnumResult sqlresult, ResultType resultType)
   at Microsoft.SqlServer.Management.Smo.SqlObjectBase.BuildResult(EnumResult result)
   at Microsoft.SqlServer.Management.Smo.SqlObjectBase.GetData(EnumResult erParent)
   at Microsoft.SqlServer.Management.Sdk.Sfc.Environment.GetData()
   at Microsoft.SqlServer.Management.Sdk.Sfc.Environment.GetData(Request req, Object ci)
   at Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.GetData(Object connectionInfo, Request request)
   at Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.Process(Object connectionInfo, Request request)

===================================

El proveedor OLE DB 'OraOLEDB.Oracle' informa de un error. El proveedor no proporcionó información acerca del error. (.Net SqlClient Data Provider)

------------------------------
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=08.00.2039&EvtSrc=MSSQLServer&EvtID=7399&LinkId=20476

------------------------------
Server Name: 192.168.0.3
Error Number: 7399
Severity: 16
State: 1
Procedure: sp_tables_ex
Line Number: 13


------------------------------
Program Location:

   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
   at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
   at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
   at System.Data.SqlClient.SqlDataReader.get_MetaData()
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
   at System.Data.SqlClient.SqlCommand.ExecuteReader()
   at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteReader(String sqlCommand)

当我尝试将 SSMS 与 OPENQUERY 一起使用时,我得到以下信息:

select * from openrowset 

('OraOLEDB.Oracle','oradb';'system';'siscad', 

'select * from emp') 

Servidor: mensaje 7399, nivel 16, estado 1, línea 1
El proveedor OLE DB 'OraOLEDB.Oracle' informa de un error.  
[OLE/DB provider returned message: ORA-12154: TNS:no se ha podido resolver el identificador de conexión especificado]
Traza de error de OLE DB [OLE/DB Provider 'OraOLEDB.Oracle' IDBInitialize::Initialize returned 0x80004005:   ].

转述:

Server: Message 7399, level 16, State 1, line 1 OLE DB 'OraOLEDB.Oracle' provider reports an error.   
[OLE/DB provider returned message: ORA-12154: TNS:no could be resolved the connection identifier specified] 
OLE DB error trace [OLE/DB Provider 'OraOLEDB.Oracle' IDBInitialize:Initialize returned 0x80004005:].
sql-server windows-server-2003 oracle10g odbc
  • 2 个回答
  • 3615 Views
Martin Hope
Jonathan Escobedo
Asked: 2009-10-12 08:18:55 +0800 CST

如何在 Windows 7 RTM 上卸载 Windows Powershell v1.0

  • 1

我最近注意到 Windows Powershell v1.0 安装在 Windows 7 RTM 上,所以我需要安装 Powershell v2.0 CTP 3 但我在“卸载程序”中找不到它,还尝试了“打开/关闭 Windows 功能” “,我怎样才能做到这一点?

谢谢

powershell
  • 4 个回答
  • 3220 Views
Martin Hope
Jonathan Escobedo
Asked: 2009-09-18 06:59:27 +0800 CST

IIS MODULE_SET_RESPONSE_ERROR_STATUS

  • 2

我的网络应用程序出现 404 错误,我也尝试使用 doloto:http: //research.microsoft.com/en-us/projects/doloto/ ,但报告告诉我是压缩问题,我不这么认为原因只是一个具有一些 ajaxcontroltoolkit 功能的页面。

这是堆栈:

ModuleName IIS Web Core 
Notification 16 
HttpStatus 404 
HttpReason Not Found 
HttpSubStatus 0 
ErrorCode 2147942402 
ConfigExceptionInfo  
Notification MAP_REQUEST_HANDLER 
ErrorCode The system cannot find the file specified. (0x80070002) 
iis-7
  • 1 个回答
  • 19239 Views
Martin Hope
Jonathan Escobedo
Asked: 2009-07-27 21:52:30 +0800 CST

无法使用“IP 地址”连接到 MSSQL Server 2000,但可以使用服务器“主机名”

  • 1

在 MSSQL Server 2000 上应用 SP3 后会发生这种情况,我只能连接 SA 登录或 DOMAIN\Administrators(内置)用户,如何重新启用集成安全连接?

嘿嘿...我发现服务器现在只接受“SISTEM”的连接,而不是 192.168.0.3(MMSQL 服务器的私有 IP),那么为什么会发生这种情况?我在 Service Pack 文档中搜索并且从未为此提供建议,所以最大的问题是连接字符串中的所有应用程序都类似于“Server=192.168.0.3;Initial Catalog='dbblabla'...”

有什么办法可以做到这一点?

我们有子网,因此服务器“SISTEM”解析 192.168.0.3 和 172.16.104.180

我最近给 SPIV 打了补丁

谢谢!

sql-server networking security authentication
  • 2 个回答
  • 1119 Views
Martin Hope
Jonathan Escobedo
Asked: 2009-07-27 18:28:59 +0800 CST

端口 1433 似乎已关闭,但在 Windows Server 2003 SP1 上已启用

  • 0

今天我将没有任何 Service Pack 的 RTM 版本更新到 SP1,因此 Windows 防火墙可用,当我在 Windows XP 上为 SQL Server(本地)添加新的异常时,我认为它会比在我的本地电脑上工作得更好,但是它出错了,我也可以在 telnet 上 ping 并进行远程桌面连接(3389),这个端口正在工作,但是当我尝试使用 SQL 默认端口(1433)时,它似乎已关闭或未映射,因为 SQL 上的每个配置都默认接受(1433)。

感谢您帮助我解决此问题。

firewall sql-server windows-server-2003
  • 3 个回答
  • 4208 Views
Martin Hope
Jonathan Escobedo
Asked: 2009-07-21 09:31:41 +0800 CST

如何从命令提示符打开 Windows Server 2003 RTM 上的端口

  • 0

我想在没有防火墙的情况下在没有任何 Service Pack 的 Windows Server 2003 Enterprise Edition(5.2,Build 3790)中打开端口号 1433,是否存在通过提示实现此目的的方法?

编辑:我没有 Service Pack 1,所以我不能在 netsh 中使用防火墙选项。

谢谢!

firewall windows-server-2003 command-line-interface port
  • 3 个回答
  • 14837 Views
Martin Hope
Jonathan Escobedo
Asked: 2009-07-18 13:39:35 +0800 CST

我在 Windows Server 2003 企业版上找不到防火墙

  • 1

我只想在本地为SQL Server打开1433端口,请我不知道谁配置了这个服务器所以当我尝试netsh防火墙时,提示说“命令不退出”顺便说一句路由和nat被禁用

我在这台服务器上找不到 Windows 防火墙选项,这是最罕见的!

服务器版本:Windows Server 2003 Enterprise Edition (5.2, Build 3790) 无任何 Service Pack

谢谢!

替代文字

sql-server windows-server-2003
  • 4 个回答
  • 21816 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve