IPC 4.0 Standalone with SQL 2005 Express as a database

Hello,
I am trying to setup IPC 4.0 standalone up for a training class on a XP laptop with SQL 2005 Express as the database.  I keep getting login errors connecting the IPC admin.bat tool to the sql database.  And yes, I know this is not 'officially' supported by SAP, but I see no technical reason why it shouldn't work and yes my port is correct.  My entries are as such:
Alias: 00_230
Server: localhost
System: Microsoft SQL Server
Database Name: 00_230
port: 1433
User: ipc
password: hidden
client: 230
Is everything I entered correct?  Am I missing anything that I need?
Thanks!

Hi Jeff.
You will probably have problems with the database subsystem, when you upgrade to UccX7.0.1 if the 3rd party database is af SQL2k5 server.
There is a fix for that problem, check below :
Upgrading UCCX to 7.0(1)Sr4 is failing ODBC connection to SQL 2005.
Symptom:
Upgrading the UCCX server to 7.0(1) Sr4 and OS to 2003.1.4a SR11 is failing the ODBC connection to SQL 2005 external database.  (also a problem in new installations)
The error generated when trying to setup a ODBC connection to SQL 2005 database is
======
[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.
=======
Conditions:
Upgrade to UCCX 7.0(1) Sr3 or 4 and OS upgrade to 2003.1.4a SR11
Workaround:
Work around:
a) In UCCX SQL Server 2000 - Start the Client Network Utility.  (cliconfg.exe is used from MSDE versions of UccX)
b) On the General tab, add TCP/IP in the list under Enabled protocols by order. (make sure its first)
c) Click the Alias tab, and then click Add. Under Network libraries, select TCP/IP.
d) In the Server name text box, type the IP address of the server that is running SQL Server
2005.
Note:
If port other that 1433 is being used Click the check box to clear the Dynamically determine port option, and then type the port number of the instance of SQL Server 2005 in the Port number text box.
Regards
\Søren Lavard

Similar Messages

  • Jdeveloper connecting with SQL Server Express

    Hi i am trying to connect jdeveloper with SQL Server Express. At the moment i am getting a TCP/IP connection to the host error message.
    My connection string is as follows:
    Class.forName("com.micorosoft.sqlserver.jdbc.SQLServerDriver")
    Connection conn = DriverManager.getConnection("jdbc:sqlserver://mustang/sqlexpress; database = matt1; Uid = matt; Pwd = matt1")
    Can someone please help me!

    Enable TCP/IP protocol. Select Microsoft SQL Server 2005>Configuration Tools>SQL Server Configuration Manager. In the SQL Server Configuration Manager select the node SQL Server 2005 Network Configuration>Protocols for SQLEXPRESS. Right-click on the TCP/IP node and select Enable. Restart the SQL Server (SQLEXPRESS) service. In Adminstrative Tools>Services, right-click on the SQL Server (SQLEXPRESS) service and select Restart.
    To configure a JDBC connection with SQL Server 2005 Express, add SQL Server 2005 JDBC driver JAR file <Microsoft SQL Server 2005 JDBC Driver>/sqljdbc_1.0/enu/sqljdbc.jar to classpath. <Microsoft SQL Server 2005 JDBC Driver> is the directory in which SQL Server 2005 JDBC Driver zip file is installed.
    Driver class for SQL Server 2005 database is com.microsoft.sqlserver.jdbc.SQLServerDriver. Connection URL for the default SQL Server 2005 database is jdbc:sqlserver://localhost:<port>.
    In the connection URL, <port> is obtained from the SQL Server configuration Manager. When the SQL Server 2005 SQLEXPRESS is restarted the port number changes.
    To obtain the <port> in the SQL Server Configuration Manager, select the node SQL Server 2005 Network Configuration>Protocols for SQLEXPRESS. Right-click on TCP/IP node and select Properties. Select the IP Addresses tab. In IP ALL, the TCP Dynamic Ports specifies the <port> value. The connection URL format for another database name is shown in following listing.

  • B1i (2005) installation failedSo far:  windows XP, MS-SQL 2005 express: ok

    Dear All,
    I try to install B1i for NW 2005 on a SBO 2005B installation. I have installed all prerequisites like JDK, MSXML, Tomcat (no blanks in path). When running the setup program and after all information gathered, the connection to the MS-SQL 2005 database succeeds and the final installation step starts but returns the message:
    "Initail database failed, make sure Tomcat or mini-http is shut down and please check your database's status and try again"
    Looking into MS-SQL shows a database beeing created named localhost/B1i. Tomcat and mini-http are definately shut down. When starting Tomcat, it is accessible via http://localhost:8080.
    System Parameters:
    windows server 2003
    SBO 2005B
    java: 1.4.2.19
    tomcat 5.5.27 including compat package for 1.4.2.19)
    sql jdbc 1.2.2828.100
    msxml 4.0 SP 2
    I can not find an error in the system. Is there a way to diagnose what is happening and does anyone have an idea where the problem lies?
    Ciao, Mathias
    [Update]
    I have tried JDBC 2.0.1008 and JDBC 2.0.1607 - both lead to a fatal error when trying to connect to the database. I assume this is due to Java JDK 1.4.2 as JDBC requires Java 5.0 (1.5.0)
    Does anybody know if I can use JDK 1.5.0_17 instead of 1.4.2_19?
    [Update 2]
    I have tried to install the B1i on two other servers with identical setup and it worked. However, this will not help me with this machine... On the other side, it shows, that there is nothing wrong with the procedure I am using
    I found by the way: B1i works fine with MSSQL 2005 Express, it works with jdk 1.5.0.17 (and then JDBC 2.0)
    [Update 3]
    So far:
    windows XP, MS-SQL 2005 express: ok
    windows XP, MS-SQL 2005 express, SBO2005A: ok
    windows 2003, MS-SQL 2005 SBO2005A: fail
    windows 2003, MS-SQL 2005 SBO2005B: fail
    windows 2003, MS-SQL 2005 SBO2007A: ok
    windows 2003, MS-SQL 2005 Netweaver 2004S: fail
    Unfortunately the three servers where it fails are the ones I need to use for production
    The precise error state is that the install routine creates the database in SQL 2005 and then reports that it can not create the database. Is there something I should check in SQL 2005?
    Edited by: Mathias Wilhelm on Feb 11, 2009 5:17 PM

    Salut Eddy,
    I tried it with tomcat 5.0.30 - no success. JDK is 1.4.2.19
    I tried it with tomcat 5.5.27 - no success. JDK was 1.4.2.19 and 1.5.17
    I checked the database: The structure is created but the tables are not created. As the user 'sa' has full admin rights it must be with the access path to the database that is wrong. What I do not understand is, why the installation routine is able to connect to the database to create B1i and then unable to create the tables. I checked in the log files of the db and found no error messages. I tested this as well by using a wrong password for sa or a wrong user. In both cases, the installation routine fails already when checing the existence of B1i database
    [Update]
    In the meantime:
    Checked permissions on database
    Checked that administrator is member of local admin group
    Checked JAVA_HOME environment variable
    Found collation SQL_Latin1_General_CP1_CI_AS for working setup and SQL_Latin1_General_CP1_CS_AS in failing setup
    Checked all security settings by comparing to working setup
    Checked event viewer and found no errors
    Checked all log files and found no errors
    Checked that sa can create tables manually in localhost\B1i
    Ciao, Mathias
    Edited by: Mathias Wilhelm on Feb 12, 2009 2:36 PM

  • Connecting BI Web Server with SQL Server Express / Visual Studio Express for Report Development

    Hi,
    My company is using the Report Builder 3.0 to build the BI Reports ( I guess based on SQL Server 2008 R2). Our software vendor has provided us the web URL to access the BI Server. I want to generate the BI Reports with SQL Server Express or  Visual
    Studio Express instead of Report Builder 3.0. Need some guidance in this regard.
    regards, BI.Developer.

    Hi,
    Based on my research, if we want to open the report from report server to Business Intelligence Development Studio, we should download the report from report manager, then add this item in Business Intelligence Development Studio. For more details, please
    see the following steps:
    Type the URL in IE browser to access the repot manager.
    Browse to the RDL file folder or location.
    Hover over the report, and click the drop-down arrow near the RDL file.
    Click on download button, the download window will pop up now. Then save the rdl file.
    Click Manage option in the drop-down list, make a note of its Data Source Connection string.
    Create a Report Server Project in Business Intelligence Development Studio.
    Right-click the Reports folder to open the Add Existing Item dialog box, navigate to the location where you saved the .rdl file for the report, and then click Add.
    Right-click the Data Source to verify the connection string is correct.
    Besides, please make sure that software vendor had assigned ‘View reports’, ’Manage reports’, ‘Manage folder’ and ‘Manage data sources’ tasks for your account, so that you can download the report and view the data source.
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Crystal 8.5 connection with Sql 2005

    Post Author: sgtpep
    CA Forum: Semantic Layer and Data Connectivity
    Hello all,I'm not sure this is the right forum group to post in, but here it goes:I have a  problem when trying to print my crystal 8.5 reports through a sql 2005 native client.Some of them work just fine, but i get this error: "print job failed cannot open sql server" for others.I've been doing a little research, but i can't seem to find a definitive answer on this topic: Can/Does crystal 8.5 work with sql 2005 databases.I did find something about upgrading my drivers, but i'm not sure where to find them and what i should be looking for.Thanks in advance for your help,Eric

    I see - the field notice does mention ICM 7.2(7)ES139.
    Multiple occurrences of this issue have been observed since October 14, 2010
    and on all Unified ICM/CCE releases. This is not a regression defect. The issue
    occurs when a Microsoft SQL Server query operation is performed to compare the
    'lastUpdateKeys' on AW and Central Controller/Logger, during the incremental
    copying of configuration changes to the local AW. In addition, using the ICMDBA
    tool to backup and restore the database with "Truncate Config Message Log"
    option checked can lead to a similar issue that causes the ICM/CCE Router to
    reject configuration updates. No UpdateAW restart is observed in this
    situation.
    I mistakenly thought it was caused by the SQL upgrade from 2000 to 2005.
    By the way, regarding defect CSCtj65060, I NEVER check that "Truncate Config Message Log" option when exporting the config.
    Regards,
    Geoff

  • ESM - SQL 2005 Express

    I am currently installing ESM and was wondering if SQL 2005 Express can be
    used or does it require the full version of SQL 2005?
    Thanks,
    Ron

    Ron,
    While it may work, SQL 2005 Express is not supported. Standard or Enterprise Edition is required. See the Installation Guide for details of requirements before installing:
    http://www.novell.com/documentation/.../bookinfo.html
    Good luck,
    Daniel
    >>>
    From: Ron Friesen<[email protected]>
    To:novell.support.zenworks.endpoint-security-management
    Date: 11/25/2008 4:29 PM
    Subject: ESM - SQL 2005 Express
    I am currently installing ESM and was wondering if SQL 2005 Express can be
    used or does it require the full version of SQL 2005?
    Thanks,
    Ron

  • SQL Server Express 2014 sample database

    Can someone provide a link to a sample database that is known to work with SQL Server Express 2014. AdventureWorks gave an error that a partition feature was not supported in Express when I tried a 2014 download. Thanks in advance

    Hello,
    Partitioning is an enterprise edition feature. Could you try to use SQL Server 2014 Evaluation Edition instead?
    http://www.microsoft.com/en-us/evalcenter/evaluate-sql-server-2014
    (180 days evaluation period)
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • SQL 2005 Express on WE POSReady 7

    Hi all
    We have an issue spwaning with a SQL Express 2005 SP3 on POS machines running WE POSReady7 
    After running smoothly for over 1 year x4 units over the last 2 months have developed an issue where the SQL engine stops running and wont restart - gives a timeout error when trying to start the service.
    I have tried to start sql via cmd line with various traceflags to stop the tempdb being cleared etc..  out but the service will still not start.
    this is the issue in SQL logs:
    2014-03-11 09:51:38.41 spid5s      Starting up database 'mssqlsystemresource'.
    2014-03-11 09:51:38.48 spid5s      The resource database build version is 9.00.4035. This is an informational message only. No user action is required.
    2014-03-11 09:51:39.76 spid8s      Starting up database 'model'.
    2014-03-11 09:51:39.76 spid5s      Server name is 'MORPOS02'. This is an informational message only. No user action is required.
    2014-03-11 09:51:39.78 spid5s      Starting up database 'msdb'.
    2014-03-11 09:51:39.88 spid8s      Clearing tempdb database.
    2014-03-11 09:51:40.53 spid8s      Starting up database 'tempdb'.
    2014-03-11 09:51:40.75 spid8s      Fatal error encountered. To recover tempdb, tempdb log optimization must be turned off (-T1102) in the last server run.
    2014-03-11 09:51:40.79 spid8s      Using 'dbghelp.dll' version '4.0.5'
    2014-03-11 09:51:40.80 spid8s      **Dump thread - spid = 8, PSS = 0x048647D8, EC = 0x048647E0
    2014-03-11 09:51:40.80 spid8s      ***Stack Dump being sent to c:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\SQLDump0001.txt
    Anyhoo that is the main issue, but i am really asking here is when i try untinstall SQL it uninstalls OK but then re-installs itself after a short period! :S ! is there anything with this version of the OS that could be causing this?????
    I removed all components from the Programs & Features > within 5min its back in there, start menu folders back, SQL mgmt console is back etc....I noticed after the uninstall is finished it i see the MSIEXEC process still running.
    Ive tried to end the msiexec.exe process after uninstalling finishes and install SQL Express 2005 SP4 it gets part way through and then errors out.
    rebooting has made no difference, have tried a number of things. I have ruled out a GPO and login script reinstalling SQL
    thoughts?

    Is the database file you are access corrupted ?
    Have you tried any of the latest edition of SQL Express?
    www.annabooks.com / www.seanliming.com / Book Author - Pro Guide to WE8S, Pro Guide to WES 7, Pro Guide to POS for .NET

  • SQL 2005 Express will not start

    Service just would not start after a reboot I have approximately 30 clients this has happened to basically out of the blue and they started happening approximately 6/17/2014. The SQL log and event log errrors are below. Uninstall reinstall only fails, switching
    to local service account throws WMI Provider Error, Can't find object or property" [0x80092004]. The common issue seems to be a malware infection of Search Protect. Please advise before this gets worse. Thank you.
    SQL 2005 wont start error logs
    FallBack certificate initialization failed with error code: 1.  17190
    TDSSNIClient initialization failed with error 0x80092004, status code 0x80.  17182
    TDSSNIClient initialization failed with error 0x80092004, status code 0x1.  17182
    Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately preceding this one in the error log.  17826
    SQL Server could not spawn FRunCM thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.  17120
    The SQL Server (VSDOTNET) service terminated with service-specific error %%-2146885628.  7024
    FallBack certificate initialization failed with error code: 1.  17190
    INFO-Unable to initialize SSL encryption because a valid certificate could not be found, and it is not possible to create a self-signed certificate.  26017
    Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately preceding this one in the error log.  17826
    SQL Server could not spawn FRunCM thread. Check the SQL Server error log and the Windows event logs for information about possible related problems. 17120
    WMI Provider Error
    "Can't find object or property" [0x80092004]
    SQL Start up log
    2014-06-26 09:18:54.83 Server      Microsoft SQL Server 2005 - 9.00.5000.00 (Intel X86)
        Dec 10 2010 10:56:29
        Copyright (c) 1988-2005 Microsoft Corporation
        Express Edition on Windows NT 6.1 (Build 7601: Service Pack 1)
    2014-06-26 09:18:54.83 Server      (c) 2005 Microsoft Corporation.
    2014-06-26 09:18:54.83 Server      All rights reserved.
    2014-06-26 09:18:54.83 Server      Server process ID is 2716.
    2014-06-26 09:18:54.83 Server      Authentication mode is MIXED.
    2014-06-26 09:18:54.83 Server      Logging SQL Server messages in file 'c:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG'.
    2014-06-26 09:18:54.83 Server      This instance of SQL Server last reported using a process ID of 4936 at 6/26/2014 9:13:53 AM (local) 6/26/2014 2:13:53 PM (UTC). This is an informational message only; no user action is required.
    2014-06-26 09:18:54.83 Server      Registry startup parameters:
    2014-06-26 09:18:54.83 Server           -d c:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\master.mdf
    2014-06-26 09:18:54.83 Server           -e c:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG
    2014-06-26 09:18:54.83 Server           -l c:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mastlog.ldf
    2014-06-26 09:18:54.84 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
    2014-06-26 09:18:54.84 Server      Detected 2 CPUs. This is an informational message; no user action is required.
    2014-06-26 09:18:54.94 Server      Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
    2014-06-26 09:18:54.95 Server      Database mirroring has been enabled on this instance of SQL Server.
    2014-06-26 09:18:54.96 spid4s      Starting up database 'master'.
    2014-06-26 09:18:55.11 spid4s      SQL Trace ID 1 was started by login "sa".
    2014-06-26 09:18:55.13 spid4s      Starting up database 'mssqlsystemresource'.
    2014-06-26 09:18:55.15 spid4s      The resource database build version is 9.00.5000. This is an informational message only. No user action is required.
    2014-06-26 09:18:55.32 Server      Error: 17190, Severity: 16, State: 1.
    2014-06-26 09:18:55.32 Server      FallBack certificate initialization failed with error code: 1.
    2014-06-26 09:18:55.32 spid4s      Server name is '2UA1371VFY\VSDOTNET'. This is an informational message only. No user action is required.
    2014-06-26 09:18:55.32 spid8s      Starting up database 'model'.
    2014-06-26 09:18:55.32 Server      Unable to initialize SSL encryption because a valid certificate could not be found, and it is not possible to create a self-signed certificate.
    2014-06-26 09:18:55.32 spid4s      Starting up database 'msdb'.
    2014-06-26 09:18:55.32 Server      Error: 17182, Severity: 16, State: 1.
    2014-06-26 09:18:55.32 Server      TDSSNIClient initialization failed with error 0x80092004, status code 0x80.
    2014-06-26 09:18:55.32 Server      Error: 17182, Severity: 16, State: 1.
    2014-06-26 09:18:55.32 Server      TDSSNIClient initialization failed with error 0x80092004, status code 0x1.
    2014-06-26 09:18:55.32 Server      Error: 17826, Severity: 18, State: 3.
    2014-06-26 09:18:55.32 Server      Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately preceding this one in the error log.
    2014-06-26 09:18:55.33 Server      Error: 17120, Severity: 16, State: 1.
    2014-06-26 09:18:55.33 Server      SQL Server could not spawn FRunCM thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.
    James Ball

    This is what I found by someone else;
    I know it's probably too late to help with the original poster, but we had this same issue and nothing we tried resolved the problem. Finally, we opened a technical incident with Microsoft and this is the solution that we were provided:
    Take backup of below registry key.
    HKLM\SOFTWARE\Microsoft\Cryptography\MachineGuid This key should ideally have the GUID of the machine without curly braces, so {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} becomes xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    Then delete the braces.
    Try to reboot and start the SQL service . If service don’t start then Uninstall and reinstall SQL.
    The above solution worked on two separate machines exhibiting this problem.
    Monday, June 30, 2014 3:03 PM
    jawg
    (Partner)
    10 Point
    James Ball

  • Sql 2005 express installation (Vista Ultimate)

    While installing SQL Server 2005 Express Edition SP2 or SQL Server 2005 Express Edition with Advanced Services SP2
    on Vista Ultimate,  I get the error "The feature(s) selected are not valid for this edition of SQL server".  Then the installation stops and exist. The only feature selected is Database Services, data files and shared tools.
    HELP!  

    Thank you in advance for your response.  I have listed below my system configuration check and the error message text.
    System Configuration Check
    - WMI Service Requirement (Success)
    Messages
    · WMI Service Requirement
    · Check Passed
    - MSXML Requirement (Success)
    Messages
    · MSXML Requirement
    · Check Passed
    - Operating System Minimum Level Requirement (Success)
    Messages
    · Operating System Minimum Level Requirement
    · Check Passed
    - Operating System Service Pack Level Requirement. (Success)
    Messages
    · Operating System Service Pack Level Requirement.
    · Check Passed
    - SQL Server Edition Operating System Compatibility (Success)
    Messages
    · SQL Server Edition Operating System Compatibility
    · Check Passed
    - Minimum Hardware Requirement (Success)
    Messages
    · Minimum Hardware Requirement
    · Check Passed
    - IIS Feature Requirement (Success)
    Messages
    · IIS Feature Requirement
    · Check Passed
    - Pending Reboot Requirement (Success)
    Messages
    · Pending Reboot Requirement
    · Check Passed
    - Performance Monitor Counter Requirement (Success)
    Messages
    · Performance Monitor Counter Requirement
    · Check Passed
    - Default Installation Path Permission Requirement (Success)
    Messages
    · Default Installation Path Permission Requirement
    · Check Passed
    - Internet Explorer Requirement (Success)
    Messages
    · Internet Explorer Requirement
    · Check Passed
    - COM Plus Catalog Requirement (Success)
    Messages
    · COM Plus Catalog Requirement
    · Check Passed
    - ASP.Net Version Registration Requirement (Success)
    Messages
    · ASP.Net Version Registration Requirement
    · Check Passed
    - Minimum MDAC Version Requirement (Success)
    Messages
    · Minimum MDAC Version Requirement
    · Check Passed
    - Edition Change Check (Success)
    Messages
    · Edition Change Check
    · Check Passed
    ====================================================================================================
    After selecting the database feature only, this error message below pop up and the install quits and exit.
    TITLE: Microsoft SQL Server 2005 Setup
    The feature(s) specified are not valid for this edition of SQL Server.
    For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&ProdVer=9.00.3042.00&EvtSrc=setup.rll&EvtID=70031&EvtType=sqlchaining%5csqlchainingactions.cpp%40DeterminePackageTransformsAction%40sqls%3a%3aDeterminePackageTransformsAction%3a%3aperform%400x1118f
    BUTTONS:
    OK

  • Totally frustrated with SQL Server Express Install

    Before updating my PC to Windows 8.1 I had a working VS 2008 environment and SQL Express 2005. Now that I have upgraded the OS, I am unable to get any version of SQL Server Express to work with my version of Visual Studio. I spent a couple of weeks trying
    to get what should have been a very simple process of creating a working connection string. None of the examples on several "connection string" web sites worked. I had difficulty installing the correct version and finally zeroed in on SQL
    Server Express 2008 (SP3).  Then, after several posts to community forums I discovered it should have been installed BEFORE I installed VS 2008 ... so, very reluctantly, I uninstalled EVERY SQL Server related file and EVERY VS 2008 file on my system. 
    Reinstalled SQL Server 2008 (SP3), SQL Server Management Studio 2104 (even though I selected SSMS 2008 from the MS Download site), then installed VS 2008.  I opened and created a test DB using SSMS 2014 and everything seems to work.  BUT, when I
    try to access the table from VS 2008 I pretty much am running into similar issues.... Like an earlier post on a frustrated user, WHY is it so difficult now?

    Hello,
    You can use Visual Studio 2008 with SP1 installed, but SQL Server 2005 is not supported on Windows 8. I will recommend you to uninstall
    SQL Server 2005 via Control Panel or use the following article for that purpose:
    http://support.microsoft.com/kb/909967
    Once SQL Server 2005 is uninstalled you can install other newer versions of SQL Server. SQL Server 2008 requires SP3 to make it compatible with Windows 8, while SQL Server 2008 R2 requires SP1. For more information, please read the following article:
    http://support.microsoft.com/kb/2681562
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Xp_logininfo "Installation problem on windows 2003 with Sql 2005"

    Hi every one
    I am facing a problem during the installation of Solution Manager 4.0 on Windows 2003 server with Ms Sql 2005, I received the following error
    Msg 15404, Level 16, State 19, Procedure xp_logininfo, Line 60.
    Its some how look likes that the user "SID"ADM
    Can any one give me a clue
    thanks
    Kind Regards
    Sohail

    Hi All,
    This would solve your problem
    First of all this error is <b>MSSQL error</b>.
    When you perform an action on an instance of SQL Server that requires SQL Server to resolve the credentials of a Microsoft Windows NT domain user account, you may receive an error message that is similar
    Server: Msg 8198, Level 16, State XX, Procedure <Stored Procedure Name>, Line <line Number>
    Could not obtain information about Windows NT group/user '<Domain\Account Name>'.
    To resolve the credentials of a Windows NT domain user account, SQL Server uses the xp_logininfo system stored procedure. Here is a list of the common scenarios where you may notice that the xp_logininfo system stored procedure fails and causes the 8198 error.
    • When you use an xp_sendmail extended stored procedure.
    • When you set up replication.
    • When you run a SQL Server Agent job.
    SQL Server may run the xp_logininfo system stored procedure to retrieve information about the Windows domains and the user accounts, even if the user does not do so explicitly. Therefore, if you receive an 8198 error message and the error message mentions the xp_logininfo system stored procedure as the procedure, you must use <b>SQL Profiler</b> to trace and to troubleshoot the exact point of failure.
    You can go through this link for more info...
    http://support.microsoft.com/?kbid=834124
    Feel Free to Revert back...
    --Thanks and Regards,
    Ragu
    ERP,
    Suzlon Energy Limted, Pune
    Extn: 2638
    +919370675797
    I have no limits for others sky is only a reason

  • XL Reporter problem with SQL 2005

    Hi,
    We just migrated our SQL Server from 2000 to 2005. Everything seemed OK, until we tried to run XL Reporter addon. Our SQL 2005 is 64bit edition, and I heard the 64bit version has some problem with transferring data to Excel, for example.
    has anybody had the some problem? How can we solve this?
    Thanks.
    Andre

    Hi Andre,
    Check this thread: Re: XLR - Terminal Server
    It should be a problem if your PL is upgrade to new.
    Thanks,
    Gordon

  • HA Installation of ERP 6 With SQL 2005 Server Problem.

    hi ,
    i have two blade server with windows 2003 Enterprise and  cluster configure on them as prescribe by the note of Microsoft.
    now i have installed MS Sql 2005 Server as said by the SAP Documentation on first node and it was sucessfull . after that i installed ABAP (ASCS) SCS on first node and it was installed too . now i am stuck at the process of FIRST MSCS NODE step
    the installation note says :-
    7.4.5Configuring the First MSCS Node
    To configure the first MSCS node so that it functions properly in MSCS, you have to run the cluster configuration option offered by the SAPinst tool. When you run this option it:
    Creates the SAP cluster group
    Copies tools to the SAPCluster directory
    Sets the SAPService to manual
    Makes sure that the SAPOsCol service starts from the SAPCluster directory
    this says cluster configuration option but i can't find it any where and i don't know how the %windows%/sapcluster dir  creates do i have to create it manually if so then how, the sap document says as follows :-
    SapCluster Directory
    In an SAP cluster installation, an additional directory u2013 %WINDIR%\SapCluster u2013 is created under the system directory.
    This contains all the SAP files required by all MSCS cluster nodes, independently of the MSCS node the SAP instance is running on. The files are database tools and program files (executables) used by the operating system monitor (SAPOsCol).
    The directory is added to the path variable of the user <sapsid>adm.
    can any one help me in this .
    thanks in advanced

    thanks for response , at the phase FIRST MSCS NODE it stuck
    the R3CLUS.LOG file is as follows :-
    24.8.2010, 13:14:26, ntclsapclus.cpp, 213, Entry: InstallSAPResourceType
    24.8.2010, 13:14:26, ntclsclinst.cpp, 58, Entry: Sclinstsrct::Create
    24.8.2010, 13:14:26, ntclsclinst.cpp, 79, CreateClusterResourceType RC= 183
         Cannot create a file when that file already exists.
    24.8.2010, 13:14:26, ntclsclinst.cpp, 91, DllRegisterCluAdminExtension RC= 0
    24.8.2010, 13:14:26, ntclsclinst.cpp, 102, DllRegisterServer RC= 0
    24.8.2010, 13:14:26, ntclsclinst.cpp, 116, Exit: Sclinstsrct::Create RC= 0
    24.8.2010, 13:14:26, ntclsapclus.cpp, 215, Exit: InstallSAPResourceType RC= 0
    and SAPINST.LOG file say's in last lines:-
    INFO 2010-08-24 13:15:26.655
    Execute step dGetSAPClusterParameters of component |MSCS_A|windows|ind|ind|ind|0|0|CollectClusterParameters|windows|ind|ind|ind|3|0
    WARNING[E] 2010-08-24 13:15:26.670
    MUT-03028  Number value 0x-3f580000 is bigger than 0xFFFFFFFF.
    ERROR 2010-08-24 13:15:26.824
    FCO-00011  The step dGetSAPClusterParameters with step key |MSCS_A|windows|ind|ind|ind|0|0|CollectClusterParameters|windows|ind|ind|ind|3|0|dGetSAPClusterParameters was executed with status ERROR .
    and SAPINST_DEV.LOG say's in last lines :-
    WARNING[E] 2010-08-24 13:15:26.670
               CJSlibModule::writeError_impl()
    MUT-03028  Number value 0x-3f580000 is bigger than 0xFFFFFFFF.
    TRACE      2010-08-24 13:15:26.793 [iaxxejsbas.hpp:483]
               EJS_Base::dispatchFunctionCall()
    JS Callback has thrown unknown exception. Rethrowing.
    ERROR      2010-08-24 13:15:26.824 [sixxcstepexecute.cpp:950]
    FCO-00011  The step dGetSAPClusterParameters with step key |MSCS_A|windows|ind|ind|ind|0|0|CollectClusterParameters|windows|ind|ind|ind|3|0|dGetSAPClusterParameters was executed with status ERROR .
    TRACE      2010-08-24 13:15:26.840 [iaxxgenimp.cpp:752]
                CGuiEngineImp::showMessageBox
    <html> <head> </head> <body> <p> An error occurred while processing option SAP ERP 6.0 EHP4 Ready - Support Release 1 > SAP Application Server ABAP > MS SQL Server > High-Availability System > First MSCS Node. You can now: </p> <ul> <li> Choose <i>Retry</i> to repeat the current step. </li> <li> Choose <i>View Log</i> to get more information about the error. </li> <li> Stop the option and continue with it later. </li> </ul> <p> Log files are written to C:\Program Files/sapinst_instdir/ERPEhP4/AS-ABAP/MSS/HA/MSCS-A.
    TRACE      2010-08-24 13:15:26.840 [iaxxgenimp.cpp:1255]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    help needed........
    Edited by: Eric Brunelle  to fix HTML tags on Aug 24, 2010 9:15 AM

  • IPCC 4.0(5) with Sql 2005 Enterprise DB

    Hello,
    I currently have IPCC 4.0(5) (no SR) doing with an ODBC connection to a SQL 2000 server.  I am preparing to upgrade the SQL 2000 server to SQL 2005 (only upgrading a SQL server, not touching SQL 2000 running on IPCC).
    According to the document in the link below, support for SQL 2005 as an enterprise db was not posted until IPCC 4.0(5) SR2.  I will be upgrading to IPCC 7.x very soon, but need to buy time and avoid touching IPCC 4.0(5).  Does anyone know if the ODBC connection from IPCC 4.0(5) will connect to a SQL 2005 server?
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_compatibility/matrix/crsmatrxeol.pdf
    Thanks,
    Jeff

    Hi Jeff.
    You will probably have problems with the database subsystem, when you upgrade to UccX7.0.1 if the 3rd party database is af SQL2k5 server.
    There is a fix for that problem, check below :
    Upgrading UCCX to 7.0(1)Sr4 is failing ODBC connection to SQL 2005.
    Symptom:
    Upgrading the UCCX server to 7.0(1) Sr4 and OS to 2003.1.4a SR11 is failing the ODBC connection to SQL 2005 external database.  (also a problem in new installations)
    The error generated when trying to setup a ODBC connection to SQL 2005 database is
    ======
    [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.
    =======
    Conditions:
    Upgrade to UCCX 7.0(1) Sr3 or 4 and OS upgrade to 2003.1.4a SR11
    Workaround:
    Work around:
    a) In UCCX SQL Server 2000 - Start the Client Network Utility.  (cliconfg.exe is used from MSDE versions of UccX)
    b) On the General tab, add TCP/IP in the list under Enabled protocols by order. (make sure its first)
    c) Click the Alias tab, and then click Add. Under Network libraries, select TCP/IP.
    d) In the Server name text box, type the IP address of the server that is running SQL Server
    2005.
    Note:
    If port other that 1433 is being used Click the check box to clear the Dynamically determine port option, and then type the port number of the instance of SQL Server 2005 in the Port number text box.
    Regards
    \Søren Lavard

Maybe you are looking for

  • Free goods from quotation to sale order

    Hi We need to supply free service with item in a quote, that can be used for the parts copy control of the free goods between the quote and a sales order. Can someone through any config for this issue

  • Oracle 11g SGA & PGA setup

    Hi I installed oracle 11g & create database , now i want to use fully optimize database. Currently my DB server RAM is 16GB, how should i allocate SGA for this.If i used oracle 11g automatic memeory management feature to allocate SGA+PGA, how should

  • API to import data

    I have tried importing data through a Response on a ASP page and that seemed to work just fine, but I ran into this issue: Importing XDP produces a different file than if manually filled??? Now I'm looking to see if there is an alternative that may w

  • Deleting Music on Ipod Mini

    I have some songs I'd like to delete off my iPod Mini. How do I go about doing so? I would also like to change some of the names of the songs on there because they are spelt wrong. How do I do this? Would it be easier to wipe out my whole iPod and ju

  • Why do i get this error trying to access Hokuyo URG LiDAR on myRIO?

    Hi,  I am trying to use a Hokuyo URG -04LX-UG01 LiDAR on a myRIO. I read that i should try to communicate with the device in MAX but then i got the error shown in the picture. I've tried this https://decibel.ni.com/content/docs/DOC-35698 but it wont