Cannot Promote Server 2012 R2 Server to DC??

I have a freshly installed Server 2012 R2 Core Edition with all of the latest updates as of today.  I did the following:
- Changed name to DC6
- Joined it to the existing domain.
- Logged in as domain admin.
- Set fixed IP address & set DNS servers to other DNS servers already on the network.
I then installed the AD DC via Server Manager from my computer and that went through fine.  I then logged into the server itself and ran the following command:
Install-ADDSDomainController via powershell and answer the commands as requested for the current domain and safe mode administrator password.  I get the following error:
Verification of prerequisites for Active Directory preparation failed.  The specified user does not have SESecurityPrivilegeEnabled.
I ensured that domain admins (I'm logged in as a domain admin) are in the local admin group and that hasn't helped.  NOTE:  I haven't had any problems adding domain controllers in the past, only with this Server 2012 R2 version.  I'm currently
running Server 2008 R2 DC's at the 2008 forest level.
Anybody have any ideas?

I concur with GSS1 and Mike about the schema and that the account should in the Manage auditing and Security log policy. In addition, you may also want to see what the poster did in the following thread:
Cannot promote server to DC:http://social.technet.microsoft.com/Forums/windowsserver/en-US/d456baf5-3037-4e61-8dc8-a78b005bd4ad/cannot-promote-server-to-dc?forum=winserverDS
Ace Fekay
MVP, MCT, MCITP/EA, MCTS Windows 2008/R2 & Exchange 2007, Exchange 2010 EA, MCSE & MCSA 2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer
Microsoft MVP - Directory Services
Technical Blogs & Videos: http://www.delawarecountycomputerconsulting.com/
This post is provided AS-IS with no warranties or guarantees and confers no rights.

Similar Messages

  • Creation of System Stored Procedure in SQL Server 2012 & SQL Server 2012 R2.

    Hi all,
    I am stuck at a point I am looking for a system stored procedure named 'sp_dboption' in SQL Server 2012  & R2 but could not find.
    Searched for it on the net and found that, this stored procedure 'sp_dboption' is now obsolete. So I tried to copy the content of 'sp_dboption' stored procedure from SQL Server 2008 R2 and create new system stored procedure with this name 'sp_dboption' in
    SQL Server 2012 but was unable to create the system stored procedure.
    Can you guys please tell me how to create system stored procedure in SQL Server 2012 & SQL Server 2012 R2. The reason of why I want to achieve this is because I have used 'sp_dboption' system stored procedure  in my application to create a database.
    As 'sp_dbotion' stored procedure is present in SQL Server 2008 R2 I am able to create the database in SQL server 2008 R2 but not in SQL server 2012.
    Can you please guide me how to create system stored procedure. I am out of luck.
    Please assist me, thanks & looking for help at the earliest. Hope someone will come to the fore and help me.

    Hi Vishwajeet,
    If you tried to create any object in the sys schema, you will get the error below.
    The specified schema name "sys" either does not exist or you do not have permission to use it.
    So I am afraid creating any object in sys schema is not supported by SQL Server. Here is a similar link for your reference.
    How to create table in SYS schema in SQL Server?
    Though sp_dboption is not in SQL Server 2012, does creating a user-defined one with the same content in 2008 make any difference in your business? You just need to specify the fully qualified name dbname.dbo.sp_dboption.
    If you are still interested in creating a system sp_dboption, you can register it with the
    sp_ms_marksystemobject.
    See
    Creating Your Own SQL Server System Stored Procedures.
    Eric Zhang
    TechNet Community Support

  • Difference between SQL SERVER 2008 & SQL SERVER 2012 & SQL SERVER 2014

    Difference between SQL SERVER 2008 & SQL SERVER 2012 & SQL SERVER 2014 ?

    What sort of databases do you have OLTP? Data warehouse? What requirements do you have for High Availability?
    The main features for SQL 2012/2014, as I see it:
    o  Support for window functions, which makes it possible to write fast queries for running totals, sliding windows etc.
    o  Columnstore indexes, which can speed up your data warehouse enormously. But of no interest for OLTP. Only writable in SQL 2014.
    o  AlwaysOn and Availability Groups, a vastly improve story for high availability and disaster recovery.
    o  try_convert/try_cast, you can now easily filter out values from a column which does not convert to a number. A small but essential feature.
    o  In memory-OLTP, a new in-memory engine in SQL 2014. This far with very limited feature set, and quite specialised.
    Of the points above, the second and third require Enterprise Edition, the first and fourth are in all editions. For the last, I don't think Microsoft has announced anything yet.
    There are also new stuff in the BI area, but that's out of my league.
    And, oh, there is a new licensing model - which I think is holding more than one customer back.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Server 2012 Print Server and DNS CNAME - setspn advice

    Hi,
    I am building a new Server 2012 Print server. What I would like to do is utilise a DNS CNAME when I deploy the printer, rather than its host name.
    I have used 'setspn' to accomplish this, running the following command:
    setspn -A HOST/<ALIAS> <hostname>
    Now when I browse the alias I can see the installed printer. The problem I have is when I then deploy this via Group Policy it uses the servers host name instead, but it does work. If I manually edit
    the GPO to reflect the alias name instead it does not deploy the printer. Moreover the indication on the 2012 server has gone so it does not see that it has any printers deployed.
    When I browse the computers host name and try to manually install the printer it will state that it is downloading the drivers but never seems to complete. If I browse it's alias and try the same
    thing I receive an error stating that it couldn't connect to the printer. The client machine in this instance is Windows 7 SP1 x64.
    What am I doing wrong? Any help would be greatly appreciated.
    Howard

    I've been struggling with the same problem, for a Windows 2012 R2 print server.
    I've added SPN entries and registry tweaks (OptionalHostnames, DisableStrictNameChecking, DnsOnWire etc.), but still couldn't connect printers using the alias, even though I could browse shares on the server, using the alias.
    While not explicitly covering 2012 R2, this KB article helped me:
    KB2546625.
    Adding the alias to the local hosts file solved it for me.
    Now, I wanted to be sure that I wasn't applying a bunch of unnecessary tweaks, so I went ahead and removed all registry tweaks (including DnsOnWire mentioned in the KB article), the SPN entry for the alias and rebooted - it still works!
    In my case, maybe on Windows Server 2012 R2 in general, all that was needed was to add the alias in the local hosts file.

  • Windows Server 2012 Member Server Time Sync Issue.

    We are running in a situation where our Windows Server 2012 member Server not syncing the time from Domain Controller
    Time Source is pointing to Local CMOS Clock.
    Trying to Sync forcefully it getting the error as the computer did not resync because no time data available.
    Performed unregistered the time service and registered the service same issue.
    Kindly assist

    Hello,
    This seems not related to SQL Server but more related to IIS.
    Try setting the trust level to full using the following article:
    http://www.iis.net/learn/application-frameworks/scenario-build-an-aspnet-website-on-iis/configuring-step-4-configure-application-security#42
    If the above does not solve the issue, please post your question on the following forum:
    http://forums.iis.net/
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Inline upgrade from server 2012 to server 2012r2

    just wanted to see peoples experience for upgrading server 2012 to server 2012r2 on an inline upgrade?  is this ok to do or a reimage is best?
    thanks

    Hi iworkhere,
    I have a Windows Server 2012 DC and a Windows 2012 member server in my lab environment. I have upgraded them to Windows Server 2012 R2 with no issue. After upgrading, you will
    have a Windows.old folder under C:\ and as there is no disk cleanup tool in Windows Server versions without the Desktop Experience feature, you may have to delete it manually if needed.
    In addition, if no data needs to be kept in Windows Server 2012, you can choose either a clean installation or a upgrading. Personally, I prefer the clean installation.
    Hope this helps.
    Jeremy Wu
    TechNet Community Support

  • New Server 2012 R2 server to take over for 2008 R2 - confused about alias necessity

    Hello,
    Have Server 2008 R2 running in a small environment (35 users).  It was time to get new hardware and it has been setup with Server 2012 R2.  Already promoted to DC and running DNS.  Ready to transfer FSMO roles over to the 2012 R2 server. 
    My concern/confusion comes here:
    Users have network drives mapped to old server (i.e.
    \\dc1\share)
    New servername is for instance "dc2"
    Do I demote dc1, remove it from the environment and create an alias named dc1 pointing to dc2, thus, networked drives and network printer shares continue to work, or is there a better way to do this?
    thanks

    imho just update mapped drives using gpo and that's all
    if you have just one server for all stuff, don't demote old one , keep 2 servers alive (if you can, I don't know, maybe you need give old one away) and you will have redundancy. Then if you got 2 servers do DFS shares (shares will have names not bind
    to servers name so you can add, replace server's with no problems and have redundancy of shared folders too)

  • In-place upgrade from Server 2012 to Server 2012 R2

    I have a Dell PowerEdge 1850.  I installed Server 2012 Standard. This works fine.  I made it a domain controller in an existing domain.  I also added Print Management Role.  This was working fine.
    I then did an in-place upgrade to Server 2012 R2.  Now it is stuck in a rebooting loop.
    It says "Your PC needs to restart. Please hold down the power button.  Error Code: 0x000000C4.  Parameters: 0x0000000000000091, 0x00000000000000F, 0xFFFFF803827DCA00, 0x0000000000000000.
    I cannot get out of this loop.  Others have said they have this problem when installing with virtualization.  However, I am installing on the native hardware.  The CPU does not support hardware virtualization.
    This worked fine with Server 2012.  In fact, I have 4 other Domain Controllers that are identical to this one running Server 2012.  Did Server 2012 R2 add a CPU feature check that is hampering this?  
    Don Demars

    The 1850 is a pretty old box.  What you are running into sounds like the lack of a proper disk driver for the box (I've had that happen multiple times during new releases).  The disk driver needs to be provided by Dell.  I don't believe Dell
    supports the 1850 with 2012 R2, so getting a driver for it might be a bit of a challenge.  You can find which servers Dell supports under the different versions of Windows Server by checking out
    www.windowsservercatalog.com.
    Microsoft only puts supported device drivers submitted by the vendors well ahead of time on the distribution media.  Seeing that you were able to get 2012 running on the 1850s earlier, my guess is that you had separate media for the driver that you
    used during the installation.  There is a place during the installation that allows the loading of device drivers that are not on the installation media.  If you can get Dell to give you a driver for 2012 R2 for the 1850s, maybe you can update the
    driver under 2012 and then update the OS.
    Personally, though, I never upgrade a domain controller in place.  It is so easy to simply create a new one and add it to the domain.  Then, if you do have a driver for 2012 R2, you can load it during the clean installation.
    . : | : . : | : . tim

  • Windows server 2012 standard (server time getting change)

    Hello,
    Microsoft,
    As I mentioned in the title am facing a problem with windows server 2012 standard.
    Issue: server timing is getting change automatically and at the same time other client cannot able to access the data and application, since that server has primary domain controller.
    kindly consider this as high priority and do the needful.
    thank you
    Regard
    sagar
    contact 9686491004

    Hi
    Is your server set to sync time from AD or externally?
    Hope this helps. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Hyper-V 2012 High Availability using Windows Server 2012 File Server Storage

    Hi Guys,
    Need your expertise regarding hyper-v high availability. We setup 2 hyper-v 2012 host in our infra for our domain consolidation project. Unfortunately, we don't have hardware storage that is said to be a requirement that we can use to create a failover cluster
    for hyper-v host to implement HA. Here's the setup:
    Host1
    HP Proliant L380 G7
    Windows Server 2012 Std
    Hyper-V role, Failover Cluster Manager and File and Storage Services installed
    Host2
    Dell PowerEdge 2950
    Windows Server 2012 Std
    Hyper-V role, Failover Cluster Manager and File and Storage Services installed
    Storage
    Dell PowerEdge 6800
    Windows Server 2012 Std
    File and Storage Services installed
    I'm able to configure the new feature about Shared Nothing Live Migration - i'm able to move VM's back and fort between my hosts without storage. But this is planned and proactive approach. My concern is to have my hyper-v host to become highly available in
    the event of system failure. If my host1 dies, the VMs should go/move to host2 and vice versa. In setting this up, i believe i need to enable the failover clustering between my hyper-v hosts which i already did but upon validation, it says "No disks
    were found on which to perform cluster validation tests." Is it possible to cluster it using just a regular windows file server? I've read about SMB 3.0 and i've configured it as well i'm able to save VMs on my file server, but i don't think that my hyper-v
    hosts are already highly available.
    Any feedback and suggestions or recommendation is highly appreciated. Thanks in advance!

    Hi Guys,
    Need your expertise regarding hyper-v high availability. We setup 2 hyper-v 2012 host in our infra for our domain consolidation project. Unfortunately, we don't have hardware storage that is said to be a requirement that we can use to create a failover cluster
    for hyper-v host to implement HA. Here's the setup:
    Host1
    HP Proliant L380 G7
    Windows Server 2012 Std
    Hyper-V role, Failover Cluster Manager and File and Storage Services installed
    Host2
    Dell PowerEdge 2950
    Windows Server 2012 Std
    Hyper-V role, Failover Cluster Manager and File and Storage Services installed
    Storage
    Dell PowerEdge 6800
    Windows Server 2012 Std
    File and Storage Services installed
    I'm able to configure the new feature about Shared Nothing Live Migration - i'm able to move VM's back and fort between my hosts without storage. But this is planned and proactive approach. My concern is to have my hyper-v host to become highly available in
    the event of system failure. If my host1 dies, the VMs should go/move to host2 and vice versa. In setting this up, i believe i need to enable the failover clustering between my hyper-v hosts which i already did but upon validation, it says "No disks were
    found on which to perform cluster validation tests." Is it possible to cluster it using just a regular windows file server? I've read about SMB 3.0 and i've configured it as well i'm able to save VMs on my file server, but i don't think that my hyper-v hosts
    are already highly available.
    Any feedback and suggestions or recommendation is highly appreciated. Thanks in advance!
    Your shared storage is a single point of failure with this scenario so I would not consider the whole setup as a production configuration... Also setup is both slow (all I/O is travelling down the wire to storage server, running VMs from DAS is ages faster)
    and expensive (third server + extra Windows license). I would think twice about what you do and either deploy a built-in VM replication technologies (Hyper-V Replica) and apps built-in clustering features that does not require shared storage (SQL Server and
    Database Mirroring for example, BTW what workload do you run?) or use some third-party software creating fault tolerant shared storage from DAS or investing into physical shared storage hardware (HA one of course). 
    Hi VR38DETT,
    Thanks for responding. The hosts will cater a domain controller (on each host), Web filtering software (Websense), Anti-Virus (McAfee ePO), WSUS and an Auditserver as of the moment. Is the Hyper-V Replica somewhat give "high availability" to VMs or Hyper-V
    hosts? Also, is the cluster required in order to implement it? Haven't tried that but worth a try.

  • Connection Broker (Server 2012) what server to connect to ?

    I have setup 3 Windows Server 2012 servers.
    Server A running:
    Remote Desktop Services Licensing
    Remote Desktop Web Access
    Remote Desktop Connection Broker
    Server B running:
    Remote Desktop Services Session Host
    Server C running:
    Remote Desktop Services Session Host
    In old days you had to connect (with your RDP client) to the server running Session Directory, then you was redirected to one of the Terminal Service servers.
    What about now ?
    Does clients have to connect to the Connection Broker server to be directed to right session host ?
    Should I create a DNS record that points to the Connection Broker and let RDP clients connect to that DNS address ?
    Or should I create a round robin DNS address consisting of server B and server C ?
    I'm a little confused on that matter, so hope anyone can help :-)
    This is my first Remote Desktop Services setup on Server 2012

    Hi,
    In Server 2012/2012 R2 the initial connection goes to the RD Connection Broker.  Yes, if necessary you would create a DNS record that points to the broker.
    Also in 2012 a user would normally connect via RD Web Access, or RemoteApp and Desktop Connections (RADC), or Remote Resources instead of manually opening the Remote Desktop client and connecting that way.  If they connect using the above methods they
    will use a pre-configured .rdp file that has the target collection contained within it.  The broker needs this target collection so that it knows where to send the user.
    If you want users to manually launch a connection (without RDWeb, RADC, etc.) then you can use a non-IE web browser to download the .rdp files from RDWeb and give them to your users.  Another alternative is to set the default collection in the broker's
    registry so that if someone connects to the broker without specifying the target collection it will know to automatically send them to the default collection.
    -TP

  • How to apply hotfix 3000847 to Windows Server 2012 & BizTalk Server 2013 R2

    Hi
    I have a environment get the same issue as:
    http://support.microsoft.com/en-us/kb/3000847. But this hotfix can't be used in my environment.
    The environment information:
    We are using Windows Server 2012 Standard, BizTalk Server 2013 R2 Enterprise Edition. And the Version of Microsoft Enterprise Single Sign-On is 9.0.2096. It's the same as the article.
    Here is the article content:
    Prerequisites
    To apply this hotfix, you must have Enterprise Single Sign-On V5 (9.0.2096) installed.
    Best regards,
    Glen Qu (Fareast\v-zuqu)

    Have you tried installing it? Are you getting any error?
    Ideally you should not face any issue while installing this hotfix.
    Pre-requisites-
    1) User account should be member BizTalk Server Administrators Group and have SydAdmin privileges on SQL Server
    2) Stop all the host instances
    3) Stop SQL Agent
    4)  Stop App Pools if any webservices is posting messages in BizTalk
    Please refer the below article Information about BizTalk hotfixes and Cumulative Update support(Uninstall and rollback if required).
    http://support.microsoft.com/kb/2003907
    Thanks,
    Prashant
    Please mark this post accordingly if it answers your query or is helpful.

  • KB fix for print document name in event logs on Server 2012 and Server 2012R2

    It appears as though the requested corrections to the documentation where never honored
    Note After you apply the hotfix or update, you can show the printed document name in the event by enabling a specific Group Policy.
    The policy name:
    Computer Configuration \ Administrative Templates \ Printers
    Allow job name in event logs 
    The Windows 8 / Server 2012 fix is:
    Event ID 307 does not show the printed document name in Windows
    http://support.microsoft.com/kb/2938013/en-us
    2012R2 is in the April Roll up.
    Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2 Update: April 2014
    http://support.microsoft.com/kb/2919355/en-us
    Alan Morris Windows Printing Team

    In my simple test, I see that the Group-Policy does exist on 2012R2 but not for 2012.
    I isolated the registry changes so I can update a 2012 only system... that text is below.
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Policies\Microsoft\Windows NT\Printers]
    "ShowJobTitleInEventLogs"=dword:00000001
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Printers]
    "ShowJobTitleInEventLogs"=dword:00000001
    I hope this helps others out since it took sometime to narrow this down. Thank you.

  • EHP2 - EHP7 Upgrade Path using SQL Server 2012/Win Server 2012 R2

    Hi Guys.
    I have question regarging Upgrade Roadmap for a ERP 6 EHP2 system based on NW 7.01 which I would like to Upgrade to ERP6 EHP7 SP7
    Source System is
    Windows 2012
    SQL Server 2008 R2
    EHP2 for ERP 6.0 SPS Level 14
    Target System
    Windows 2012
    SQL Server 2012
    EHP7 for ERP 6.0 SP 7 based on NW 7.4 SP 9
    During Upgrade checks it says I must Upgrade Database first before continue since DB Release is too low for NW 7.4 SP9 as stated in Note
    1951491 - Minimal DB system platform requirements for SAP NetWeaver 7.4 SP08
    So, at this point I agree i have to update SQL Server to 2012 before next step
    Now, my concern is that my Source System does not have the minimum NW SP level (14) to run under SQL Server 2012 which is 26.
    Im currently running SAP Kernel 721 EXT Level 401 which is above mininum
    According to Note 1651862 - Release planning for Microsoft SQL Server 2012 that would not be possible
    Existing systems of SAP products that are out of SAP maintenance can be upgraded to SQL Server 2012 in order to prepare a SAP upgrade, if they match the SAP NetWeaver Support Package requirements defined below.
    SAP products prior to SAP NetWeaver 7.0 are not supported at all on SQL Server 2012.
    Required minimum SAP Netweaver Support Package Stacks (SPSs) for SQL Server 2012 (SAP ABAP, SAP ABAP+JAVA stacks)
    SAP NETWEAVER 7.0 - SPS 26 (SAP BASIS 26, SAP BW 28)
    SAP EHP1 FOR SAP NETWEAVER 7.0 - SPS 11 (SAP BASIS 11, SAP BW 11)
    SAP EHP2 FOR SAP NETWEAVER 7.0 - SPS 11 (SAP BASIS 11, SAP BW 11)
    SAP EHP3 FOR SAP NETWEAVER 7.0 - SPS 03 (SAP BASIS 03, SAP BW 03)
    SAP NETWEAVER 7.1 - SPS 14 (SAP BASIS SP14)
    SAP EHP1 FOR SAP NETWEAVER 7.1 EhP1 - SPS 10(SAP BASIS SP10, SAP BW SP10)
    SAP NetWeaver 7.2 - no restriction
    SAP NETWEAVER 7.3 - SPS 07 (SAP BASIS 07, SAP BW 07)
    SAP EHP1 FOR SAP NETWEAVER 7.3 - SPS 03 (SAP BASIS 03, SAP BW 03)
    If your system is running on a SPS lower than the one required above, you have to apply the minimum required SPS before upgrading/migrating to SQL Server 2012.
    If you install a NetWeaver product on SQL Server 2012, the required SPS for your product must be applied immediately after the installation - see SAP note 1676665, section I for more information.
    But performing the Upgrade would be technically possible? I mean not for productive use but technicaly during that time the Database is Upgrade and during SUM Execution.
    According to the note it states if you install a Netweaver Product in SQL Server 2012, SPS must be applied immediately, so is kinda ambigous what SAP is saying.
    Best
    Martin

    Hi Martin,
    For a test scenario, there's no harm in trying it (other than spending a lot of time on it, but hopefully that will prove not to be a waste). Generally, I expect you'll be fine upgrading your DBMS even though you aren't on the required minimum SP yet. The main thing you'll be missing out on is the updates to DBACOCKPIT, but once you do your EhP upgrade (with sps update included), you'll be putting that in place.
    So, you could try this on your sandbox system and see if there are any problems. I assume the intent is to start the EhP upgrade as soon as the DBMS upgrade is done, right? In other words, you won't be actually using the system without the required SP except to run the EhP upgrade?
    Alternatively, you could do a minimal support pack update, perhaps just a Basis SP only, to the minimum SP needed for your current release, then do the DBMS upgrade, then proceed with the EhP upgrade. This would be the safest procedure, but, as I said, I expect you can probably get away without going to this level without much problem. Again, the idea would be minimizing the time between the start and end of the total project on each system (DEV, QAS, PRD, etc).
    Regards,
    Matt

  • Are there any differences between Server 2012 and Server 2012 R2 that might impact TFS or SQL server required for TFS?

    Hi,
    In the interest of just getting started and learning the basics of setting up TFS, I previously setup an IDE using a large workstation running Windows 8.  I set up the required servers for TFS using VM's through Hyper-V.  I am now transferring
    everything to a new and separate physical server.
    My question stems from a problem I had when I originally setup the TFS system the 1st time.  I couldn't get SQL server to work using the Server 2012 R2 download from the subscription center.  When I used Server 2012, it worked, so I proceeded that
    way just to get going.
    So now I'm setting things up anew on a new physical box, I want to ask up front, is there some difference in the R2 version that causes problems with either TFS or SQL server, or was there likely some oversight on my part when I did things the 1st time?
    As an addendum to my question, I always assumed R2 merely means the Server software has progressed to a refined state and is ready for wide distribution and easy setup.  I assumed that there are no differences between the Standard version and the R2
    version.  Is that understanding correct?
    Thanks.

    Hi Daniel,
    Thanks for your response.  That's a great link.  I don't recall seeing a page that is so clear and easy to read back when I was doing this the 1st time, but I probably just missed it.  That helps.
    I am/was using TFS2013 and VS2013.  As I recall, my problem was getting SQL Server to work, but I thought asking this question on this forum was wiser because I figured everyone using TFS would be well familiar with these issues.
    At any rate, it seems as though TFS2013 is fine with Server 2012 standard or R2.
    I was using SQL Server 2012, and it also seems as though it works on R2:
    https://msdn.microsoft.com/en-us/library/ms143506(v=sql.110).aspx
    Anyway, thanks for your support.  I'll be trying this again and we'll see.

Maybe you are looking for

  • How many authorized computers can you authorize on an itunes account?

    How many authorized computers can you authorize on an itunes account? and where is the option to deauthorize all computers on the itunes account screen in the new itunes 9? i cant find it? its to deauthorize all the comps on your account at once. tha

  • X200 Fan Issues with Windows 7

    Hi all, I've just done a fresh install of Windows 7 Ultimate 64-bit onto my X200, and everything works great except for 1 thing - the fan constantly runs and doesn't stop at all as long as the laptop is on. I've seen a few other posts of other X200 o

  • Cannot download firefox english version, always comes in another language

    got a new samsung laptop for Christmas. tried to download Mozilla Firefox in english.it shows that I selected English US or Brit(tried both) but when it is finished the download Firefox is in Russian or Greek or something. Other languages download Ok

  • Problems Post installation - Oracle 8i and Forms 6i

    Hello, This is with respect to the two issues I am encountering in Oracle. Kindly somebody help with these issues as it is urgent. PLEASE GO THROUGH EACH AND EVERY POINT BEFORE ARRIVING AT A CONCLUSION 1. With the Post Oracle database installation 2.

  • Assessment of New GL

    Hi, I am trying to run assessment cycle for new GL with transaction  code FAGLGA15. In assessment cycle master I have maintained sender rule as posted amount and receiver rule as fixed percentage. Formal cycle check is successful. I have check all th