Will Lion server update from SL server maintain wiki contents?

I would like to know if the upgrade to lion server from SL server will erase or make unusable the contents of my Wikis, blogs and websites.  What would  I have to do to preserve them as functioning services if I upgrade to Lion Server?

Thanks, I don't have a good handle on this. Here is the tail of named.log while problem was happening and even during the start. Perhaps, it is running, but server admin doesn't think so and lots of other services are hung or turn themselves off (web, wiki, profile manager ...)
03-Aug-2011 21:54:43.991 createfetch: local SOA
03-Aug-2011 21:56:36.762 createfetch: local SOA
03-Aug-2011 21:56:36.794 decrement_reference: delete from rbt: 0x10d8727e0 clients.l.google.com
03-Aug-2011 21:57:09.537 createfetch: safebrowsing.clients.google.com A
03-Aug-2011 21:57:09.574 createfetch: clients.l.google.com A
03-Aug-2011 21:57:09.601 decrement_reference: delete from rbt: 0x10d872780 clients1.google.com
03-Aug-2011 21:57:11.769 createfetch: safebrowsing.cache.l.google.com A
03-Aug-2011 21:57:55.591 createfetch: ytstatic.l.google.com A
03-Aug-2011 21:57:55.631 decrement_reference: delete from rbt: 0x10d639738 ssl.gstatic.com
There isn't much here to look at.
changeip -checkhostname does work when this occurs.
Also, open directory stays running.
Thanks again!

Similar Messages

  • How do you configure a client to update from the server

    I found the information on how to point clients to a software update server but the problem I have is the URL.
    The example is http://su.example.com:8088/index.sucatalog
    I don't have a URL as far as I know and if I did, is the default port 8088 or where can I change or check that?
    And where is a list of the catalog file for the specific versions of OS X?
    Basically I have 8 Macs all running Yosemite except for one running 10.8.5. Instead of all the machines hitting the internet for updates, I'd like just my server to down the updates and then all clients update from the server.
    If there is better instructions on how to do this, please point the way.
    TIA
    Chris

    John Lockwood wrote:
    This does mean you need to buy a DNS load balancer to do this. The Mac itself cannot.
    FWIW, OS X Server is capable of performing round-robin access with the inbound traffic using multiple IP addresses for a single host name.  The addresses are each of the software update servers in your server pool.
    This'll toss errors for some translations when one of the servers is down — you can tweak the definition if one of the servers is going to be offline for a while — but some of the updates will get through.
    Set the DNS TTL fairly short — probably somewhere between a few minutes and an hour — to allow the DNS translations to be changed fairly quickly, if your software update servers are prone to outages.

  • My workstation won't see Software Updates from my server

    Hi guys,
    I'm toying around with Software Update Services. I've setup the Software Update service on my Xserve, and I've downloaded the update packages & made them available for clients to download.
    The trouble is, when I run Software Update on my workstation, it still seems to connect to Apple for updates; instead of the workgroup server. How do I troubleshoot this? If I look on the Xserve, there is nothing in the Server Admin logs for Software Update that relate to my workstation failing to connect. In Workgroup Manager, I have the Preferences set for my workstation where "Software Update server to use" is set to "http://bugs:8088". With Safari on my workstation, I can open http://bugs:8088 and see the directories where the packages are stored... yet Software Update ignores them!
    The Xserve is running OS X Server 10.4.2 and my workstation runs OS X 10.4.5. Any suggestions? Thanks!
      Mac OS X (10.4.5)  

    I to am having the problem with my test client not getting updates from the server. I am the lone IT man in this company so I've had to work slowly to get my Mac server online. I am following the System Imaging and Software Update Administration guide. It said to enable the service, enable and mirror the updates I wanted. For an unmanaged client (like this one) do:
    defaults write com.apple.SoftwareUpdate CatalogURL http://ifire.local:8088/. Each time software update runs I get no new software available. I used terminal with softwareupdate -l and followed the process. I get 'Unable to use product xxx' on everything and the line that followes is 'Failed to load distribution file xxx.' I know there is one update for me, Quicktime.
    !!HELP!!
    G5   Mac OS X (10.4.7)  

  • How could I create a "Linked Server" link from SQL Server 2008R2 64-Bit to Oracle Database 11.2 64-Bit?

    How could I create a "Linked Server" link from SQL Server 2008R2 64-Bit to Oracle Database 11.2 64-Bit?
    Let's say the SQL Server and Oracle Database are in the same Company Internet Network.
    I have the code, but I do not know how to use it. Such as what is System DSN Name? Where could I get it. What does it look like?
    Do I need to install any Oracle Client Software in order to link from SQL Server to Oracle? Or SQL Server has the built-in drivers installed already that I can directly create a Linked Server from SQL Server to Oracle?
    I need to know details. Thanks.
    USE master
    go
    EXEC sp_addlinkedserver
         @server  = '{Linked Server Name}'
        ,@srvproduct = '{System DSN Name}'
        ,@provider  = 'MSDASQL'
        ,@datasrc  = '{System DSN Name}'
    EXEC sp_addlinkedsrvlogin
         @rmtsrvname = '{Linked Server Name}'
        ,@useself  = 'False'
        ,@locallogin = NULL
        ,@rmtuser  = '{Oracle User Name}'
        ,@rmtpassword = '{Oracle User Password}'

    You need an OLE DB provider for Oracle. There is one that ships with Windows, but it only supports very old versions of Oracle. Oracle has an OLE DB provider that you can use. I don't know if it's part of Oracle Client or how it is bundled.
    You should not use MSDASQL or any DSN.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Steps to migrate Project Server 2007 from SQL Server 2005 to SQL Server 2008?

    We need to migrate Project server 2007 from SQL Server 2005 to SQL Server 2008.
    1. Is it as simple as doing backup and restore of databases and pointing Project Server to the new DB server? Or there are some specific steps that should be followed?
    2. Article at
    http://technet.microsoft.com/en-us/library/dd207290(office.12).aspx is about moving databases from one DB server to another (same versions). At one place, it mentions to
    backup all databases but at another place it mentions that
    You should only back up the Draft and Published databases from the source database server.
    What should be done when moving from 2005 to 2008?
    Regards,
    Amit
    Gupta

    High Level step you can get this form  Tech net or MSDN too
    Shut down the SharePoint servers (App / Web)
    backup all of the SharePoint and Project
    Server databases from the SQL 2005 server
    copy these over to the new SQL 2008 server and restore all of
    the databases with the same names
    script out all of the logins used by SharePoint/PS from the SQL 2005 server and create these on the SQL 2008 server
    script out the Delete expired sessions SQL job from the SQL 2005 server and create this on the SQL 2008 server - or create them manually on the SQL 2008 server
    repoint the SQL server DNS Alias from the SQL 2005 server to the SQL 2008 server, if SharePoint and Project Server was installed using the actual SQL server name and no alias, you can create a DNS alias for the old SQL 2005 server name that points to the SQL
    2008 server. This is so that the SharePoint servers can still connect to the same SQL server name
    Start up the SharePoint servers
    kirtesh

  • How to get the SQL Primary and Mirrored Database Server Name from Witness Server

    Hello,
                    Can Someone help me with the way to get SQL Primary and Mirrored server name from Witness server?
    Any Powershell script/SQL Query..etc or share the alternative?
    Regards,
    Julie

    select principal_server_name,mirror_server_name,* from sys.database_mirroring_witnesses
    -Prashanth

  • Clients cannot update from WSUS server - error 8024400E

    Alright, so I'm troubleshooting our WSUS server and seem to be stuck. I am running WSUS 3.2.7600.226 on Server 2003.  The client I have been using for testing is Windows 7 x64, but we have this issue on all clients (XP, 7 x86, and 7 x64).  I started
    with an error of 800B0001 and after googling installed KB2720211 to fix it. Now I am getting error 8024400E on clients when I attempt to update. I followed a technet walkthrough and verified that my WSUS settings are all correct (at least regarding iis,
    registry, gpo settings, and file system permissions). I am able to download CAB files from the WSUS server by going to the proper address in a browser. Here is a snippet from my WindowsUpdate log on my client:
    2013-12-20 10:27:29:784 972 23ac AU #############
    2013-12-20 10:27:29:784 972 23ac AU ## START ## AU: Search for updates
    2013-12-20 10:27:29:784 972 23ac AU #########
    2013-12-20 10:27:29:785 972 23ac AU <<## SUBMITTED ## AU: Search for updates [CallId = {749E5CD5-F4DE-48FC-A691-3610EF622CE3}]
    2013-12-20 10:27:29:785 972 2bcc Agent *************
    2013-12-20 10:27:29:785 972 2bcc Agent ** START ** Agent: Finding updates [CallerId = AutomaticUpdates]
    2013-12-20 10:27:29:785 972 2bcc Agent *********
    2013-12-20 10:27:29:785 972 2bcc Agent * Online = Yes; Ignore download priority = No
    2013-12-20 10:27:29:785 972 2bcc Agent * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation' or IsInstalled=1 and DeploymentAction='Installation' and RebootRequired=1 or IsInstalled=0 and DeploymentAction='Uninstallation'
    and RebootRequired=1"
    2013-12-20 10:27:29:785 972 2bcc Agent * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2013-12-20 10:27:29:785 972 2bcc Agent * Search Scope = {Machine}
    2013-12-20 10:27:29:785 972 2bcc Setup Checking for agent SelfUpdate
    2013-12-20 10:27:29:785 972 2bcc Setup Client version: Core: 7.6.7600.256 Aux: 7.6.7600.256
    2013-12-20 10:27:29:785 972 2bcc Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2013-12-20 10:27:29:789 972 2bcc Misc Microsoft signed: Yes
    2013-12-20 10:27:29:794 972 2bcc Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2013-12-20 10:27:29:797 972 2bcc Misc Microsoft signed: Yes
    2013-12-20 10:27:29:799 972 2bcc Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2013-12-20 10:27:29:803 972 2bcc Misc Microsoft signed: Yes
    2013-12-20 10:27:29:808 972 2bcc Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2013-12-20 10:27:29:812 972 2bcc Misc Microsoft signed: Yes
    2013-12-20 10:27:29:821 972 2bcc Setup Determining whether a new setup handler needs to be downloaded
    2013-12-20 10:27:29:821 972 2bcc Setup SelfUpdate handler is not found. It will be downloaded
    2013-12-20 10:27:29:821 972 2bcc Setup Evaluating applicability of setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.256"
    2013-12-20 10:27:29:823 972 2bcc Setup Setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.256" is already installed.
    2013-12-20 10:27:29:823 972 2bcc Setup Evaluating applicability of setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256"
    2013-12-20 10:27:29:835 972 2bcc Setup Setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256" is already installed.
    2013-12-20 10:27:29:835 972 2bcc Setup Evaluating applicability of setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256"
    2013-12-20 10:27:29:852 972 2bcc Setup Setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256" is already installed.
    2013-12-20 10:27:29:852 972 2bcc Setup SelfUpdate check completed. SelfUpdate is NOT required.
    2013-12-20 10:27:29:884 972 2bcc PT +++++++++++ PT: Synchronizing server updates +++++++++++
    2013-12-20 10:27:29:884 972 2bcc PT + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://wsusservername/ClientWebService/client.asmx
    2013-12-20 10:27:29:896 972 2bcc PT WARNING: Cached cookie has expired or new PID is available
    2013-12-20 10:27:29:896 972 2bcc PT Initializing simple targeting cookie, clientId = 488f3922-1a4e-4921-b015-25957eeb6500, target group = http://wsusservername, DNS name = mycomputer.domain.local
    2013-12-20 10:27:29:896 972 2bcc PT Server URL = http://wsusservername/SimpleAuthWebService/SimpleAuth.asmx
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: GetAuthorizationCookie failure, error = 0x8024400E, soap client error = 7, soap error code = 400, HTTP status code = 200
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: SOAP Fault: 0x000190
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: faultstring:Fault occurred
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: ErrorCode:InternalServerError(5)
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: Message:(null)
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: Method:"http://www.microsoft.com/SoftwareDistribution/Server/SimpleAuthWebService/GetAuthorizationCookie";
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: ID:9d989bf6-04e3-44a9-8ffd-f20bb997b3f0
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: Failed to initialize Simple Targeting Cookie: 0x8024400e
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: PopulateAuthCookies failed: 0x8024400e
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: RefreshCookie failed: 0x8024400e
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: RefreshPTState failed: 0x8024400e
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: Sync of Updates: 0x8024400e
    2013-12-20 10:27:29:902 972 2bcc PT WARNING: SyncServerUpdatesInternal failed: 0x8024400e
    2013-12-20 10:27:29:902 972 2bcc Agent * WARNING: Failed to synchronize, error = 0x8024400E
    2013-12-20 10:27:29:902 972 2bcc Agent * WARNING: Exit code = 0x8024400E
    2013-12-20 10:27:29:902 972 2bcc Agent *********
    2013-12-20 10:27:29:902 972 2bcc Agent ** END ** Agent: Finding updates [CallerId = AutomaticUpdates]
    2013-12-20 10:27:29:902 972 2bcc Agent *************
    2013-12-20 10:27:29:902 972 2bcc Agent WARNING: WU client failed Searching for update with error 0x8024400e
    2013-12-20 10:27:29:902 972 1bc8 AU >>## RESUMED ## AU: Search for updates [CallId = {749E5CD5-F4DE-48FC-A691-3610EF622CE3}]
    2013-12-20 10:27:29:902 972 1bc8 AU # WARNING: Search callback failed, result = 0x8024400E
    2013-12-20 10:27:29:902 972 1bc8 AU # WARNING: Failed to find updates with error code 8024400E
    2013-12-20 10:27:29:902 972 1bc8 AU #########
    2013-12-20 10:27:29:902 972 1bc8 AU ## END ## AU: Search for updates [CallId = {749E5CD5-F4DE-48FC-A691-3610EF622CE3}]
    2013-12-20 10:27:29:902 972 1bc8 AU #############
    2013-12-20 10:27:29:903 972 1bc8 AU Successfully wrote event for AU health state:0
    2013-12-20 10:27:29:903 972 1bc8 AU AU setting next detection timeout to 2013-12-20 21:27:29
    2013-12-20 10:27:29:903 972 1bc8 AU Setting AU scheduled install time to 2013-12-21 10:00:00
    2013-12-20 10:27:29:903 972 1bc8 AU Successfully wrote event for AU health state:0
    2013-12-20 10:27:29:904 972 1bc8 AU Successfully wrote event for AU health state:0
    2013-12-20 10:27:34:498 972 2bcc Report REPORT EVENT: {2519DC64-E7F9-499B-A2F8-B58DA4A0C08A} 2013-12-20 10:27:29:902-0600 1 148 101 {00000000-0000-0000-0000-000000000000} 0 8024400e AutomaticUpdates Failure Software Synchronization Windows Update Client failed
    to detect with error 0x8024400e.
    2013-12-20 10:27:34:502 972 2bcc Report CWERReporter::HandleEvents - WER report upload completed with status 0x8
    2013-12-20 10:27:34:502 972 2bcc Report WER Report sent: 7.6.7600.256 0x8024400e 00000000-0000-0000-0000-000000000000 Scan 101 Managed
    2013-12-20 10:27:34:502 972 2bcc Report CWERReporter finishing event handling. (00000000)
    I focused in on "GetAuthorizationCookie failure, error = 0x8024400E, soap client error = 7, soap error code = 400, HTTP status code = 200" and did some googling which all points at Microsoft Office 2003 SP1 update as being the culprit, and I followed
    the instructions on a technet site to disable the update and am still getting the same error. I'm stumped at this point, and I thought I would post here in the hope that someone can help me before I end up just wiping it out and reinstalling (which I'm worried
    won't even solve it).

    I focused in on "GetAuthorizationCookie failure, error = 0x8024400E, soap client error = 7, soap error code = 400, HTTP status code = 200" and did some googling which all points at Microsoft Office 2003 SP1 update as being the culprit, and I followed
    the instructions on a technet site to disable the update and am still getting the same error.
    While you're definitely on the right track, the Office2003SP1 update really has not been an issue since WSUS Service Pack 2 was released in October 2009 (and really, the Office2003SP1 update that was the cause of this was replaced long before that even,
    so you probably don't even have the defective update on your server).
    However, the error is generally associated with the presence of defective update(s) on the WSUS server, so the first thing to do is address any potential issues caused by a failed install of KB2720211.
    If the error still persists after verifying that all other aspects of the server are fully operational, review the list of not-Declined updates on your WSUS server and make sure that:
    All Expired updates are Declined (and then run the Server Cleanup Wizard and let it delete the expired updates).
    All approvals for older revisions have been removed (and then run the Server Cleanup Wizard and let it delete the older revisions).
    All approvals for superseded updates have been removed. (And then, when they report as 100% Not Applicable, decline them, and then run the Server Cleanup Wizard so that it can delete the files associated with those updates).
    Once all of the potentially problematic updates have been removed from the view of the Windows Update Agent, and if this error then persists, we can evaluate it from a more focused perspective.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Updating from OSX Server 10.4.11 to OSX Server 10.5.x

    (This has also been posted in the 10.5 section as well.)
    Question - We have a server running OSX 10.4 that we would like to
    update. Currently it's running in a local user mode, all of the users
    and user passwords and profiles are local to the server, and we have
    no open directory or domain services running.
    It is also running a separate Kerio mail server and Rumpus FTP server on
    this server.
    We perform a system clone using Carbon Copy Cloner, and then proceed
    with the update to 10.5.x.
    The only update that completes successfully is for an Advanced Server,
    but there are no users and all of the
    accounts are missing including the admin account which needs to be
    rebuilt. If we choose Standard or Workgroup, the upgrade hangs during
    the "configuring the server" step.
    What can we do to get at least a Workgroup upgrade to complete, and/or
    what can we do to
    preserve the user accounts, profiles and passwords going forward?
    As part of this process we would like to convert the existing user
    base from a local user to a open directory user data base to better
    manage the users. Do we need to do this first before we upgrade?

    Readers in the Server 10.5 forums are more likely to have conquered the issues you are wrestling with.
    You can't easily export and re-import your users' passwords. So you should "talk up" the idea that everyone will be getting a default password or something simple and unique like their home Zipcode as their password after the conversion.
    The Upgrade and Migration Guide for 10.5 should have some ideas for exporting user records. There MAY be a way to export the User records to a file, then re-import that file as Open Directory Users. Otherwise, you may be better off retyping them, if there are fewer than hundreds.
    Users' files should be directly re-useable as their Home Directories, BUT Make sure you have two or more backups. There is no quicker way to be a bum than to lose users files completely.

  • CLIENT UNABLE TO UPDATE from WSUS SERVER

    Dear all
    we have a WSUS server installed on windows server 2012, the clients is no longer able to download updates, getting error WindowsUpdate_80072EE2" "WindowsUpdate_dt000"
    here is the client log file
    2014-02-17 18:20:13:346 1024 f98 Misc WARNING: Send failed with hr = 80072ee2.
    2014-02-17 18:20:13:346 1024 f98 Misc WARNING: SendRequest failed with hr = 80072ee2. Proxy List used: <(null)>
    Bypass List used : <(null)> Auth Schemes used : <>
    2014-02-17 18:20:13:346 1024 f98 Misc WARNING: WinHttp: SendRequestUsingProxy failed for <http://rwf-1:8530/selfupdate/wuident.cab>.
    error 0x80072ee2
    2014-02-17 18:20:13:346 1024 f98 Misc WARNING: WinHttp: SendRequestToServerForFileInformation MakeRequest failed.
    error 0x80072ee2
    2014-02-17 18:20:13:346 1024 f98 Misc WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80072ee2
    2014-02-17 18:20:13:346 1024 f98 Misc WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80072ee2
    2014-02-17 18:20:13:358 1024 f98 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2014-02-17 18:20:13:363 1024 f98 Misc Microsoft signed: Yes
    2014-02-17 18:20:13:365 1024 f98 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2014-02-17 18:20:13:371 1024 f98 Misc Microsoft signed: Yes
    2014-02-17 18:20:13:379 1024 f98 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2014-02-17 18:20:13:385 1024 f98 Misc Microsoft signed: Yes
    2014-02-17 18:20:13:400 1024 f98 Setup Determining whether a new setup handler needs to be downloaded
    2014-02-17 18:20:13:400 1024 f98 Setup SelfUpdate handler is not found.  It will be downloaded
    2014-02-17 18:20:13:400 1024 f98 Setup Evaluating applicability of setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~x86~~7.6.7600.256"
    2014-02-17 18:20:13:403 1024 f98 Setup Setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~x86~~7.6.7600.256"
    is already installed.
    2014-02-17 18:20:13:403 1024 f98 Setup Evaluating applicability of setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~x86~~7.6.7600.256"
    2014-02-17 18:20:13:414 1024 f98 Setup Setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~x86~~7.6.7600.256"
    is already installed.
    2014-02-17 18:20:13:414 1024 f98 Setup Evaluating applicability of setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~x86~~7.6.7600.256"
    2014-02-17 18:20:13:432 1024 f98 Setup Setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~x86~~7.6.7600.256"
    is already installed.
    2014-02-17 18:20:13:432 1024 f98 Setup SelfUpdate check completed.  SelfUpdate is NOT required.
    2014-02-17 18:20:13:723 1024 f98 PT +++++++++++  PT: Synchronizing
    server updates  +++++++++++
    2014-02-17 18:20:13:723 1024 f98 PT  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL
    = http://rwf-1:8530/ClientWebService/client.asmx
    2014-02-17 18:20:13:858 1024 f98 PT WARNING: Cached cookie has expired or new PID is available
    2014-02-17 18:20:13:858 1024 f98 PT Initializing simple targeting cookie, clientId = 5c40eee5-ae54-4cbd-8758-a694a59ade20,
    target group = ROLMAN, DNS name = it.rolmanworld.com
    2014-02-17 18:20:13:858 1024 f98 PT  Server URL = http://rwf-1:8530/SimpleAuthWebService/SimpleAuth.asmx
    2014-02-17 18:21:14:006 1024 f98 Misc WARNING: Send failed with hr = 80072ee2.
    2014-02-17 18:21:14:006 1024 f98 Misc WARNING: SendRequest failed with hr = 80072ee2. Proxy List used: <(null)>
    Bypass List used : <(null)> Auth Schemes used : <>
    2014-02-17 18:21:14:006 1024 f98 PT  + Last proxy send request failed with hr = 0x80072EE2, HTTP status
    code = 0
    2014-02-17 18:21:14:006 1024 f98 PT  + Caller provided credentials = No
    2014-02-17 18:21:14:006 1024 f98 PT  + Impersonate flags = 0
    2014-02-17 18:21:14:006 1024 f98 PT  + Possible authorization schemes used = 
    2014-02-17 18:21:14:006 1024 f98 PT WARNING: GetCookie failure, error = 0x80072EE2, soap client error = 5, soap
    error code = 0, HTTP status code = 200
    2014-02-17 18:21:14:006 1024 f98 PT WARNING: PTError: 0x80072ee2
    2014-02-17 18:21:14:006 1024 f98 PT WARNING: GetCookie_WithRecovery failed : 0x80072ee2
    2014-02-17 18:21:14:006 1024 f98 PT WARNING: RefreshCookie failed: 0x80072ee2
    2014-02-17 18:21:14:006 1024 f98 PT WARNING: RefreshPTState failed: 0x80072ee2
    2014-02-17 18:21:14:006 1024 f98 PT WARNING: Sync of Updates: 0x80072ee2
    2014-02-17 18:21:14:006 1024 f98 PT WARNING: SyncServerUpdatesInternal failed: 0x80072ee2
    2014-02-17 18:21:14:006 1024 f98 Agent  * WARNING: Failed to synchronize, error = 0x80072EE2
    2014-02-17 18:21:14:009 1024 f98 Agent  * WARNING: Exit code = 0x80072EE2
    2014-02-17 18:21:14:009 1024 f98 Agent *********
    2014-02-17 18:21:14:009 1024 f98 Agent **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-02-17 18:21:14:009 1024 f98 Agent *************
    2014-02-17 18:21:14:009 1024 f98 Agent WARNING: WU client failed Searching for update with error 0x80072ee2
    2014-02-17 18:21:14:024 1024 d9c AU >>##  RESUMED  ## AU: Search for updates [CallId = {B6B4993C-E64D-41EE-BB3B-4C0259522B34}]
    2014-02-17 18:21:14:024 1024 d9c AU  # WARNING: Search callback failed, result = 0x80072EE2
    2014-02-17 18:21:14:024 1024 d9c AU  # WARNING: Failed to find updates with error code 80072EE2
    2014-02-17 18:21:14:024 1024 d9c AU #########
    2014-02-17 18:21:14:024 1024 d9c AU ##  END  ##  AU: Search for updates [CallId = {B6B4993C-E64D-41EE-BB3B-4C0259522B34}]
    2014-02-17 18:21:14:024 1024 d9c AU #############
    2014-02-17 18:21:14:024 1024 d9c AU Successfully wrote event for AU health state:0
    2014-02-17 18:21:14:024 1024 d9c AU AU setting next detection timeout to 2014-02-17 19:21:14
    2014-02-17 18:21:14:024 1024 d9c AU Successfully wrote event for AU health state:0
    2014-02-17 18:21:14:025 1024 d9c AU Successfully wrote event for AU health state:0
    2014-02-17 18:21:19:010 1024 f98 Report REPORT EVENT: {37C49AAA-0782-441A-85BD-BC86F384B332}2014-02-17 18:21:14:009+0400 1 148 101 {00000000-0000-0000-0000-000000000000} 0 80072ee2AutomaticUpdates Failure Software
    Synchronization Windows Update Client failed to detect with error 0x80072ee2.
    2014-02-17 18:21:19:060 1024 f98 Report CWERReporter::HandleEvents - WER report upload completed with status
    0x8
    2014-02-17 18:21:19:060 1024 f98 Report WER Report sent: 7.6.7600.256 0x80072ee2 00000000-0000-0000-0000-000000000000
    Scan 101 Managed
    2014-02-17 18:21:19:060 1024 f98 Report CWERReporter finishing event handling. (00000000)
    I've tried all the ways, restarting the services, file permissions, and many other
    PLEASE HELP
    thank you

    thank you for your reply, 
    I tried so many ways but couldn't solve it, then I removed the WSUS rule, and re-install it
    then after installing the rule i'm getting error when configuring the WSUS  ERROR : http://i.imgur.com/eqm9ViT.png
    Post install is starting
    Fatal Error: Failed to start and configure the WSUS service
    and here is the log file
    2014-02-20 08:37:47  Postinstall started
    2014-02-20 08:37:47  Detected role services: Api, UI, WidDatabase, Services
    2014-02-20 08:37:47  Start: LoadSettingsFromParameters
    2014-02-20 08:37:47  Content local is: True
    2014-02-20 08:37:47  Content directory is: E:\WSUS
    2014-02-20 08:37:47  SQL instname is: 
    2014-02-20 08:37:47  End: LoadSettingsFromParameters
    2014-02-20 08:37:47  Start: Run
    2014-02-20 08:37:47  Configuring content directory...
    2014-02-20 08:37:47  Configuring groups...
    2014-02-20 08:37:48  Starting group configuration for WSUS Administrators...
    2014-02-20 08:37:48  Found group in regsitry, attempting to use it...
    2014-02-20 08:37:48  Searching for existing group...
    2014-02-20 08:37:48  Existing group was found
    2014-02-20 08:37:48  Writing group to registry...
    2014-02-20 08:37:48  Finished group creation
    2014-02-20 08:37:48  Starting group configuration for WSUS Reporters...
    2014-02-20 08:37:48  Found group in regsitry, attempting to use it...
    2014-02-20 08:37:48  Searching for existing group...
    2014-02-20 08:37:48  Existing group was found
    2014-02-20 08:37:48  Writing group to registry...
    2014-02-20 08:37:48  Finished group creation
    2014-02-20 08:37:48  Configuring permissions...
    2014-02-20 08:37:48  Fetching content directory...
    2014-02-20 08:37:48  Fetching ContentDir from registry store
    2014-02-20 08:37:48  Value is E:\WSUS
    2014-02-20 08:37:48  Fetching group SIDs...
    2014-02-20 08:37:48  Fetching WsusAdministratorsSid from registry store
    2014-02-20 08:37:48  Value is S-1-5-21-495251104-1553465597-2720485832-1634
    2014-02-20 08:37:48  Fetching WsusReportersSid from registry store
    2014-02-20 08:37:48  Value is S-1-5-21-495251104-1553465597-2720485832-1635
    2014-02-20 08:37:48  Creating group principals...
    2014-02-20 08:37:49  Granting directory permissions...
    2014-02-20 08:37:49  Granting permissions on content directory...
    2014-02-20 08:37:49  Granting registry permissions...
    2014-02-20 08:37:49  Granting registry permissions...
    2014-02-20 08:37:49  Granting registry permissions...
    2014-02-20 08:37:49  Configuring shares...
    2014-02-20 08:37:49  Configuring network shares...
    2014-02-20 08:37:49  Fetching content directory...
    2014-02-20 08:37:49  Fetching ContentDir from registry store
    2014-02-20 08:37:49  Value is E:\WSUS
    2014-02-20 08:37:49  Fetching WSUS admin SID...
    2014-02-20 08:37:49  Fetching WsusAdministratorsSid from registry store
    2014-02-20 08:37:49  Value is S-1-5-21-495251104-1553465597-2720485832-1634
    2014-02-20 08:37:49  Content directory is local, creating content shares...
    2014-02-20 08:37:49  Creating share "UpdateServicesPackages" with path "E:\WSUS\UpdateServicesPackages" and description "A network share to be used by client systems for collecting all software packages (usually applications) published on this WSUS system."
    2014-02-20 08:37:49  Deleting existing share...
    2014-02-20 08:37:49  Creating share...
    2014-02-20 08:37:49  Share successfully created
    2014-02-20 08:37:49  Creating share "WsusContent" with path "E:\WSUS\WsusContent" and description "A network share to be used by Local Publishing to place published content on this WSUS system."
    2014-02-20 08:37:49  Deleting existing share...
    2014-02-20 08:37:49  Creating share...
    2014-02-20 08:37:49  Share successfully created
    2014-02-20 08:37:49  Creating share "WSUSTemp" with path "C:\Program Files\Update Services\LogFiles\WSUSTemp" and description "A network share used by Local Publishing from a Remote WSUS Console Instance."
    2014-02-20 08:37:49  Deleting existing share...
    2014-02-20 08:37:50  Creating share...
    2014-02-20 08:37:50  Share successfully created
    2014-02-20 08:37:50  Finished creating content shares
    2014-02-20 08:37:50  Configuring WID database...
    2014-02-20 08:37:50  Configuring the database...
    2014-02-20 08:37:50  Establishing DB connection...
    2014-02-20 08:37:50  Checking to see if database exists...
    2014-02-20 08:37:50  Database exists
    2014-02-20 08:37:50  Switching database to single user mode...
    2014-02-20 08:37:53  Loading install type query...
    2014-02-20 08:37:53  DECLARE @currentScriptVersion   int
    DECLARE @currentDBVersion       int
    IF NOT EXISTS(SELECT * FROM sys.databases WHERE name='SUSDB')
    BEGIN
        SELECT 1
    END
    ELSE
    BEGIN
        SET @currentScriptVersion = (9200 + 16384)
        SET @currentDBVersion = (SELECT SchemaVersion FROM SUSDB.dbo.tbSchemaVersion WHERE ComponentName = 'CoreDB')
        IF @currentDBVersion < 926
        BEGIN
            SELECT 3
        END
        ELSE IF @currentDBVersion < @currentScriptVersion
        BEGIN
            SELECT 2
        END
        ELSE IF @currentDBVersion = @currentScriptVersion
        BEGIN
            SELECT 0
        END
        ELSE
        BEGIN
            SELECT 4
        END
    END
    2014-02-20 08:37:53  Install type is: Reinstall
    2014-02-20 08:37:53  Creating logins...
    2014-02-20 08:37:53  Fetching account info for S-1-5-20
    2014-02-20 08:37:53  Found principal
    2014-02-20 08:37:53  Found account
    2014-02-20 08:37:53  Got binary SID
    2014-02-20 08:37:53  Fetching WsusAdministratorsSid from registry store
    2014-02-20 08:37:53  Value is S-1-5-21-495251104-1553465597-2720485832-1634
    2014-02-20 08:37:53  Fetching account info for S-1-5-21-495251104-1553465597-2720485832-1634
    2014-02-20 08:37:53  Fetching account info for S-1-5-21-495251104-1553465597-2720485832-1634
    2014-02-20 08:37:53  Found principal
    2014-02-20 08:37:53  Found account
    2014-02-20 08:37:53  Got binary SID
    2014-02-20 08:37:53  Setting content location...
    2014-02-20 08:37:53  Fetching ContentDir from registry store
    2014-02-20 08:37:53  Value is E:\WSUS
    2014-02-20 08:37:53  Swtching DB to multi-user mode......
    2014-02-20 08:37:56  Finished setting multi-user mode
    2014-02-20 08:37:56  Writing DB settings to registry...
    2014-02-20 08:37:56  Marking PostInstall done for UpdateServices-WidDatabase in the registry...
    2014-02-20 08:37:56  Configuring IIS...
    2014-02-20 08:37:56  Start: ConfigureWebsite
    2014-02-20 08:37:56  Configuring website on port 8530
    2014-02-20 08:38:48  2014-02-20 08:38:10  Info      IISCustomAction    Performing Setup Action, Command /Install 
    2014-02-20 08:38:46  Info      IISCustomAction    Command /Install Succeeded
    2014-02-20 08:38:48  End: ConfigureWebsite
    2014-02-20 08:38:48  Configuring performance counters...
    2014-02-20 08:38:48  Configuring Stats.NET perf counter...
    2014-02-20 08:38:48  Configuring reporting perf counter...
    2014-02-20 08:38:48  Configuring client webservice perf counter...
    2014-02-20 08:38:48  Configuring server sync webservice perf counter...
    2014-02-20 08:38:48  Configuring API remoting perf counter...
    2014-02-20 08:38:48  Bringing services online...
    2014-02-20 08:38:48  Checking initialization status... 
    2014-02-20 08:38:48  StartServer starting...
    2014-02-20 08:38:48  Generating encryption key to write to the registry...
    2014-02-20 08:38:48  Generating encryption key to write to the database...
    2014-02-20 08:38:48  Generating encryption key succeeded...
    2014-02-20 08:38:48  Setting WSUSService to autostart...
    2014-02-20 08:38:48  WSUSService is set to autostart.
    2014-02-20 08:38:48  Starting WSUSService...
    2014-02-20 08:38:48  Failed to start WsusService. Exception: System.InvalidOperationException: Cannot start service WSUSService on computer '.'. ---> System.ComponentModel.Win32Exception: An instance of the service is already running
       --- End of inner exception stack trace ---
       at System.ServiceProcess.ServiceController.Start(String[] args)
       at Microsoft.UpdateServices.Setup.StartServer.StartServer.StartAndConfigureService()
    2014-02-20 08:38:48  Importing default detectoids.
    2014-02-20 08:38:48  Importing CriticalUpdates.xml...
    2014-02-20 08:38:49  Importing Drivers.xml...
    2014-02-20 08:38:49  Importing FeaturePacks.xml...
    2014-02-20 08:38:49  Importing MicrosoftCorporation.xml...
    2014-02-20 08:38:49  Importing SecurityUpdates.xml...
    2014-02-20 08:38:49  Importing ServicePacks.xml...
    2014-02-20 08:38:49  Importing Tools.xml...
    2014-02-20 08:38:49  Importing UpdateRollups.xml...
    2014-02-20 08:38:49  Importing Updates.xml...
    2014-02-20 08:38:49  Importing Windows.xml...
    2014-02-20 08:38:49  Importing Windows2000family.xml...
    2014-02-20 08:38:49  Importing WindowsServer2003DatacenterEdition.xml...
    2014-02-20 08:38:50  Importing WindowsServer2003Family.xml...
    2014-02-20 08:38:50  Importing WindowsXPfamily.xml...
    2014-02-20 08:38:50  Importing LocalPublisher.xml...
    2014-02-20 08:38:50  Importing LocallyPublishedPackages.xml...
    2014-02-20 08:38:50  Importing Applications.xml...
    2014-02-20 08:38:50  Importing Exchange.xml...
    2014-02-20 08:38:50  Importing Office.xml...
    2014-02-20 08:38:50  Importing SQL.xml...
    2014-02-20 08:38:50  Importing Exchange2000Server.xml...
    2014-02-20 08:38:50  Importing ExchangeServer2003.xml...
    2014-02-20 08:38:50  Importing OfficeXP.xml...
    2014-02-20 08:38:50  Importing Office2003.xml...
    2014-02-20 08:38:50  Importing SQLServer.xml...
    2014-02-20 08:38:50  Importing WindowsXP64BitEditionVersion2003.xml...
    2014-02-20 08:38:50  Importing DefinitionUpdateSusXml.xml...
    2014-02-20 08:38:50  Importing ClientServicingApiDetectoid.xml...
    2014-02-20 08:38:50  Importing default detectoids succeeded.
    2014-02-20 08:38:52  FixSubscriptionCategories failed. Exception: System.Net.WebException: The request failed with HTTP status 400: Bad Request.
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.UpdateServices.Internal.ApiRemoting.GetServerVersion()
       at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.GetServerVersion()
       at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.CreateUpdateServer(String serverName, Boolean useSecureConnection, Int32 portNumber)
       at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer..ctor(Boolean bypassApiRemoting)
       at Microsoft.UpdateServices.Setup.StartServer.StartServer.FixSubscriptionCategories()
    2014-02-20 08:38:52  StartServer encountered errors. Exception=The request failed with HTTP status 400: Bad Request.
    2014-02-20 08:38:52  Microsoft.UpdateServices.Administration.CommandException: Failed to start and configure the WSUS service
       at Microsoft.UpdateServices.Administration.PostInstall.Run()
       at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
    PLEASE HELP
    BEST REGARDS

  • Can I set an OU to have 2 GPO's one to pull updates from local server and another from replica server

    I'm looking for a solution where I don't change our current AD groups, (avoid using a local group and a field group), also trying to avoid using a server in a DMZ to handle field people (will need to buy a new server).
    At the end i'm looking to use a replica server to push updates from the internet to the field group (or OU with a GPO pointing to such replica server) and use the local server to host the updates locally and push to the office people.
    Probably this is the question that needs to be answered, can an OU group have 2 different GPO's pointing to 2 different WSUS servers (local and replica) (local updates vs updates from internet) and if an user of such group is in the office they get updates
    from the local server and if he is in the field get the updates from the replica server?  I know GPO's can have precedence set to the OU, but do they work like a trigger or something that tells them to go to the next GPO.
    Thanks in advance

    can an OU group have 2 different GPO's pointing to 2 different WSUS servers (local and replica) (local updates vs updates from internet)
    No.
    and if an user of such group is in the office they get updates from the local server and if he is in the field get the updates from the replica server?
    There are two ways to achieve this. Typically we talk about this scenario when the mobile systems are going to use AU/WU to get Security Updates. Taking advantage of the fact that GROUP policy cannot refresh on a machine which is not "in the office", you
    define a Registry Script to run in the user's STARTUP folder, which will set the registry values to configure that client to use the alternate source.
    But, in the case where you have an Internet-facing WSUS server in the DMZ, and a Corporate-facing WSUS server on the LAN, you use the SAME URL, but use DNS to direct the client to the correct IP Address. When the client is on the LAN, the LAN DNS gives the
    IP Address of the Corporate server; when the client is on the Internet, the Internet DNS gives the IP Address of the DMZ server.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Microsoft Security Essentials not taking definition updates from WSUS Server.

    Hi Experts,
    I have a WSUS server installed on network on which MSE definition updates are installed, but the MSE on the client computer is not getting updates from it.
    When I click the update button it gives me error "Virus and spyware definitions couldn't be updated".
    The error code i am getting is 0x80244018. The definition updates couldn't be installed please try again later.
    I also have TMG on my network as a default gateway, I want to update MSE from WSUS not from microsoft update.
    Do I have to change rules....??? or any suggesstions that how MSE can be automatically updated from WSUS, the WSUS setting is saved into a GROUP Policy and applied....
    Please advice......

    The error code i am getting is 0x80244018.
    This is an HTTP 403 error, which is generally (but not always) indicative of a proxy server interfering with the download. Assuming this is happening when the client is trying to get Definition Updates from Microsoft during the daily scan, this error will
    likely go away once you properly set up WSUS to provide the definition updates.
    I want to update MSE from WSUS not from microsoft update.
    To do this, you need the following:
    The Definition Updates classification must be configured for synchronization.
    An Automatic Approval rule that approves the Definition Updates classification for the appropriate target group(s) must be configured and enabled.
    The policy setting Allow Automatic Updates immediate installation must be ENABLED.
    Your WSUS server should be configured to synchronize multiple times per day (at least 2).
    Your clients should be configured with a shorter Detection Frequency (8 hours is ideal).
    With the above configured, the clients will check the WSUS server 3x-4x per day, find the latest available Definition Update, download it and install it immediately.
    Note, however, that if the client fails to download and install Definition Updates, MSE will continue to do a check, and attempt to update the Definition Updates during the daily scan. If your TMG blocks the client's Internet access, then they
    will continue to log HTTP 403 errors when this definition update attempt is executed. (This is why you configure multiple syncs and scans per day -- so the client *never* has to go to Microsoft to get the current definition updates.)
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • MacOSX server update from China

    Hi all,
    i've installed a US MacOSX server 10.6.4 version on a MacPro bought in China. The installation process goes fine but when i restart the server after an apple update the server displays a frozen black screen. I've repeated this procedure 2 times, are the updates from China not compatible with the US version? :/
    I've seen the possibility of upgrading the preistalled software to server but i didn't verify that an eventual update will not mess up the system.
    Install a chinese version would defeat my purposes, any suggestions?
    regards
    K

    If at all feasible, I would try the following:
    Back up and ensure your backup(s) are good
    First option:
    - Download the full 10.10.x installer from Apple (i.e. rather than the updater) and then run it
    - Download Server 4x and install it
    Second (highly drastic) option (and the one I've just employed to resolve a number of irritating issues; hopefully you won't need this because it's a lot of work
    - Download the 10.10.x installer and make a bootable external drive with it
    - Use Carbon Copy Cloner or similar to back up your server
    - Back up separately key configuration data from your server
    - Boot from the 10.10 install disk you made
    - Erase the server hard drive and install 10.10
    - Install Server 4x and restore files you need from your CCC clone
    - There are specific items in the Server config that you need to make sure you can recreate: Open Directory database, DNS settings and others.

  • Issue in material master update from presentation server  using BAPI....

    Hi Guru's...
    i am trying to change the material master from presentation server (desktop flat file)
    using BAPI(BAPI_MATERIAL_SAVEDATA) ....
    while executing my program i am getting the message like material had changed...
    but while in mm02 i am un able to fine the updates...
    please find below program logic and correct me if any mistakes....
    thanks in advance...
    *& Report  ZAREPAS36
    REPORT  zarepas36.
    DATA : gs_bapimathead             TYPE  bapimathead,
           gs_clientdata              TYPE  bapi_mara,
           gs_clientdatax             TYPE  bapi_marax.
    TYPES : BEGIN OF gty_itab1,
            matnr(18),
            matkl(9),
            spart(2),
            ntgew(13),
            gewei(3),
            meins(3),
            END OF gty_itab1.
    DATA : gt_itab1 TYPE STANDARD TABLE OF gty_itab1,
           gwa_itab1 TYPE gty_itab1.
    TYPES: BEGIN OF gty_itab2,
           abc(132),
           END OF gty_itab2.
    DATA: gt_itab2 TYPE STANDARD TABLE OF gty_itab2,
          gwa_itab2 TYPE gty_itab2.
    flat file at selection screen
    PARAMETERS: p_files TYPE string.
    CALL METHOD cl_gui_frontend_services=>gui_upload
      EXPORTING
        filename = p_files
        filetype = 'ASC'
      CHANGING
        data_tab = gt_itab2
      EXCEPTIONS
        OTHERS   = 8.
    LOOP AT gt_itab2 INTO gwa_itab2.
      IF gwa_itab2-abc(1) = 'S'.
        gwa_itab1 = gwa_itab2-abc(132).
        APPEND gwa_itab1 TO gt_itab1.
      ENDIF.
    ENDLOOP.
    loop at gt_itab1 into gwa_itab1.
    *Material
    gs_bapimathead-material    = gwa_itab1-matnr.
    *Material details at client data
    *material group.
    gs_clientdata-matl_group = gwa_itab1-matkl.
    gs_clientdatax-matl_group = 'X'.
    *Division
    gs_clientdata-division = gwa_itab1-spart.
    gs_clientdatax-division = 'X'.
    *Net Weight
    gs_clientdata-net_weight = gwa_itab1-ntgew.
    gs_clientdatax-net_weight = 'X'.
    *Unit of Weight
    gs_clientdata-unit_of_wt = gwa_itab1-gewei.
    gs_clientdatax-unit_of_wt = 'X'.
    *Base Unit of Measure
    gs_clientdata-base_uom = gwa_itab1-meins.
    gs_clientdatax-base_uom = 'X'.
    endloop.
    *calling BAPI for making changes in material and saving thru BAPI.
    CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'
      EXPORTING
        headdata    = gs_bapimathead
        clientdata  = gs_clientdata
        clientdatax = gs_clientdatax.
    IF sy-subrc NE 0.
      CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.
      WRITE: / 'Error occured while changing material'.
    ELSE.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
      WRITE: / 'material',gs_bapimathead-material,'changed'.
    ENDIF.

    hi hello Guru's
    i resolved the issuee..
    pleaso go thru the below proram logic for your reference..........
    *& Report  ZAREPAS36
    REPORT  zarepas36.
    DATA : gs_bapimathead             TYPE  bapimathead,
           gs_clientdata              TYPE  bapi_mara,
           gs_clientdatax             TYPE  bapi_marax.
    TYPES : BEGIN OF gty_itab1,
            matnr(18),
            matkl(9),
            spart(2),
            ntgew(13),
            gewei(3),
            meins(3),
            END OF gty_itab1.
    DATA : gt_itab1 TYPE STANDARD TABLE OF gty_itab1,
           gwa_itab1 TYPE gty_itab1.
    TYPES: BEGIN OF gty_itab2,
           abc(132),
           END OF gty_itab2.
    DATA: gt_itab2 TYPE STANDARD TABLE OF gty_itab2,
          gwa_itab2 TYPE gty_itab2.
    DATA:ls_return         TYPE bapiret2,
         lt_bapiret2       TYPE standard table of bapiret2.
    flat file at selection screen
    PARAMETERS: p_files TYPE string.
    CALL METHOD cl_gui_frontend_services=>gui_upload
      EXPORTING
        filename = p_files
        filetype = 'ASC'
      CHANGING
        data_tab = gt_itab2
      EXCEPTIONS
        OTHERS   = 8.
    LOOP AT gt_itab2 INTO gwa_itab2.
      IF gwa_itab2-abc(1) = 'S'.
        gwa_itab1 = gwa_itab2-abc(132).
        APPEND gwa_itab1 TO gt_itab1.
      ENDIF.
    ENDLOOP.
    LOOP AT gt_itab1 INTO gwa_itab1.
    *Material
      gs_bapimathead-material    = gwa_itab1-matnr.
    *Material details at client data
    *material group.
      gs_clientdata-matl_group = gwa_itab1-matkl.
      gs_clientdatax-matl_group = 'X'.
    *Division
      gs_clientdata-division = gwa_itab1-spart.
      gs_clientdatax-division = 'X'.
    *Net Weight
      gs_clientdata-net_weight = gwa_itab1-ntgew.
      gs_clientdatax-net_weight = 'X'.
    *Unit of Weight
      gs_clientdata-unit_of_wt = gwa_itab1-gewei.
      gs_clientdatax-unit_of_wt = 'X'.
    *Base Unit of Measure
      gs_clientdata-base_uom = gwa_itab1-meins.
      gs_clientdatax-base_uom = 'X'.
    ENDLOOP.
    *calling BAPI for making changes in material and saving thru BAPI.
    CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'
      EXPORTING
        headdata    = gs_bapimathead
        clientdata  = gs_clientdata
        clientdatax = gs_clientdatax
      IMPORTING
        return      = ls_return.
    LOOP AT lt_bapiret2 INTO ls_return.
      EXIT.
    ENDLOOP.
    IF sy-subrc = 0.
      CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.
      WRITE: / 'Error occured while changing material'.
    ELSE.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
      WRITE: / 'material',gs_bapimathead-material,'changed'.
    ENDIF.

  • Server behind TMG to grab updates from WSUS server

    Hey Guys,
    The last topic I created about grab superseeded updates from WSUS, is what this is stil about cause I can't accept this installing updates manually as a answer. So I went ahead an did even more research on this.
    To keep it simple I went ahead and adjusted the Local Group Policy / Computer Conf / Admin Templates / Windows Comp / Windows Update / Specify an intranet Microsoft update server (http://172.16.3.3:8530)
    Allowed a Rule through TMG to allow by directional traffic of TCP 8530 between the server lan (172.16.8.x <-> 172.16.3.3)
    When I click check for updates its good I can see the established connection using netstat on port 8530.
    As soon as I click download updates, it tries to grab from internet based Servers... i can see the SYN_SENT right away and I can see the blocked http traffic on the TMG.
    So I went ahead and set the GPO setting and removed the port allocation behind it (http://172.16.3.3) Doing a netstat after clicking check for updates showed connection attempt to 172.16.3.3 via http, So I added the protocol to the allow rule between the
    servers, and sure enough it changed to established, and I see the allow through the TMG. However this now gives an error when i click on check for updates...
    There has to be a way for me to get this dang server to get updates from our WSUS server on the other side of the TMG firewall.. but how?! what am I doing wrong?!
    *NOTE* with the port specified in the local GPO of 8530, I can access http://wsus/selfupdate/wuident.cab perfectly fine. I ran wuauclt /detectnow and no errors reported in the WindowsUpdate.log file
    *NOTE* The Wsus server is setup to cache all update to a local dir, attempted to see the files in there but all contained random string .cab files, wish they would just contain just the KBnumber and the msu files for easier verification of updates available
    in the cache.

    The last topic I created about grab superseeded updates from WSUS, is what this is stil
    A LINK to that post would be most helpful as I am absolutely clueless about what this post is about.
    Allowed a Rule through TMG to allow by directional traffic of TCP 8530 between the server lan (172.16.8.x <-> 172.16.3.3)
    The correct implementation for TMG is to create a Web Publishing Rule for the WSUS Server and ALLOW passthru of the client identity.
    When I click check for updates its good I can see the established connection using netstat on port 8530.
    As soon as I click download updates, it tries to grab from internet based Servers... i can see the SYN_SENT right away and I can see the blocked http traffic on the TMG.
    So I went ahead and set the GPO setting and removed the port allocation behind it (http://172.16.3.3) Doing a netstat after clicking check for updates showed connection attempt to 172.16.3.3 via http, So I added the protocol to the allow rule between the
    servers, and sure enough it changed to established, and I see the allow through the TMG. However this now gives an error when i click on check for updates...
    I see that you've specified a PRIVATE IP Address as the target of the WSUS server (172.16.3.3), so the first set of questions revolves around why there's a TMG server involved in the first place, where this "WSUS Client" is located with respect to the
    TMG interfaces, and where the WSUS Server is located with respect to the TMG interfaces. Maybe all of this is in the original post... wherever that might be. I'm going to assume that you're *routing* traffic through the TMG from one private network to another
    private network, most likely from the DMZ to the WSUS server in the Internal LAN. (Just an educated guess.)
    The second set of questions... is 172.16.3.3 the IP Address of the WSUS Server on the Internal LAN, or is that the address of the DMZ Interface on the TMG. Configured correctly, it should be the former.
    Third set of questions.... always a question I ask because it invariably sheds amazing insights into other network issues.... Why are you configuring the policy with an IP Address, rather than the hostname of the WSUS server?
    There has to be a way for me to get this dang server to get updates from our WSUS server on the other side of the TMG firewall.. but how?!
    Properly configure a Web Publishing Rule. It's that simple. I have a WSUS server "published" to the DMZ so I can patch my DMZ servers and it works perfectly.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Export Approuved Update from old server WSUS to the new WSUS server

    Hello,
    I want to export all update approuved from one old WSUS server  to one  new WSUS server
    Can you help me please ?
    Best Regard

    Hi,
    >>I want to export all update approuved from one old WSUS server  to one  new WSUS server ?
    There are three steps to exporting and then importing updates:
    Make sure that the options for express installation files and update languages on the exporting server are compatible with the settings on the importing server. This ensures that you collect the updates you intend to distribute.
    Copy updates from the file system of the export server to the file system of the import server.
    Export update metadata from the database on the export server, and import it into the database on the import server. The last section explains how to import exported updates to a replica server
    Here is the official solution:
    https://technet.microsoft.com/en-us/library/cc720486(v=ws.10).aspx
    Best Regards.
    Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Maybe you are looking for

  • I received a shipment notification yet when I track it all I see is label created.  Anyone else?

    I received a shipment notification on Saturday.  When I track it I only get "Label Created".  I called Verizon Support and they are not able to get me any other information.  They informed me it is sitting at a FedEx Location.  Anyone else?

  • Where Is Table That Contains DTP Filter Entries?

    Hi, I am trying to find the table where my "Filter" entries for a DTP are contained.  I would like to use these entries in my start routine.  In the old 3.5, the table was RSSELDONE, but I can't seem to find the NW04S version of this table.  Thanks f

  • Problems installing PageMaker 7 in Vista

    I'm trying to install PageMaker 7 in Vista Home Premium, and the Postscript Driver and ODBC driver won't install as they crash in the middle of installing. The main Pagemaker 7 program installed (and has been updated) as well as Acrobat Distiller and

  • Form PHP Script

    Hola Im in need of the best PHP Script form that I can get (buy) I got a form in one of my page, and need to "conect" to my email. Know a friend that he can make them so easy, but he is so hard to find, so I decide to learn how to do it. Now, learnin

  • Facetime/Macbook Pro/single Apple ID

    My husband and I both have MacBook Pros and we would like to be able to use Facetime when one of us is gone. Everytime we try to use it, it says that one of us is busy and on my husbands mac, the accept/decline window pops up then disappears before h