Smtp postfix logs after upgrade

I successfully upgraded server 3.2 to 4 and now in SMTP Logs appears only postfix/smtpd 'warning' level - like this
postfix/smtpd[41555]: warning: hostname keryf.hsopt.ru does not resolve to address 62.109.21.8: nodename nor servname provided, or not known
and nothing else.
How to fix this?

If you change both of those logging levels to debug, you get verbose logs like this:
Nov  1 10:46:20 mail.100greenwood.net postfix/postscreen[99398]: CONNECT from [10.0.1.2]:61560 to [10.0.1.240]:25
Nov  1 10:46:20 mail.100greenwood.net postfix/dnsblog[99400]: warning: dnsblog_query: lookup error for DNS query 2.1.0.10.zen.spamhaus.org: Host or domain name not found. Name service error for name=2.1.0.10.zen.spamhaus.org type=A: Host not found, try again
Nov  1 10:46:26 mail.100greenwood.net postfix/postscreen[99398]: PASS OLD [10.0.1.2]:61560
Nov  1 10:46:26 mail.100greenwood.net postfix/smtpd[99409]: connect from tim.100greenwood.net[10.0.1.2]
Nov  1 10:46:26 mail.100greenwood.net postfix/smtpd[99409]: DDEC11C2202: client=tim.100greenwood.net[10.0.1.2], sasl_method=DIGEST-MD5, sasl_username=timmcmanus
Nov  1 10:46:26 mail.100greenwood.net postfix/cleanup[99414]: DDEC11C2202: message-id=<[email protected]>
Nov  1 10:46:26 mail.100greenwood.net postfix/qmgr[4953]: DDEC11C2202: from=<[email protected]>, size=604, nrcpt=1 (queue active)
Nov  1 10:46:27 mail.100greenwood.net postfix/smtpd[99418]: connect from localhost[127.0.0.1]
Nov  1 10:46:27 mail.100greenwood.net postfix/smtpd[99418]: 1E39E1C2210: client=localhost[127.0.0.1]
Nov  1 10:46:27 mail.100greenwood.net postfix/cleanup[99414]: 1E39E1C2210: message-id=<[email protected]>
Nov  1 10:46:27 mail.100greenwood.net postfix/smtpd[99418]: disconnect from localhost[127.0.0.1]
Nov  1 10:46:27 mail.100greenwood.net postfix/qmgr[4953]: 1E39E1C2210: from=<[email protected]>, size=1059, nrcpt=1 (queue active)
Nov  1 10:46:27 mail.100greenwood.net postfix/smtp[99415]: DDEC11C2202: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.25, delays=0.03/0.04/0.01/0.17, dsn=2.0.0, status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as 1E39E1C2210)
Nov  1 10:46:27 mail.100greenwood.net postfix/qmgr[4953]: DDEC11C2202: removed
Nov  1 10:46:28 mail.100greenwood.net postfix/smtp[99419]: Untrusted TLS connection established to mx2.mail.icloud.com[17.172.34.12]:25: TLSv1 with cipher AES256-SHA (256/256 bits)
Nov  1 10:46:29 mail.100greenwood.net postfix/smtp[99419]: 1E39E1C2210: to=<[email protected]>, relay=mx2.mail.icloud.com[17.172.34.12]:25, delay=2.5, delays=0/0.02/0.89/1.6, dsn=2.5.0, status=sent (250 2.5.0 Ok, envelope id [email protected])
Nov  1 10:46:29 mail.100greenwood.net postfix/qmgr[4953]: 1E39E1C2210: removed
Nov  1 10:47:26 mail.100greenwood.net postfix/smtpd[99409]: disconnect from tim.100greenwood.net[10.0.1.2]
Nov  1 10:48:05 mail.100greenwood.net postfix/postscreen[99398]: CONNECT from [17.158.232.237]:36395 to [10.0.1.240]:25
Nov  1 10:48:11 mail.100greenwood.net postfix/postscreen[99398]: PASS NEW [17.158.232.237]:36395
Nov  1 10:48:12 mail.100greenwood.net postfix/smtpd[99409]: connect from nk11p03mm-asmtp002.mac.com[17.158.232.237]
Nov  1 10:48:12 mail.100greenwood.net postfix/smtpd[99409]: B49961C2275: client=nk11p03mm-asmtp002.mac.com[17.158.232.237]
Nov  1 10:48:12 mail.100greenwood.net postfix/cleanup[99514]: B49961C2275: message-id=<[email protected]>
Nov  1 10:48:12 mail.100greenwood.net postfix/qmgr[4953]: B49961C2275: from=<[email protected]>, size=1621, nrcpt=1 (queue active)
Nov  1 10:48:13 mail.100greenwood.net postfix/smtpd[99409]: disconnect from nk11p03mm-asmtp002.mac.com[17.158.232.237]
Nov  1 10:48:13 mail.100greenwood.net postfix/smtpd[99519]: connect from localhost[127.0.0.1]
Nov  1 10:48:13 mail.100greenwood.net postfix/smtpd[99519]: 690921C227F: client=localhost[127.0.0.1]
Nov  1 10:48:13 mail.100greenwood.net postfix/cleanup[99514]: 690921C227F: message-id=<[email protected]>
Nov  1 10:48:13 mail.100greenwood.net postfix/smtpd[99519]: disconnect from localhost[127.0.0.1]
Nov  1 10:48:13 mail.100greenwood.net postfix/qmgr[4953]: 690921C227F: from=<[email protected]>, size=2092, nrcpt=1 (queue active)
Nov  1 10:48:13 mail.100greenwood.net postfix/smtp[99515]: B49961C2275: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.84, delays=0.23/0.03/0.01/0.58, dsn=2.0.0, status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as 690921C227F)
Nov  1 10:48:13 mail.100greenwood.net postfix/qmgr[4953]: B49961C2275: removed
Nov  1 10:48:13 mail.100greenwood.net postfix/pipe[99521]: 690921C227F: to=<[email protected]>, orig_to=<[email protected]>, relay=dovecot, delay=0.13, delays=0/0.02/0/0.11, dsn=2.0.0, status=sent (delivered via dovecot service)
Nov  1 10:48:13 mail.100greenwood.net postfix/qmgr[4953]: 690921C227F: removed
Nov  1 10:48:38 mail.100greenwood.net postfix/postscreen[99398]: CONNECT from [10.0.1.2]:61574 to [10.0.1.240]:25
Nov  1 10:48:38 mail.100greenwood.net postfix/postscreen[99398]: PASS OLD [10.0.1.2]:61574
Nov  1 10:48:38 mail.100greenwood.net postfix/smtpd[99409]: connect from tim.100greenwood.net[10.0.1.2]
Nov  1 10:48:38 mail.100greenwood.net postfix/smtpd[99409]: A78C41C22A9: client=tim.100greenwood.net[10.0.1.2], sasl_method=DIGEST-MD5, sasl_username=timmcmanus
Nov  1 10:48:38 mail.100greenwood.net postfix/cleanup[99514]: A78C41C22A9: message-id=<[email protected]>
Nov  1 10:48:38 mail.100greenwood.net postfix/qmgr[4953]: A78C41C22A9: from=<[email protected]>, size=1053, nrcpt=1 (queue active)
Nov  1 10:48:38 mail.100greenwood.net postfix/smtpd[99519]: connect from localhost[127.0.0.1]
Nov  1 10:48:38 mail.100greenwood.net postfix/smtpd[99519]: D898A1C22BC: client=localhost[127.0.0.1]
Nov  1 10:48:38 mail.100greenwood.net postfix/cleanup[99514]: D898A1C22BC: message-id=<[email protected]>
Nov  1 10:48:38 mail.100greenwood.net postfix/smtpd[99519]: disconnect from localhost[127.0.0.1]
Nov  1 10:48:38 mail.100greenwood.net postfix/qmgr[4953]: D898A1C22BC: from=<[email protected]>, size=1508, nrcpt=1 (queue active)
Nov  1 10:48:38 mail.100greenwood.net postfix/smtp[99515]: A78C41C22A9: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.21, delays=0.01/0/0/0.2, dsn=2.0.0, status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as D898A1C22BC)
Nov  1 10:48:38 mail.100greenwood.net postfix/qmgr[4953]: A78C41C22A9: removed
Nov  1 10:48:39 mail.100greenwood.net postfix/smtp[99560]: Untrusted TLS connection established to mx5.mail.icloud.com[17.172.34.68]:25: TLSv1 with cipher AES256-SHA (256/256 bits)
Nov  1 10:48:40 mail.100greenwood.net postfix/smtp[99560]: D898A1C22BC: to=<[email protected]>, relay=mx5.mail.icloud.com[17.172.34.68]:25, delay=1.1, delays=0/0.03/0.24/0.87, dsn=2.5.0, status=sent (250 2.5.0 Ok, envelope id [email protected])
Nov  1 10:48:40 mail.100greenwood.net postfix/qmgr[4953]: D898A1C22BC: removed
This is an exchange between my Server 4.0 mail server and Apple's iCloud mail servers.
Logs can be found in the Server 4.0 app in the following screen shot:

Similar Messages

  • Tenured messgaes in GC logs after upgrading to jdk1.4.2_13

    our application is BEA weblogic 8.1 sp4 on solaris box,initially we were getting OOM errors but after upgrading our JVM and resizing Heap settings we are done away with OOM errors.
    But in GC logs we are getting Tenured messages.
    My Heap settings :
    ="-XX:NewSize=512m -XX:MaxNewSize=512m -XX:SurvivorRatio=4 -XX:TargetSurvivorRatio=80 -XX:PermSize=256m -XX:MaxPermSize=256m -Xms1536m -Xmx1536m
    excerpts from GC logs :
    261498.953: [GC 261498.954: [DefNew: 374585K->25176K(436928K), 0.2820820 secs] 1038388K->689202K(1485504K), 0.2822686 secs]
    261534.897: [GC 261534.897: [DefNew: 374744K->33018K(436928K), 0.3950738 secs] 1038770K->701819K(1485504K), 0.3952532 secs]
    261555.189: [GC 261555.189: [DefNew: 382586K->382586K(436928K), 0.0000436 secs]261555.189: [Tenured: 668801K->538076K(1048576K), 11.3593778 secs] 1051387K->538076K(1485504K), 11.3597008 secs]
    398866.226: [GC 398866.226: [DefNew: 349568K->349568K(436928K), 0.0000439 secs]398866.227: [Tenured: 703838K->707334K(1048576K), 11.8975502 secs] 1053406K->707334K(1485504K), 11.8978785 secs]
    398981.491: [GC 398981.491: [DefNew: 349568K->349568K(436928K), 0.0000434 secs]398981.491: [Tenured: 707334K->710596K(1048576K), 11.8955832 secs] 1056902K->710596K(1485504K), 11.8959308 secs]
    399039.192: [GC 399039.192: [DefNew: 349568K->349568K(436928K), 0.0000456 secs]399039.192: [Tenured: 710596K->712593K(1048576K), 11.9330747 secs] 1060164K->712593K(1485504K), 11.9335147 secs]
    Is there anything that we can be used to tweak our heap settings ??

    Well, you told the JVM to use
    256m permspace: -XX:PermSize=256m -XX:MaxPermSize=256m
    1536m total heap: -Xms1536m -Xmx1536m
    (although the GC log says 1485504K)
    of which
    512m new space: -XX:NewSize=512m -XX:MaxNewSize=512m
    the rest is tenured space: 1024m
    (here the GC log agrees saying 1048576K).
    Of the 512m new space, the two survivor spaces each take 1/6 of new space giving
    85m: -XX:SurvivorRatio=4
    the rest of new space is eden: 340m
    However the GC log says
    eden: 436928K
    which leaves 88m to be split between the two survivor spaces
    matching -XX:SurvivorRatio=10
    It looks like the GC logs totals do not include the survivor spaces as part of the heap
    (not a problem as long as you know this)
    and new space occupancy after GC is being mis-reported.261555.189: [GC 261555.189: [DefNew: 382586K->382586K(436928K), 0.0000436 secs]261555.189: [Tenured: 668801K->538076K(1048576K), 11.3593778 secs] 1051387K->538076K(1485504K), 11.3597008 secs]
    398866.226: [GC 398866.226: [DefNew: 349568K->349568K(436928K), 0.0000439 secs]398866.227: [Tenured: 703838K->707334K(1048576K), 11.8975502 secs] 1053406K->707334K(1485504K), 11.8978785 secs]
    398981.491: [GC 398981.491: [DefNew: 349568K->349568K(436928K), 0.0000434 secs]398981.491: [Tenured: 707334K->710596K(1048576K), 11.8955832 secs] 1056902K->710596K(1485504K), 11.8959308 secs]
    399039.192: [GC 399039.192: [DefNew: 349568K->349568K(436928K), 0.0000456 secs]399039.192: [Tenured: 710596K->712593K(1048576K), 11.9330747 secs] 1060164K->712593K(1485504K), 11.9335147 secs]I can make sense of these numbers only if everything in new space gets promoted to tenured space on these GC runs.
    Maybe you want to try running with -XX:SurvivorRatio=2

  • SMTP settings changed after upgrading to 10.5.5

    Anyone else had this problem. I noticed after upgrading that I was sometimes getting an error when sending mail. I’ve looked at my mail account settings and they have changed back to smtp.mac.com. I’m sure they were changed to smtp.me.com when MobileMe went live.
    In work at the moment so cant check, if changing them back will fix it.

    Howard,
    More important than the form of name, is whether there was any change in the Port settings? Is it Port 587, as would probably be the best setting?
    Ernie

  • Viewing Old Transport logs after upgrade

    Hi,
    We are upgrading from 4.6B to 4.7. After upgrade we will be using 4.7
    transport domain for transporting changes. But users should be able to
    see old Transport logs of the 4.6B transports.How this can be
    implemented?
    Thanks,
    Sam

    Hi,
    We are upgrading from 4.6B to 4.7. After upgrade we will be using 4.7
    transport domain for transporting changes. But users should be able to
    see old Transport logs of the 4.6B transports.How this can be
    implemented?
    Thanks,
    Sam

  • No SMTP log after upgrade to Server 4.0.3

    I just updated my server to 4.0.3 and I initially had an error message saying that a script was not owned by postfix repeated in the SMTP log file.
    First I tried to fix it with disk utility but it didn't work.
    So in Terminal I did: sudo chown _postfix /Library/Server/Mail/Data/mta/./guid_device_maps.plist
    Now I have no SMTP log showing in the server menu any ideas on how to get it back is very welcome.
    Kind regards
    Peter

    Okay I reinstalled the Server from App Store and we're back to square one with the message:
    postfix/postfix-script[2941]: warning: not owned by _postfix: /Library/Server/Mail/Data/mta/./guid_device_maps.plist
    However, http://topicdesk.com/faqs/os-x-server-mail-services-faq/166-what-is-virtual-mail -hosting-or-are-virtual-mail-domains say the message doesn't matter.
    So I apologise for the false alarm.
    Kind regards
    Peter

  • WVC210 SMTP not working after upgrade

    Hi Guys,
    I recently upgraded my WVC210 to lastest firmware
    Firmware Version:
    V1.1.0
    After performing this my motion SMTP email doesnt work anymore and when I click on send test email it just tells my failed and nothing appears in log...
    What has changed to stop this working?
    Thanks
    Brian

    Just found this on the MSN site, per this MSN is supporting smtp port 25:
    http://windowslivehelp.com/solution.aspx?solutionid=a485233f-206d-491e-941b-118e45a7cf1b
    I have not tested this as the Camera I need to work on is 75 miles away.
    "Send and Receive Windows Live Hotmail emails from a Mail Client
    7531 of 14889 people found this solution helpful.
    This solution article describes how to set up your Windows Live  Hotmail POP3 account in an email client to send and receive emails.
    Here’s the information to configure your account on your preferred e-mail client:
      - POP3 Server: pop3.live.com (port 995) 
      - SMTP Server: smtp.live.com (port 25)  
    Note: If port 25 has been blocked in your network or by your ISP, you can set SMTP port to 587 with TLS or SSL Encryption depending on the client in use
    Please make sure to check the box that indicates that your outgoing server requires authentication (in most e-mail clients, this is not checked by default).
      - Username: your full e-mail address
      - Password: your Windows Live ID password

  • SMTP servers bug after upgrade to 10.8.5

    Since I installed the latest service upgrade, all my SMTP mail outgoing servers won't work any more. I haven't changed the settings since the upgrade. i use iMail 10.6 (1510), and I've checked the passwords once again. But all my (5) SMTP accounts are set to (Offline). However, my Exchange account is still working. Does anyone have the same problem after the upgrade?
    Thank you!

    Mine all work.
    Try running the combo update. If repairs/fixes more files than the update.
    10.8.5 Combo Update

  • Seemingly successful install of Exchange 2013 SP1 turns into many errors in event logs after upgrade to CU7

    I have a new Exchange 2013 server with plans to migrate from my current Exchange 2007 Server. 
    I installed Exchange 2013 SP1 and the only errors I saw in the event log seemed to be long standing known issues that did not indicate an actual problem (based on what I read online). 
    I updated to CU7 and now lots of errors have appeared (although the old ones seem to have been fixed so I have that going for me). 
    Currently the Exchange 2013 server is not in use and clients are still hitting the 2007 server.
    Issue 1)
    After each reboot I get a Kernel-EventTracing 2 error.  I cannot find anything on this on the internet so I have no idea what it is.
    Session "FastDocTracingSession" failed to start with the following error: 0xC0000035
    I did read other accounts of this error with a different name in the quotes but still can’t tell what this is or where it is coming from.
    Issue 2)
    I am still getting 5 MSExchange Common 106 errors even after reregistering all of the perf counters per this page:
    https://support.microsoft.com/kb/2870416?wa=wsignin1.0
    One of the perf counters fails to register using the script from the link above.
    66 C:\Program Files\Microsoft\Exchange Server\V15\Setup\Perf\InfoWorkerMultiMailboxSearchPerformanceCounters.xml
    New-PerfCounters : The performance counter definition file is invalid.
    At C:\Users\administrator.<my domain>\Downloads\script\ReloadPerfCounters.ps1:19 char:4
    +    New-PerfCounters -DefinitionFileName $f
    +    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo         
    : InvalidData: (:) [New-PerfCounters], TaskException
        + FullyQualifiedErrorId : [Server=VALIS,RequestId=71b6bcde-d73e-4c14-9a32-03f06e3b2607,TimeStamp=12/18/2014 10:09:
       12 PM] [FailureCategory=Cmdlet-TaskException] 33EBD286,Microsoft.Exchange.Management.Tasks.NewPerfCounters
    But that one seems unrelated to the ones that still throw errors. 
    Three of the remaining five errors are (the forum is removing my spacing between the error text so it looks like a wall of text - sorry):
    Performance counter updating error. Counter name is Count Matched LowFidelity FingerPrint, but missed HighFidelity FingerPrint, category name is MSExchange Anti-Malware Datacenter Perfcounters. Optional code: 3. Exception: The
    exception thrown is : System.InvalidOperationException: The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly.
       at System.Diagnostics.PerformanceCounter.InitializeImpl()
       at System.Diagnostics.PerformanceCounter.set_RawValue(Int64 value)
       at Microsoft.Exchange.Diagnostics.ExPerformanceCounter.set_RawValue(Int64 value)
    Last worker process info : System.ArgumentException: Process with an Id of 7384 is not running.
       at System.Diagnostics.Process.GetProcessById(Int32 processId)
       at Microsoft.Exchange.Diagnostics.ExPerformanceCounter.GetLastWorkerProcessInfo()
    Performance counter updating error. Counter name is Number of items, item is matched with finger printing cache, category name is MSExchange Anti-Malware Datacenter Perfcounters. Optional code: 3. Exception: The exception thrown
    is : System.InvalidOperationException: The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly.
       at System.Diagnostics.PerformanceCounter.InitializeImpl()
       at System.Diagnostics.PerformanceCounter.set_RawValue(Int64 value)
       at Microsoft.Exchange.Diagnostics.ExPerformanceCounter.set_RawValue(Int64 value)
    Last worker process info : System.ArgumentException: Process with an Id of 7384 is not running.
       at System.Diagnostics.Process.GetProcessById(Int32 processId)
       at Microsoft.Exchange.Diagnostics.ExPerformanceCounter.GetLastWorkerProcessInfo()
    Performance counter updating error. Counter name is Number of items in Malware Fingerprint cache, category name is MSExchange Anti-Malware Datacenter Perfcounters. Optional code: 3. Exception: The exception thrown is : System.InvalidOperationException:
    The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly.
       at System.Diagnostics.PerformanceCounter.InitializeImpl()
       at System.Diagnostics.PerformanceCounter.set_RawValue(Int64 value)
       at Microsoft.Exchange.Diagnostics.ExPerformanceCounter.set_RawValue(Int64 value)
    Last worker process info : System.ArgumentException: Process with an Id of 7384 is not running.
       at System.Diagnostics.Process.GetProcessById(Int32 processId)
       at Microsoft.Exchange.Diagnostics.ExPerformanceCounter.GetLastWorkerProcessInfo()
    Issue 3)
    I appear to have some issues related to the healthmailboxes. 
    I get MSExchangeTransport 1025 errors for multiple healthmailboxes.
    SMTP rejected a (P1) mail from 'HealthMailbox23b10b91745648819139ee691dc97eb6@<my domain>.local' with 'Client Proxy <my server>' connector and the user authenticated as 'HealthMailbox23b10b91745648819139ee691dc97eb6'. The Active Directory
    lookup for the sender address returned validation errors. Microsoft.Exchange.Data.ProviderError
    I reran setup /prepareAD to try and remedy this but I am still getting some.
    Issue 4)
    I am getting an MSExchange RBAC 74 error. 
    (Process w3wp.exe, PID 984) Connection leak detected for key <my domain>.local/Admins/Administrator in Microsoft.Exchange.Configuration.Authorization.WSManBudgetManager class. Leaked Value 1.
    Issue 5)
    I am getting MSExchange Assistants 9042 warnings on both databases.
    Service MSExchangeMailboxAssistants. Probe Time Based Assistant for database Database02 (c83dbd91-7cc4-4412-912e-1b87ca6eb0ab) is exiting a work cycle. No mailboxes were successfully processed. 2 mailboxes were skipped due to errors. 0 mailboxes were
    skipped due to failure to open a store session. 0 mailboxes were retried. There are 0 mailboxes in this database remaining to be processed.
    Some research suggested this may be related to deleted mailboxes however I have never had any actual user mailboxes on this server. 
    If they are healthmailboxes or arbitration mailboxes that might make sense but I am unsure of what to do on this.
    Issue 6)
    At boot I am getting an MSExchange ActiveSync warning 1033
    The setting SupportedIPMTypes in the Web.Config file was missing. 
    Using default value of System.Collections.Generic.List`1[System.String].
    I don't know why but this forum is removing some of my spacing that would make parts of this easier to read.

    Hi Eric
    Yes I have uninstalled and reinstalled Exchange 2013 CU7 for the 3<sup>rd</sup> time. 
    I realize you said one issue per forum thread but since I already started this thread with many issues I will at least post what I have discovered on them in case someone finds their way here from a web search.
    I have an existing Exchange 2007 server in the environment so I am unable to create email address policies that are defined by “recipient container”. 
    If I try and do so I get “You can't specify the recipient container because legacy servers are detected.”
     So I cannot create a normal email address policy and restrict it to an OU without resorting to some fancy filtering. 
    Instead what I have done is use PS to modify extensionAttribute1 (otherwise known as Custom Attribute 1 to exchange) for all of my users. 
    I then applied an address policy to them and gave it the highest priority. 
    Then I set a default email address policy for the entire organization. 
    After reinstalling Exchange all of my system mailboxes were created with the internal domain name. 
    So issue number 3 above has not come up. 
    For issue number one above I have created a new thread:
    https://social.technet.microsoft.com/Forums/office/en-US/7eb12b89-ae9b-46b2-bd34-e50cd52a4c15/microsoftwindowskerneleventtracing-error-2-happens-twice-at-boot-ex2013cu7?forum=exchangesvrdeploy
    For issue number four I have posted to this existing thread where there is so far no resolution:
    https://social.technet.microsoft.com/Forums/exchange/en-US/2343730c-7303-4067-ae1a-b106cffc3583/exchange-error-id-74-connection-leak-detected-for-key?forum=exchangesvradmin
    Issue number Five I have managed to recreate and get rid of in more than one way. 
    If I create a new database in ECP and set the database and log paths where I want, then this error will appear. 
    If I create the database in the default location and then use EMS to move it and set the log path, then the error will not appear. 
    The error will also appear (along with other errors) if I delete the health mailboxes and let them get recreated by restarting the server or the Health Manager service. 
    If I then go and set the retention period for deleted mailboxes to 0 days and wait a little while, these will all go away. 
    So my off hand guess is that these are caused by orphaned system mailboxes.
    For issue number six I have posted to this existing thread where there is so far no resolution:
    https://social.technet.microsoft.com/Forums/exchange/en-US/dff62411-fad8-4d0c-9bdb-037374644845/event-1033-msexchangeactivesync-warning?forum=exchangesvrmobility
    So for the remainder of this thread we can try and tackle issue number two which is the perf counters. 
    The exact same 5 perf counter were coming up and this had been true each time I have uninstalled and reinstalled Exchange 2013CU7. 
    Actually to be more accurate a LOT of perf counter errors come up after the initial install, but reloading the perf counters using the script I posted above reduces it to the same five. 
    Using all of your suggestions so far has not removed these 5 remaining errors either.  Since there is no discernible impact other than these errors at boot I am not seriously bothered by them but as will all event log errors, I would prefer
    to make them go away if possible.

  • Problem with  Firefighter logs after upgrade to 5.3 from 5.2

    Hello Gurus ,
    just for 2 weeks we are running GRC 5.3 , which we updated from the 5.2 version .
    Unfortunately i could not make all the possible tests in one day and after i didnt check the FF reports .
    So after 10 days..after solving some issues from the upgrade i realized that in SPM (Superuser Priviliege Management ) we have a problem as well .
    We cant perform anymore reason / activity reports because the data are empty.By empty i mean all the entries users made dissapeard. I searched the two tables that normally should have the data (/virsa/zffcdhdr and the  STXH ) but with no luck .
    The other problem is..that after the upgrade to 5.3 from 5.2 the grcservice user that is responsible for the job  /VIRSA/ZVFATBAK didnt had enough authorization to complete the job , thing that before worked fine .
    So for 10 days the job didnt run and when i run the log report i see for every FFID the message "BACKGROUND JOB WAS NOT SCHEDULED/LOG & FILE NOT YET GENERATED"
    When i look directly in the tables CDHDR and CDPOS   i can see the data that the log  needs.
    But how can i reconstruct the FF log with this data ? Because when the auditor comes i would like to have the complete logs.
    thank you all for the support
    Cheerz ,
    david

    Hi David,
    Please go through the SAP Note [1143639|https://service.sap.com/sap/support/notes/1143639] (and subsequent Notes). I hope it is of help, at least partially.
    Best regatds,
    Feri
    Edited by: Ferenc Orosz on Apr 2, 2009 2:43 PM

  • No mail logging after upgrade to 10.5.7

    Everything seems to be working normally, but no logging is taking place to /var/log/mail.log.
    If I edit amavisd.conf to turn off syslog logging and log to /var/log/amavis.log, it does go there.
    Nothing looks wrong in syslog.conf, etc.
    Any ideas?

    After a little additional research I've found the following...
    Upon opening a Terminal Window and entering /Applications/Mail.app/Contents/MacOS/Mail I'm provided with: cannot execute binary file
    Might this imply the upgrade to 10.5.7 corrupted the Mail.app executable? if yes, how do I revert to a previous version? Will TimeMachine help in this?

  • Can't logging after upgrade

    Hi,
    yesterday i've upgrade Quicktime and iTunes, after the reboot i'm not able to logging. The logging screen appears few seconds and blue screen and logging screen and sometimes black screen.
    Someone can help me before i've to reinstal the OS
    Fabien

    I've had to turn off 'HTTPS log on'  from Hotmail on my PC through their advanced privacy settings to get Hotmail to work on my Nokia N8 Nokia Browser. I used to be able to log on with HTTPS on my N8 BEFORE the Anna upgrade. Why can't I still log onto hotmail with HTTPS from my phone AFTER the Anna uprade?
    Are there any settings on my phone to change to enable HTTPS browsing on it?
    I don't get the pop-up either when I'm logging onto my Facebook from my N8 anymore after the Anna upgrade. Something like 'Accessing secure page. Continue?' or something like that. It was a prompt that appeared straight after signing into Facebook or Hotmail. Why has that prompt disappeared?
    Anybody got any ideas about any of this?
    Thanks

  • Warning messages in system log after upgrading to SP4

    Hello there, I am starting to see quite a lot of warning messages in the system log saying the following:
    Failed loading JDBC Driver class com.microsoft.jdbc.sqlserver.SQLServerDriver - Exception:java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver
    Failed loading JDBC Driver class com.sap.dbtech.jdbc.DriverSapDB - Exception:java.lang.ClassNotFoundException: com.sap.dbtech.jdbc.DriverSapDB
    Failed loading JDBC Driver class org.gjt.mm.mysql.Driver - Exception:java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver
    We are using MSSQL as the underlying database, so maybe something needs to be unchecked somewhere? Any ideas?
    Best regards,
    Anders

    Anders,
        I just updated to SP4 and tried a user creation (my database is also MSSQL). I did not see any warnings in the system logs. Like Thomas said you must have extra entries in the Tools/Option/Java/JDBC driver names.
    All you need is just one entry "com.microsoft.sqlserver.jdbc.SQLServerDriver".
    Hope this helps.
    Thanks
    Shabna

  • Error in TFS Release Management Server after Upgrading to Update 3

    Some weird and unexplained error logged in InRelease aka (Release Management) server event log after upgrading Release Management Update 1 to update 3.
    Below error started getting logged only after upgrading to Update 3.
    Even though we started the Inrelease Server and all agents but no luck.
    Any immediate help would be much helpful.
    ----------------------------------- EVENT LOG ERROR ------------------------------------
    Timestamp: 12/15/2014 10:22:18 AM
    Message: 'LambdaValue>' is not of type 'ServerActivity'. When loading this instance you must ensure that the activity with name 'LambdaValue>' implements
    'ServerActivity'.: \r\n\r\n at
    System.Activities.ActivityInstance.System.Activities.Runtime.ActivityInstanceMap.IActivityReference.Load(Activity activity, ActivityInstanceMap instanceMap) at System.Activities.Runtime.ActivityInstanceMap.InstanceList.Load(Activity activity, ActivityInstanceMap
    instanceMap) at System.Activities.Runtime.ActivityInstanceMap.LoadActivityTree(Activity rootActivity, ActivityInstance rootInstance, List1
    secondaryRootInstances, ActivityExecutor executor) at System.Activities.Runtime.ActivityExecutor.OnDeserialized(Activity workflow, WorkflowInstance workflowInstance) at System.Activities.Hosting.WorkflowInstance.InitializeCore(IDictionary2 workflowArgumentValues,
    IList1
    workflowExecutionProperties) at System.Activities.Hosting.WorkflowInstance.Initialize(Object deserializedRuntimeState, DynamicUpdateMap updateMap) at System.Activities.WorkflowApplication.LoadCore(DynamicUpdateMap updateMap, TimeoutHelper timeoutHelper, Boolean
    loadAny, IDictionary2 values) at System.Activities.WorkflowApplication.Load(Guid instanceId, TimeSpan timeout) at System.Activities.WorkflowApplication.Load(Guid instanceId) at Microsoft.TeamFoundation.Release.ServiceProcessor.Processor.WorkflowInstance.WorkflowInstanceCacheSingleton.<.cctor>b__1(WorkflowApplication
    app, Guid id) at
    Microsoft.TeamFoundation.Release.ServiceProcessor.Processor.WorkflowInstance.WorkflowInstanceCache.CreateApplicationInCache(CreateParameters createParameters, Guid id) at Microsoft.TeamFoundation.Release.ServiceProcessor.Processor.WorkflowInstance.WorkflowInstanceCache.GetInstance(CreateParameters
    createParameters, Guid id) at Microsoft.TeamFoundation.Release.ServiceProcessor.Processor.WorkflowInstance.CachedWorkflowInstanceLoader.GetInstance(DeploymentLog log, CreateParameters createParams) at Microsoft.TeamFoundation.Release.ServiceProcessor.Processor.DeploymentControllerServiceProcessor.ContinueDeploymentWithFinalComponentState(DeploymentLog
    log) at Microsoft.TeamFoundation.Release.ServiceProcessor.Processor.DeploymentControllerServiceProcessor.ContinueDeployment(String log)
    Category: General
    Priority: -1
    EventId: 0
    Severity: Error
    Title:
    Machine: **********
    Application Domain: /LM/W3SVC/1/ROOT-1-130630102320068767
    Process Id: 6628
    Process Name: C:\Windows\SysWOW64\inetsrv\w3wp.exe
    Win32 Thread Id: 1344
    Thread Name:
    Extended Properties:

    Dear Charles-Li,
    Thank you so much for your reply.
    we started using  Release Management Update 1  and it was worked perfectly fine.  then we move to upgrade existing Release Management(server,
    Database and agent) with Update 3, which we did, and its working fine  except lots of error as mentioned in above thread, are getting logged in server event log at regular interval till now(3-4 errors every second).
    even though lots of error are getting logged but we are not facing any issue while using Release Management with update 3.
    But i am bit curious to know out reason for getting those error.
    <<clean
    the cache folder and restrat Release Management and try again>>
    already tried but no luck.
    Thanks!!

  • [Solved]Terminology - Broken after upgrade

    After running a system update it appears that Terminology is no longer working correctly.
    i.e:
    Background does not render properly, just shows black screen, Cannot use rightclick to make modifications, etc
    Has anyone else experienced this issue?
    =====================================
    Fix:
    Downgrade to package 0.6.1-1 from cache
    pacman -U /var/cache/pacman/pkg/terminology-0.6.1-1-x86_64.pkg.tar.xz
    =====================================
    Last edited by cyberpsych0sis (2014-11-12 02:59:41)

    jasonwryan wrote:
    Start it from another terminal and see what error it prints...
    Also, please paste the list of packages that were included in your last upgrade.
    Output from the pacman.log after upgrade:
    [2014-11-11 18:21] [PACMAN] Running 'pacman -Syu'
    [2014-11-11 18:21] [PACMAN] synchronizing package lists
    [2014-11-11 18:22] [PACMAN] starting full system upgrade
    [2014-11-11 18:30] [PACMAN] upgraded at-spi2-core (2.14.0-1 -> 2.14.1-1)
    [2014-11-11 18:30] [PACMAN] upgraded avahi (0.6.31-13 -> 0.6.31-14)
    [2014-11-11 18:30] [PACMAN] upgraded ca-certificates-mozilla (3.17.1-1 -> 3.17.2-1)
    [2014-11-11 18:30] [PACMAN] upgraded calibre (2.8.0-1 -> 2.9.0-1)
    [2014-11-11 18:30] [PACMAN] upgraded kmod (18-1 -> 18-2)
    [2014-11-11 18:30] [PACMAN] upgraded libsystemd (216-3 -> 217-6)
    [2014-11-11 18:30] [PACMAN] installed lz4 (123-1)
    [2014-11-11 18:30] [PACMAN] upgraded systemd (216-3 -> 217-6)
    [2014-11-11 18:30] [PACMAN] upgraded colord (1.2.3-1 -> 1.2.5-1)
    [2014-11-11 18:30] [PACMAN] upgraded curl (7.38.0-3 -> 7.39.0-1)
    [2014-11-11 18:30] [PACMAN] upgraded dhcpcd (6.6.0-1 -> 6.6.1-1)
    [2014-11-11 18:30] [PACMAN] upgraded gcc-libs (4.9.1-2 -> 4.9.2-1)
    [2014-11-11 18:30] [PACMAN] upgraded poppler (0.26.5-1 -> 0.28.1-1)
    [2014-11-11 18:30] [PACMAN] upgraded evas_generic_loaders (1.11.2-1 -> 1.11.2-2)
    [2014-11-11 18:30] [PACMAN] upgraded fakeroot (1.20.1-1 -> 1.20.2-1)
    [2014-11-11 18:30] [PACMAN] upgraded gcc (4.9.1-2 -> 4.9.2-1)
    [2014-11-11 18:30] [PACMAN] upgraded gnutls (3.3.9-1 -> 3.3.10-1)
    [2014-11-11 18:30] [PACMAN] upgraded gstreamer (1.4.3-1 -> 1.4.4-1)
    [2014-11-11 18:30] [PACMAN] upgraded gst-plugins-base-libs (1.4.3-1 -> 1.4.4-1)
    [2014-11-11 18:30] [PACMAN] upgraded gst-plugins-base (1.4.3-1 -> 1.4.4-1)
    [2014-11-11 18:30] [PACMAN] upgraded gtk3 (3.14.4-2 -> 3.14.5-1)
    [2014-11-11 18:30] [PACMAN] upgraded ldns (1.6.17-1 -> 1.6.17-2)
    [2014-11-11 18:30] [PACMAN] upgraded libedit (20140620_3.1-1 -> 20141030_3.1-1)
    [2014-11-11 18:30] [PACMAN] upgraded libffi (3.1-2 -> 3.1-3)
    [2014-11-11 18:30] [PACMAN] upgraded libltdl (2.4.2-14 -> 2.4.2-15)
    [2014-11-11 18:30] [PACMAN] upgraded libtool (2.4.2-14 -> 2.4.2-15)
    [2014-11-11 18:30] [PACMAN] upgraded logrotate (3.8.7-3 -> 3.8.8-2)
    [2014-11-11 18:30] [PACMAN] upgraded man-db (2.7.0.2-2 -> 2.7.1-1)
    [2014-11-11 18:30] [PACMAN] upgraded mesa-dri (10.3.2-1 -> 10.3.3-1)
    [2014-11-11 18:30] [PACMAN] upgraded mesa (10.3.2-1 -> 10.3.3-1)
    [2014-11-11 18:30] [PACMAN] upgraded mesa-libgl (10.3.2-1 -> 10.3.3-1)
    [2014-11-11 18:30] [PACMAN] upgraded nss (3.17.1-1 -> 3.17.2-1)
    [2014-11-11 18:30] [ALPM] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2014-11-11 18:30] [PACMAN] upgraded pacman-mirrorlist (20141028-1 -> 20141108-1)
    [2014-11-11 18:30] [PACMAN] upgraded poppler-glib (0.26.5-1 -> 0.28.1-1)
    [2014-11-11 18:30] [PACMAN] upgraded python-pygments (1.6-4 -> 2.0.1-1)
    [2014-11-11 18:30] [PACMAN] upgraded systemd-sysvcompat (216-3 -> 217-6)
    [2014-11-11 18:30] [PACMAN] upgraded terminology (0.6.1-1 -> 0.7.0-1)
    [2014-11-11 18:30] [PACMAN] upgraded xorg-server-common (1.16.1-1 -> 1.16.2-1)
    [2014-11-11 18:30] [PACMAN] upgraded xorg-server (1.16.1-1 -> 1.16.2-1)
    And when I run Terminology from Xterm it doesn't seem to provide any errors.

  • Unable to log into the portal-After Upgrade from NetWeaver 7.0 to 7.3EHP1

    Dear Experts,
    We have poltal landscape(NW 7.0 Dualstack SPS27) with our customozed themes and par files(Company name,logos and colours)
    Recently we upgraded the one of portal from NW 7.0 to NW 7.3EHP1 . Upgrade has been successfilly completed with small issue.
    After upgrade all urls are working(/nwa, /sld) except /irj/portal.We know that NW 7.3 EHp1 accepts only ear file i.e we converted the our customized log on par file to ear file through par migration tool and the same was deployed successfully through NWDS 7.3 version.After deploying we are able to access the
    /irj/portal url with our customized par(means ear file) without issues,
    We are unable to log into the portal after giving the correct user id and password,getting the portal runtime error as foloows.
    Portal runtime error
    An exception occured while processing your request.Send the exception ID your administrator
    Exception id:
    see log files for details about this exception
    Default.trc log file(/server0/log)
    #EP-PIN-PRT#tc~epbc~prtc~api#C00061FD2733006C00000005000056CB#9034950000000004#sap.com/com.sap.portal.runtime.system.hooks#com.sap.portal.prt.
    runtime#J2EE_ADMIN#4##43E00B85A79911E380F800000089DCC6#3a483a0fa79911e3903000000089dcc6#3a483a0fa79911e3903000000089dcc6#0#Thread[HTTP Worker
    [@900472845],5,Dedicated_Application_Thread]#Plain##
    08:14_09/03/14_0005_9034950
    [EXCEPTION]
    java.lang.RuntimeException: Could not create Resource Repository root folder in PCD
    at com.sap.portal.resource.repository.ResourceRepositorySrv.initRepositoryRootContext(ResourceRepositorySrv.java:140)
    at com.sap.portal.resource.repository.ResourceRepositorySrv.init(ResourceRepositorySrv.java:93)
    at com.sap.portal.prt.core.RequestDispatcherFactory$ServiceRequestDispatcher$3.service(RequestDispatcherFactory.java:518)
    at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:363)
    at com.sap.portal.prt.core.RequestDispatcherFactory$ServiceRequestDispatcher.init(RequestDispatcherFactory.java:503)
    at com.sap.portal.prt.broker.PortalServiceItem.initServiceInstance(PortalServiceItem.java:347)
    at com.sap.portal.prt.broker.PortalServiceItem.getServiceInstance(PortalServiceItem.java:210)
    at com.sap.portal.prt.broker.PortalServiceItem.load(PortalServiceItem.java:578)
    at com.sap.portal.prt.om.ObjectsManager.createObejctHandle(ObjectsManager.java:234)
    at com.sap.portal.prt.om.ObjectsManager.getObjectHandle(ObjectsManager.java:147)
    at com.sap.portal.prt.broker.PortalAppBroker.getPortalService(PortalAppBroker.java:498)
    at com.sap.portal.prt.service.ServiceManager.getPortalServiceItem(ServiceManager.java:431)
    at com.sap.portal.prt.service.ServiceManager.get(ServiceManager.java:220)
    at com.sap.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:130)
    at com.sap.portal.resource.repository.WebResourceRepositorySrv.init(WebResourceRepositorySrv.java:71)
    at com.sap.portal.prt.core.RequestDispatcherFactory$ServiceRequestDispatcher$3.service(RequestDispatcherFactory.java:518)
    at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:363)
    at com.sap.portal.prt.core.RequestDispatcherFactory$ServiceRequestDispatcher.init(RequestDispatcherFactory.java:503)
    at com.sap.portal.prt.broker.PortalServiceItem.initServiceInstance(PortalServiceItem.java:347)
    at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:363)
    at com.sap.portal.prt.core.RequestDispatcherFactory$ServiceRequestDispatcher.init(RequestDispatcherFactory.java:503)
    at com.sap.portal.prt.broker.PortalServiceItem.initServiceInstance(PortalServiceItem.java:347)
            at com.sap.portal.prt.broker.PortalServiceItem.getServiceInstance(PortalServiceItem.java:210)
            at com.sap.portal.prt.broker.PortalServiceItem.load(PortalServiceItem.java:578)
            at com.sap.portal.prt.om.ObjectsManager.createObejctHandle(ObjectsManager.java:234)
            at com.sap.portal.prt.om.ObjectsManager.getObjectHandle(ObjectsManager.java:147)
            at com.sap.portal.prt.broker.PortalAppBroker.getPortalService(PortalAppBroker.java:498)
            at com.sap.portal.prt.service.ServiceManager.getPortalServiceItem(ServiceManager.java:431)
            at com.sap.portal.prt.service.ServiceManager.get(ServiceManager.java:220)
            at com.sap.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:130)
            at com.sap.portal.resource.repository.WebResourceImportService$ResourceImporter.<init>(WebResourceImportService.java:248)
            at com.sap.portal.resource.repository.WebResourceImportService.importApplicationResources(WebResourceImportService.java:172)
            at com.sapportals.portal.navigation.NavigationMimeRepositoryService.loadAllPicsToWRR(NavigationMimeRepositoryService.java:186)
            at com.sapportals.portal.navigation.NavigationMimeRepositoryService.init(NavigationMimeRepositoryService.java:160)
            at com.sap.portal.prt.core.RequestDispatcherFactory$ServiceRequestDispatcher$3.service(RequestDispatcherFactory.java:518)
            at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:363)
            at com.sap.portal.prt.core.RequestDispatcherFactory$ServiceRequestDispatcher.init(RequestDispatcherFactory.java:503)
            at com.sap.portal.prt.broker.PortalServiceItem.initServiceInstance(PortalServiceItem.java:347)
            at com.sap.portal.prt.broker.PortalServiceItem.getServiceInstance(PortalServiceItem.java:210)
            at com.sap.portal.prt.broker.PortalServiceItem.load(PortalServiceItem.java:578)
            at com.sap.portal.prt.om.ObjectsManager.createObejctHandle(ObjectsManager.java:234)
            at com.sap.portal.prt.om.ObjectsManager.getObjectHandle(ObjectsManager.java:147)
            at com.sap.portal.prt.broker.PortalAppBroker.getPortalService(PortalAppBroker.java:498)
            at com.sap.portal.prt.service.ServiceManager.getPortalServiceItem(ServiceManager.java:431)
            at com.sap.portal.prt.service.ServiceManager.get(ServiceManager.java:220)
    at com.sap.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:130)
            at com.sap.portal.pcm.iview.admin.PcmIviewCommon.getAdditionalAttributes(PcmIviewCommon.java:358)
            at com.sap.portal.pcm.iview.admin.PcmIviewCommon.initLayers(PcmIviewCommon.java:173)
            at com.sap.portal.pcm.iview.admin.AdminBaseiView.createAttrSetLayersList(AdminBaseiView.java:177)
            at com.sap.portal.pcm.page.admin.AdminBasePage.getCustomImplementation(AdminBasePage.java:76)
            at com.sap.portal.pcm.admin.PcmAdminBase.getImplementation(PcmAdminBase.java:642)
            at com.sapportals.portal.navigation.LightningHelperService.getFrameworkPageAttributesValues(LightningHelperService.java:143)
            at com.sapportals.portal.navigation.LightningHelperService.getFrameworkPageAttributesValues(LightningHelperService.java:171)
            at com.sapportals.portal.navigation.fpm.util.PhaseConfiguration.prepareAttributes(PhaseConfiguration.java:71)
            at com.sapportals.portal.navigation.fpm.util.PhaseConfiguration.storeRelatedAttributesInSharedStorage(PhaseConfiguration.java:35)
            at com.sapportals.portal.navigation.fpm.NavigationFpmListener.doFrameworkPhase(NavigationFpmListener.java:535)
            at com.sapportals.portal.navigation.fpm.NavigationFpmListener.doPhase(NavigationFpmListener.java:122)
            at com.sapportals.portal.pb.fpm.FPMContainer.distributeEvent(FPMContainer.java:63)
            at com.sapportals.portal.pb.fpm.FPM.doDocumentHook(FPM.java:179)
            at com.sapportals.portal.prt.service.document.DocumentHookMulticaster.doDocumentHook(DocumentHookMulticaster.java:100)
            at com.sapportals.portal.prt.service.document.DocumentHookService.doDocumentHook(DocumentHookService.java:119)
            at com.sapportals.portal.prt.service.document.DocumentHookServiceNew.doDocumentHook(DocumentHookServiceNew.java:186)
            at com.sapportals.portal.prt.connection.PortalHook.doDocumentHook(PortalHook.java:665)
            at com.sap.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:183)
            at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:107)
            at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:141)
            at com.sap.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:206)
            at com.sapportals.portal.navigation.PortalLauncher.doContent(PortalLauncher.java:116)
            at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:213)
            at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:129)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
            at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
            at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)
            at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
            at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
            at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
            at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
            at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    Caused by: javax.naming.InvalidNameException: Character not allowed: ':' in 'pcd:resource_repository'
    at com.sapportals.portal.pcd.pl.PcdName.checkComponent(PcdName.java:64)
            at com.sapportals.portal.pcd.pl.PcdName.checkNameComponent(PcdName.java:39)
            at com.sapportals.portal.pcd.pl.PcdName.padd(PcdName.java:636)
            at com.sapportals.portal.pcd.pl.PcdName.add(PcdName.java:626)
            at com.sapportals.portal.pcd.gl.util.StringUtils.tokenizeIntoPcdName(StringUtils.java:112)
            at com.sapportals.portal.pcd.pl.PcdName.appendUrlInternal(PcdName.java:408)
            at com.sapportals.portal.pcd.pl.PcdName.<init>(PcdName.java:245)
            at com.sap.portal.resource.repository.ResourceRepositorySrv.initRepositoryRootContext(ResourceRepositorySrv.java:121)
            ... 132 more
    1)We are suspecting this issue is related to the theme issue.How to update the theme in the upgraded portal(have a backup of themes)
    2)Want to know if we update a theme where it stored at the operating system level(in NW 7.3 EHP1 as well as NW 7.0)
    3)Is there any post steps after portal upgrade.
    Request you suggest.
    Regards
    Maruthi

    Hi
    Refer the SAP Notes
    1942399 - Fix usage of unregistered class loader while processing HTTP request in an application being updated or stopped at the same time
    1744820 - Migration 7.3 fails while executing migration of pcd_upgrade
    1703578 - WPC migration stops during connection creation
    1918086 - ERROR: Unable to get iView
    Regards
    Ram

Maybe you are looking for

  • Include Image using cid:... then receiving to Junk folder

    Hi All, I'm trying to include an image to the mail. Image is correctly included.. but the mail is receiving to Junk folder in OutLook. Whats wrong? Pls help me. My code: MimeBodyPart mbp1 = new MimeBodyPart();          mbp1.setContent(" <HTML><BODY>"

  • I am trying to upload a video...Need massive help PLEASE!

    Ok, I have a Sony video camera with the little mini discs and I am trying to get my video onto my MacBook Pro. I tried to insert the disc into my Pro and had to go to Apple to get it taken out. Strike one. I then tried to go to Best Buy to buy the ca

  • PO and SO relation

    Hello, I have a SO and how to find PO. What is the table name which relate both. Thanks, Shreekant

  • Attach existing PDF to DMS

    Hello, i would like to ask question about DMS. My goal is to attach PDF files to every material (packaging specification). I already have a directory which i can see using AL11. I already managed to create DMS (using BAPI_DOCUMENT_CREATE2) but now i

  • Read Timeout on non-blocking sockets

    Hi, I was wondering if there is a way to specify a read timeout (like setSoTimeout for synchronous sockets) when using a non-blocking socket. I'd like to have the select() method return is a sockets timeout expires, puting in the selected key set the