UNKNOWN ISSUE

Dear All,
The below SP is running fine for months , now we have a requirement to change ABCDEFdba to ABCDdba. After making the change the stored procedure failes with Message ACCESS DENIED(this error is actually from xp_cmdshell'). We spent quite sometime
to understand why its failing but no luck , so we reverted back the change and stored procedure started running fine.
CREATE PROCEDURE [dbo].[DBA_usp_WriteToEventLog] (@SMS varchar(8000), @EventID Varchar(5))
AS
BEGIN
  DECLARE @cmd varchar(8000);
  select @SMS = @SMS + ' Document Link' + @EventID
  SET @cmd = 'eventcreate  /t error /id
'+@EventID+' /l application /SO ABCDEFdba /d "'+@SMS+'"'
  print @cmd
  EXEC master..xp_cmdshell @cmd;
END
Mohd Sufian www.sqlship.wordpress.com Please mark the post as Answered if it helped.

Hi Mohammad,
When the
xp_cmdshell extended stored procedure is executed by a member of the sysadmin fixed server role, the Windows
process of the command shell runs with the security context of the Windows service account of SQL Server.
please check and ensure the user "ABCDdba" is sysadmin or not.
If not a sysadmin role, please refer to the following articles to create a SQL Server proxy account to run xp_cmdshell:
http://www.mssqltips.com/sqlservertip/2143/creating-a-sql-server-proxy-account-to-run-xpcmdshell/
Xp_cmdshell and permissions:
http://sqlblog.com/blogs/tibor_karaszi/archive/2007/08/23/xp-cmdshell-and-permissions.aspx
If you have any feedback on our support, please click
here. 
Elvis Long
TechNet Community Support

Similar Messages

  • Unknown issue while loading .dbf file by sql loader

    Hi guys,
    I am having a unknown issue while loading .dbf file by sql loader.
    I need to load .dbf data into oracle table.for this I converted .dbf file by just changing its extension as .csv . file structure after changing .dbf to .csv --
    C_N_NUMBER,COMP_CODE,CPT_CODE,C_N_AMT,CM_NUMBER
    1810/4,LKM,30,45,683196
    1810/5,LKM,30,45,683197
    1810/6,LKM,30,45,683198
    1810/7,LKM,30,135,683200
    1810/8,LKM,30,90,683201
    1810/9,LKM,1,45,683246
    1810/9,LKM,2,90,683246
    1810/10,LKF,1,90,683286
    2810/13,LKJ,1,50.5,680313
    2810/14,LKJ,1,50,680316
    1910/1,LKQ,1,90,680344
    3910/2,LKF,1,238.12,680368
    3910/3,LKF,1,45,680382
    3910/4,LKF,1,45,680395
    7910/5,LKS,1,45,680397
    7910/6,LKS,1,90,680400
    7910/7,LKS,1,45,680401
    7910/8,LKS,1,238.12,680414
    7910/9,LKS,1,193.12,680415
    7910/10,LKS,1,45,680490
    then I am loading it by sql loader.but I am getting always error below ...
    Record 1: Rejected - Error on table C_N_DETL_TAB, column CPT_CODE.
    ORA-01438: value larger than specified precision allowed for this column
    Record 2: Rejected - Error on table C_N_DETL_TAB, column CPT_CODE.
    ORA-01438: value larger than specified precision allowed for this column
    table structure-
    create table C_N_DETL_tab
    "C_N_NUMBER" VARCHAR2(13),
    "COMP_CODE" VARCHAR2(3),
    "CPT_CODE" NUMBER(4),
    "C_N_AMT" NUMBER(20,18),
    "CM_NUMBER" NUMBER(7)
    control file-
    options(skip=1)
    load data
    infile '/softdump/pc/C_N_DETL.csv'
    badfile '/softdump/pc/C_N_DETL.bad'
    discardfile '/softdump/pc/C_N_DETL.dsc'
    into table C_N_DETL_tab
    truncate
    FIELDS TERMINATED BY ","
    OPTIONALLY ENCLOSED BY '"'
    TRAILING NULLCOLS
    C_N_NUMBER CHAR,
    COMP_CODE CHAR,
    CPT_CODE INTEGER,
    C_N_AMT INTEGER,
    CM_NUMBER INTEGER
    but guys when I am increasing size of all columns of tabel upto its max value then data is loaded but when I am checking column max length after data loaded then its very less..
    changed table structure-
    create table C_N_DETL_tab
    "C_N_NUMBER" VARCHAR2(130),
    "COMP_CODE" VARCHAR2(30),
    "CPT_CODE" NUMBER(32), ---- max value of number
    "C_N_AMT" NUMBER(32,18), ---- max value of number
    "CM_NUMBER" NUMBER(32) ---- max value of number
    now i ma running ...
    sqlldr express/express control=C_N_DETL.ctl log=C_N_DETL.log
    o/p-
    Table C_N_DETL_TAB, loaded from every logical record.
    Insert option in effect for this table: TRUNCATE
    TRAILING NULLCOLS option in effect
    Column Name Position Len Term Encl Datatype
    ---------- ---- ---- C_N_NUMBER FIRST * , O(") CHARACTER
    COMP_CODE NEXT * , O(") CHARACTER
    CPT_CODE NEXT 4 INTEGER
    C_N_AMT NEXT 4 INTEGER
    CM_NUMBER NEXT 4 INTEGER
    Table C_N_DETL_TAB:
    20 Rows successfully loaded.
    0 Rows not loaded due to data errors.
    0 Rows not loaded because all WHEN clauses were failed.
    0 Rows not loaded because all fields were null.
    select max(length( CPT_CODE))from C_N_DETL_tab ---> 9
    can u tell me why I need to increase size of table columns upto max value?although length of data is soo much less.
    kindly check it..thnx in advance...
    rgds,
    pc

    No database version of course. Unimportant.
    If I recall correctly, it is 'integer external ' and you would best double quoting the alphanumerics (which you didn't ).
    Try changing integer in integer external in the ctl file.
    Sybrand Bakker
    Senior Oracle DBA

  • ORA-12514 & Listener Status Instance status Unknown issue

    Dear All,
    Database Version - 10.2.0.5.0
    Operating System - Windows XP
    I am using Oracle 10g version, which has two services (bit10g and ora10g) installed on it.
    Service ora10g was working before upgradation of Database to 10.2.0.5.0 and it was fine.
    On upgradation I was unable to start and connect using ora10g so I created another that is bit10g.
    Service bit10g was working fine for quite a long time. The last I worked and connected was on thu and it was connecting with no issues.
    Now when I am trying to connect to database today I am unable to connect as I am getting
    ORA12514 - TNS:listener does not currently know of service.
    Secondly I tried to search forums which guided me to check the Listener Status.
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\Admin>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.5.0 - Production on 12-JAN-2013 11:42
    :54
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=toshiba-arif)(PORT=1521)
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 10.2.0.5.0 - Produ
    ction
    Start Date                12-JAN-2013 11:18:12
    Uptime                    0 days 0 hr. 24 min. 43 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\ora10g\product\10.2.0\db_1\network\admin\listener.o
    ra
    Listener Log File         C:\ora10g\product\10.2.0\db_1\network\log\listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=toshiba-arif)(PORT=1521)))
    Services Summary...
    Service "Oracle8" has 1 instance(s).
      Instance "bit10g", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfullyFollowing is my listener.ora file
    # listener.ora Network Configuration File: C:\ora10g\product\10.2.0\db_1\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (GLOBAL_DBNAME = Oracle8)
          (SID_NAME = bit10g)
    LISTENER =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = toshiba-arif)(PORT = 1521))
      )Please note that I am a developer with no DBA exposure.
    So please guide me so that I will be able to resolve my issue.
    Thanks & Regards
    Arif Khadas

    Once again Thanks Paul for your quick response.
    I also have Oracle 9i installed on my machine but the service and Listener for 9i is stopped.
    Following is the tnsnames.ora for 9i
    # TNSNAMES.ORA Network Configuration File: C:\oracle\ora92\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.
    BIT10G =
    (DESCRIPTION =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = toshiba-arif)
    (PORT = 1521)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = bit10g)
    BIT_ORA9I =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = IAS)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ORA9I)
    ORA10G =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = toshiba-arif)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ora10g)
    ORA9I =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = toshiba-arif)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ora9i)
    INST1_HTTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = AH-IBM)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = MODOSE)
    (PRESENTATION = http://HRService)
    CRCPROD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.1.1.185)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = bridges)
    IAS_ORA10G =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = IAS)(PORT = 1522))
    (CONNECT_DATA =
    (SID = ORA10G)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    BIT_ORA10G =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = IAS)(PORT = 1522))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ORA10G)
    )

  • Enforcement State Unknown issue in SCCM 2012 Patch management report.

    Software updates are installed on machine. All updates shown in updates history, but machine not reporting back as Complaint. It showing in Enforcement State Unknown. Please help to resolve the issue.

    Hi,
    Have you tried to "Run Summarization" while right click the software update group?
    If it still shows unknown, please check StateMessage.log on a client that updates show unknown to see whether the state messages have been forwarded successfully.
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Unknown issue with CS5 (x32)

    Hello All,
    All of a sudden I'm getting the following error when I open CS5 (x32) on my Windows 7 (x64) computer:
    The procedure entry point__CFConstantStringClassReference could not be located in the dynamic
    link library CoreFoundation.dll
    If I click on the "OK" button several times, Photoshop seems to come up just fine and everything seems to work as normal. I've searched the Adobe site and these forums for the "CFConstant.." string, but no hits. If I delete my preferences file, and then open CS5 (x32) it opens normally without issue. However, click File>Exit and then re-open the app and the same error pops up. Has anyone dealt with this issue before? It would be a royal pain to have to remove my preferences file every time I want to work in CS5 (x32)!
    I'm running under Windows 7 (x64) with 9GB RAM and plenty of free harddisk space on my C: drive, if that helps.
    Thank you for any insight provided.

    What other plugins do you have?
    OnOne Software has a tendency to install CoreFoundation.dll in the Photoshop main installation area.
    What happens if you temporarily rename that file (e.g., C:\Program Files (x86)\Adobe\Adobe Photoshop CS5\CoreFoundation.dll to CoreFoundation.disabled).
    Does the OnOne plugin still work?  It might.  From what I gather it's a redistributable component that originally comes from Apple for doing multimedia.  It may be only installed by OnOne in order to provide a way to play their instructional videos (this is just a wild guess).
    If it doesn't you can still rename it back to .dll.
    -Noel

  • AST Version Unknown Issue

    I have AST installed on my Snow Leopard Server.  The Gateway Manager reports everything in order except the Apple Service Toolkit Version as " Unknown (Update Available)".  I have Diagnotic OS 8,9,10, and 11 installed.  Any clues?

    Here is the final story on this one. Apparently, I had a partial installation of AST on another server and this was the root of the problem.  Earlier versions of AST were more forgiving but version 1.5.3 not so much.  I had to manually remove the partial installation of AST, install 1.5.3 on my main server and everything was working. 
    I found that the AST utilities and the uninstall Gateway apps didn't work very well on the partial installation server.  Manual removal was the only way.

  • Some Unknown Issue (Maybe RAM?)

    Hello everyone,
    I've been using mac for about 2 years now, but I still consider myself "new" to them. I have been having constant issues in one regard since I've gotten the computer and I'm wondering if you could help me figure out the issue. Every single time I wish to do a clean install or system update (i.e. from 10.6.3 to 10.6.8), I get a message something along the lines of "Cannot copy necessary installation/support files". I've called AppleCare and they told me it's an issue with the install CD. They were very polite and sent me new install discs (yes, plural. They sent me a new disc every time I've called about this issue), and told me that a temporary fix is pulling out 1 stick of RAM before proceeding with the installation. This method works, but regardless of how many CDs they send me, I still need to remove a stick of RAM in order to do these clean installs/system updates. My computer came with 4 GB of RAM and I have not changed out a single piece of hardware (nor have I dropped it or any form of abuse). I tried using the TechTools that came with AppleCare, and it says everything is working fine. It's really inconvenient to have to open the back, pull out a stick of RAM, do the installation, and then put the RAM back in every single time there's a system update or I want to start fresh. I was just wondering if any of you would happen to know a fix to this? I thank you for your help in advance.

    The two reasons I wipe everything regularly is 1) I come from Windows
    Don't treat your Mac like you would a Windows machine...  that can actually lead to more problems than if you just left it alone.  Macs do not need regular maintenance, just regular backups and updates to the system and any apps.  It's also a good idea to verify the hard drive with Disk Utility before installing any system updates.
    2) As I go on without wiping the computer, I get an increasing number of kernel panics
    As has already been pointed out, that could be due to the hardware.  It certainly sounds like you may have some kind of hardware problem.  Pulling a stick of RAM in order to install the system is definitely a sign that something abnormal is going on...  I'd be suspicious of bad RAM because of this cure.  Did the Apple techs perform an extended RAM test?  Those take quite a long time, so if you just stopped in at the Genius Bar and had someone look at it briefly, they didn't do that.  You can perform such a test with Apple Hardware Test, and may also want to consider trying Rember.
    The other frequent cause of kernel panics is bad third-party software.  Coming from Windows, you are likely to have anti-virus software installed, and several of the popular AV tools have been known to cause kernel panics for at least some people.  And they provide very imperfect protection anyway...  see my Mac Malware Guide.  You can also post a kernel panic log here, and knowledgeable people can help you decipher it to find a cause.
    (Note that my pages contain links to other pages that promote my services, and this should not be taken as an endorsement of my services by Apple.)

  • Unknown issues with Flash

    HI,
    I am having a few issues with the Flash player. I have been using Flash 10 for some time, then  afew days ago it just stopped working. I uninstalled the application and then reinstalled it with no success.
    All of the programs that I use that incorporate Flash are telling me that it needs to be installed, yet when I call up my list of programs it is already there.
    I am using Windows XP with Firefox. My antivirus is Norton, and I have ensured that Flash is set to 'allow' for installation. I am afraid I am not very technically minded, so any help you can give me will be very much appreciated.

    forgot to mention: I also have been to www.adobe.com/software/flash/aabout/ and it is telling me that I have version 10,0,32,18 installed. Still, I cannot get it to work.

  • Unknown issue while applying effect using "exposure" plugin

    Hi,
    I am trying to execute a third party plugin called "Exposure4" from my existing automation plugin. I have done something similar before too and had no problem. However, I have encountered some problems while executing this plugin from my automation plugin. I am able to build it and when I run it doesn't give any error message. But when I debug the code it returns - 1 error code. When I execute its equivalent javascript from extendscript it runs fine.
    Then I tried to run the jsx from my plugin. But it is also not working.
    Please guide. Its really urgent.
    I have tried hard but didn't got any clue.

    You are really not providing enough info for anyone to be able to help you. You have to realize that you are asking us to somehow debug your code that you are not providing in the post (a least the very few lines that trigger the plugin) which runs some third party plugin which nobody here probably has.
    In general, here are 3 simple steps you have to follow to get it all working:
    1. Copy the listener plugin to PS plugin folder
    2. Start PS, open your image and run your third-party plugin. Make sure it succeeds
    3. Close PS and open Listener.log on the Desktop. Copy&paste the function that contains the code that triggers your third party plugin into your automation plugin source.
    ivar

  • HP Officejet Pro 8500A Plus printing issues

    I have been having two new issues suddenly (within the past 2 weeks) with my HP Officejet Pro 8500A Plus. I am trying to print from my iMac 27 inch running OS.X 10.8.4 Both the mac and the printer are connected to a wireless network via an Xfinity Wireless Gateway. I have just replaced the ink cartridges in the printer but am unable to print black & white. In fact everything is comming out kinda pink. I have posted on HP's support site and was told to
    Download and install this: http://support.apple.com/kb/DL907
    Restart your Mac.
    Reset the printing system:
    - Go to System Preferences > Print & Scan
    - Right (or control) click in the rectangle listing your printers and select Reset Printing System.
    WARNING - this will delete ALL of your printers!
    - Select the plus sign to re-add a printer. Select the Defualt tab on the top of the window. Look for the printer, select it and then next to the "Use" pulldown, select the printer model (not AirPrint). Wait until the "Add" button becomes available. Click it.
    Having done that initially my problem was solved. But now I'm having the problem again. I went through the above steps again, but still not able to print. Are there any suggestions for a fix. Is anyone else seen this issue? Is there a particular printer manufacturer that works well with Apple. Because at this point I have a large paperweight that is of no use to me!

    The fact that it was solved and then came back points to some (unknown) issue with your Mac's software.
    Try these generic fixes first (and then do the reset printing system and re-add again):
    http://support.apple.com/kb/ts1417
    (one of the three methods - I like Disk Utility best - you can also repair disk permissions while there.)

  • New Look BT Vision box - issues or no issues

    (CL's/Mods/Admin - Please keep this thread separate)
    If you are having any issues or indeed no issues, could you please add to this thread. Thanks.
    If it is an issue with upgrading, then refer to this link - Problems installing the New Look BT Vision software update
    To find the information needed -
    Click the BT Vision button on your remote
    Scroll down (4 times) to Help & Settings, scroll right (once), then down (2 button presses or until the settings page is displayed), scroll to the System Information tab and press Select
    for example, LesC's and mine are currently:
    Middleware Version Number: 4.64.9 rev 1 512 Build: 228900 Dec 6 2012
    Application Version Number: 2.37.27 1211301730
    Bootloader 2.4.0 | Pace_DiT7831_05_2B
    Firepool's:
    Middleware Version Number: 4.64.9 rev 1 512 Build: 228900 Dec 6 2012
    Application Version Number: 2.37.27 1211301730
    BootLoader 2.5.0 | Pace_Dit7431_05_2
    borris12's:
    Middleware Version Number: 4.64.9 rev 1 512 Build: 228900 Dec 6 2012
    Application Version Number: 2.37.27 1211301730
    BootLoader 2.5.0 | Pace_DiT7832_05_2B
    StuartRogerson's:
    Middleware Version Number: 4.64.9 rev 1 512 Build: 228900 Dec 6 2012
    Application Version Number: 2.37.27 1211301730
    BootLoader 2.3.0 | Pace_DiT7831_05
    DonDino's:
    Middleware Version Number: 4.64.9 rev 1 512 Build: 228900 Dec 6 2012
    Application Version Number: 2.37.27 1211301730
    Bootloader 2.5.0 | Pace_DiT7431_05_2
    PottyPerson's:
    Middleware Version Number: 4.64.9 rev 1 256 Build: 228900 Dec 6 2012
    Application Version Number: 2.37.27 1211301730
    Bootloader 2.5.0 | Pace_DiT7431_05_1
    AQ's:
    Middleware Version Number: 4.64.9 rev 1 512 Build: 228900 Dec 6 2012
    Application Version Number: 2.37.27 1211301730
    BootLoader 2.3.0 | Pace_DiT7831_05_2
    PaulC's:
    Middleware Version Number: 4.64.9 rev 1 512 Build: 228900 Dec 6 2012
    Application Version Number: 2.37.27 1211301730
    Bootloader 2.5.0 | Pace_DiT7431_05_2
    Timrowlands:
    Middleware Version Number 4.64.9 rev. 1 256 Build 228901 Dec 6 2012
    Application Version Number:  2.37.27 1211301730
    Bootloader 2.5.0 | Pace_DiT7431_05_1
    RobbieF's:
    Middleware Version Number 4.64.9 rev.1 512 Build228900 Dec 6 2012
    Application Version Number:  2.37.27 1211301730
    Bootloader 2.5.0 | Pace_DiT7431_05_3
    So far:
    Pace_DiT7431_05_1
    PP (no issues)
    Tim (issues see his post below)
    Pace_DiT7431_05_2
    firepool (no issues)
    DonDino (random reboot every 2 weeks(ish))
    PaulC (no issues)
    Pace_DiT7431_05_3
    Robbie (no issues)
    Pace_DiT7831_05
    Stu (no issues)
    Pace_DiT7831_05_2
    AQ (no issues)
    Pace_DiT7831_05_2B
    DS (random reboots and remote issue)
    LesC (box switching off, black screen on Sky Sports channels, unresponsive remote, occasional missed recordings)
    Pace_DiT7832_05_2B
    borris12 (unknown issues)
    -+-No longer a forum member-+-

    Hi everyone, I have been following this forum for a long time now but not posted previously.
    2.5.0 Pace_DiT7431_05_1
    Random reboots about twice a week.
    Freeview randomly switches to menu view with a red banner warning that there is no broadband. This banner is only on for a few seconds. This has only started during the last software update.
    Samsung TV will now not recognise the HDMI output without toggling through the AV inputs. Prior to the last couple of software updates you could get round this by switching the vision box on prior to the TV. On the classic software it didn't matter what was switched on first, I could immediately view vision through HDMI. (I'd be interested if anyone else is experiencing this or whether it is just a shortcoming with my TV)

  • Installing Driver Issue

    Hello;
    First of all, english is not my first langue.
    I have GT70 Dragon Edition and I decided to update my drivers so I went to;
    http://www.msi.com/support/nb/GT70_Dragon_Edition.html#down-driver&Win8%2064
    and downloaded drivers. However, I couldn't install Bigfoot LAN and Killer (Bigfoot) LAN.
    For installing Killer (Bigfoot) Lan I used cleaning tool and after that I tried to install Killer but it gave error that your hardware doesn't suppor Windows.  
    In addition, when I try to install Bigfoot LAN (not killer) everytime it says 'an older version of the software found' and says it upgrade but nothing happen.
    For this problems, I did what he/she says on here;
    https://forum-en.msi.com/index.php?topic=178064.0
    However, I don't have Killer Network Maneger anymore and I don't know I did everything correctly, why I couldn't install Killer (Bigfoot) Lan and Bigfoot LAN. Do I worry?

    Quote from: mklim;111725
    Try if this driver download could help.
    https://drp.su/download.htm
    MSI provides customized drivers to our users and the third-party's program for the driver update might cause some unknown issues. Thus, we don't suggest our user to use the third-party program for the driver update.

  • Issue when trying to deploy Monitoring Server Reports on Deployment Wizard

    Hi all.
    I have to install the Monitoring Server Role on a server that already has the Lync Server 2010 up and running.
    I'm new to Lync Server so my experience with the product is limited, so I need some help with an issue.
    I followed the Deployment Guide and for now I managed to do the following:
    - Installed an SQL Server 2008 Standard with SP1 with SSRS also;
    - Updated the Topology to include a Monitoring Server, and also published the new topology;
    - Installed the new components of the monitoring server.
    I can also refer that the SQL Server Instances and Lync Server Front-End are in the same server h where I'm installing the monitoring server, and there is only one Front End Pool.
    As far as I can tell everything was successfully done, and I couldn't find any errors until now.
    And finally the issue appeared when I wanted to deploy the Monitoring Server Reports to the Reporting Services Server.
    In the deployment Wizard of the Lync Server 2010 the link for that option is disabled, no further information is given.
    I tried to find on the ISO and .exe or .msi files that could deploy the reports, but could not find any.
    I believe it isn't a problem of permissions of the user because i followed the documentation.
    I hope someone can help me find the problem, and if possible a solution for it.
    Best regards.

    Hi,
    From your description above, it is a Lync Server 2010 Enterprise Edition and you deploy Monitoring Server in the same Server with FE Server.
    If it is the case, you may meet unknown issues as you must deploy Monitoring Server on a separate Server. You can only collocate Monitoring Server with Archiving Server.
    Please try to delete the Monitoring Server configuration in Lync Topology and then republish topology, and rerun Step 2. After these, please deploy Monitoring Server with a Separate Server and test if the issue happen again.
    More details:
    https://technet.microsoft.com/en-us/library/gg398102(v=ocs.14).aspx
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • [VENDOR BUG] AND OFFICE 2010 issue Taskbar grouping Outlook 2010 and other applications grouping together.

    i am currently using office 2010 and filesite 8.5 sp2 or sp3 and experiencing the same issue with the icon grouping in the taskbar in all the threads i have read the responses state that the solution was to upgrade to office 2010 well that might have been good
    and well for most cases but it seems the issue is still relevant in regards to office 2010 pro plus. We were using office 2010 standard and it turned out that we had licenses for pro plus so we had to true up as per Microsoft and in doing so this
    revealed an unknown issue we had not previously experienced. 
    To get to the point i'm using office 2010 and filesite in conjunction with one another and experiencing the same issue that has been discussed on multiple different threads and unfortunately attorneys do not like to hear answers that do not solve their problems.
    specially in an environment where we have close to 1000 users this may potentially affect.
    Has anyone experienced this and/or found a solution to it in the specific situation i am explaining. (use of filesite 8.5 Sp2 or Sp3 and office 2010 pro plus mainly outlook 2010 pro plus.)
    Any help or direction is greatly appreciated. 
    -m

    Hi,
    When did this issue started? Was there any changes in your side? Like add-in version update? Or other updates?
    Is it possible to disable all the other add-ins only keep filesite enabled, check if the Office is still“grouping
    in the taskbar”? Then we could enable the add-ins one by one. Though this we could identify if there are add-ins conflicts.
    Does this “grouping in the taskbar” issue only occur when we have filesite installed? If so, it would be better that you post this issue in filesite support channel to
    get more insightful support.
    Thank you for your understanding.

  • Unknown Mask relationships appearing in data

    Dear all
    I have entered some data in MapInfo and then copied the geometries to other rows using Oracle 10.2. Whilst checking the data relationships I came across the following relationship types, amongst others, in my data:
    UNKNOWN MASK: 001001001
    UNKNOWN MASK: 000000111
    UNKNOWN MASK: 000000001
    These must be data errors of some sort but I am not certain what they might be. When I made the table mappable in MapInfo, I set it up so that only regions could be created. This corresponds to SDO_GTYPE 2003 and 2007. All my data is of those types in my table.
    I have checked some of the data in MapInfo, and it states that the regions have no problems. I have even attempted to convert a selected geometry to a region but still no luck. I even tried to see if SDO_UTIL.RECTIFY_GEOMETRY would work resolve the problem but it make no difference.
    If anyone has any ideas I would be grateful.
    Kind regards
    Tim

    Hi Silva
    It looks like I have hit the Oracle Bug 6011024, which you refer to. I am not certain which version of Oracle 10.2 I am using but it is earlier than patch 10.1.2.4. I have left this with my university supervisors.
    I will of course look into the sdo_geom.validate_geometry_with_context() routine, as I had been trying to locate something like that, just to be certain I do not have any other unknown issues.
    Kind regards
    Tim

Maybe you are looking for

  • I phone 5s hearing breaking up

    Me and my partner have both got iphone 5s's and got them at separate times from separate places. The hearing on both keeps breaking up during calls, you can hear fine but it's like gaps between words where no sound comes through. Now this is calling

  • Question about zip file

    how do I unzip a zip file? is it safe to download a zip file from apple website?

  • C# implementation issue with double buffering

    I am using the C# dll library to access the berkeley db, is there any way to pass the buffer, offset, count for the btree cursor move function. I dont want to double buffer to memory every time I conduct a cursor move.

  • Can i put my apps from my old ipod to my new one

    i have just upgraded my ipod touch 2nd gen to the ipod touch 4th gen and i was wondering if i can put my apps on my old ipod to my new one i dont care about the free ones just the ones i payed for 

  • Can i do this (use a counter "i" in instance name)

    hello, i have  5 Dynamic Text object in my scene and i need to do a treatement for them (compare each one to the other) my Text instance names are : to0,to1,to2,to3,to4 and their variable names are : t0,t1,t2,t3,t4 what i need to do is : if (t0>t1) t