Indexing not running

Noticed my outlook express would no longer do a search and was endlessly trying to index.....looked at indexing options through the control panel and am told "Indexing is not running"....but can't figure out how to turn on.
Ideas?

One solution is to delete all files with .BLF and .REGTRANS-MS extension in directory 
C:\windows\system32\config\TxR 
See http://support.microsoft.com/kb/2484025
It did not work for me (I was unable to delete all files, which were recognizes as essential system files), but it did for others.
The solution for me was: 
Essential first step: disable Window Search service (not stop, but disable).
Reboot
Delete all files in C:\ProgramData\Microsoft\Search\Data\Applications\Windows
Delete all files in C:\ProgramData\Microsoft\Search\Data\Temp
(these are hidden files, so be sure that hidden files are made visible)
Reboot
Start Window Search service (delayed start).
Reboot
(I'm not sure if the last reboots are really necessary, but I did it just in case).
Source: http://www.online-tech-tips.com/computer-tips/how-to-fix-microsoft-windows-search-indexer-stopped-wo... 

Similar Messages

  • Index not running

    Hi All,
    I have following query
    SELECT Effective_Date
    FROM X WHERE
    (IE$0 LIKE ' ' || RPAD(:v_cGroup, 10) ||:v_cCertificate|| '%') or
    (IE$0 LIKE 'N' || RPAD(:v_cGroup, 10) ||:v_cCertificate|| '%')
    AND FC_PMRXDR = '1'
    AND IS_DELETED = 'N'
    when I run explain plan, it said that Oracle performed full table scan for that query. it ran 17 sec for that
    However, when I changed the query using hardcoded values as follow
    SELECT Effective_Date
    FROM X WHERE
    (IE$0 LIKE ' ' || RPAD('1111', 10) ||'123456789'|| '%') or
    (IE$0 LIKE 'N' || RPAD('1111', 10) ||'123456789'|| '%')
    AND FC_PMRXDR = '1'
    AND IS_DELETED = 'N'
    the explain plan changed become using INDEX RANGE SCAN and it ran fast 0.016 sec
    oh yes, the IE$0 column is the index column for this table beside the PK. can you tell me how to do force Oracle using the IE$0 index? or I should change my query?
    thanks
    Henry

    Don't use bind variables here as they are not really variable and only fool the optimizer (as you have experienced already)
    Why did you think to use bind variables?

  • The index management service is not running

    Im in the process of creating a web repository  with the following version history
    Version History
    6.0.2.4.3_ContentManagement_Collaboration
    6.0.2.3.5.Enterprise_Portal_Service_Pack_2
    If finished creating the crawler profile, cache, website, sytem,repository.
    when i  go to index admin i get the error 'The index management service is not running '
    tried restarting the servlet engine, the trex server -the error still persists.
    is there any tool/note for correcting this.
    any help apreciated
    prasad badal

    Hello Karsten,
    thank You for your reply.
    We have a lot of entries in our knowledgement.log files as the following:
    #1.5#C000AC17158E0004000004AB005FCB470003E52BC02E9648#1096401000765#com.sapportals.wcm.service.indexmanagement.TaskQueueReaderTask#irj#com.sapportals.wcm.service.indexmanagement.TaskQueueReaderTask#System#0#####com.sapportals.wcm.scheduler##0#0#Error##Plain###null - java.lang.NullPointerException
         at com.sapportals.wcm.service.indexmanagement.TaskQueueReaderTask.run(TaskQueueReaderTask.java:33)
         at com.sapportals.wcm.service.scheduler.wcm.SchedulerEntry.run(SchedulerEntry.java:332)
         at com.sapportals.wcm.service.scheduler.wcm.Scheduler.run(Scheduler.java:367)
         at com.sapportals.wcm.util.factories.ThreadUtils$InternalFixedTimer.run(ThreadUtils.java:91)
         at java.lang.Thread.run(Thread.java:479)
    Do you know what to do?
    Thanks a lot

  • Mds not running. Lazy indexing

    I have been having problems with Finder and Spotlight recently. I've done a clean install and an archive install in the last three weeks but this hasn't helped.
    Spotlight will only carry out a brief index not even nearly indexing my entire drive. The mds process is not running and I can't find the little expletive is hiding in order to manually start it up.
    Finder crashes when I use More Info in the Inspector. I've verified disk permissions and repair both permissions and the startup disk itself.
    I've tried to force a rebuild but it finishes far too quickly.
    sudo mdutil -E /
    is the command for those of you who haven't tried that option yet, does require root access of course.
    Anyone else having similar problems? I've got no idea how to get OS X playing nicely again. In all honesty I feel like I've hit a brick wall.
    All help is appreciated. Thanks fellow Mac-enthusiasts.
    MBP   Mac OS X (10.4.10)   2.33GHz Core2Duo, 3GB, 256MB RadeonX1600, 120GB & 500GB LaCie d2.

    I have fixed the issue myself using a sledgehammer approach as the feather-light touch did not help.
    Here's an extract direct from my blog with all the info you need.
    *Indicative Symptoms*
    If Spotlight is not indexing your drive properly you may notice the search in Mail no longer finds any results. You may also notice Finder slows to a snail’s pace in column view and looking for more info in the Inspector does nothing short of induce a fatal hang within Finder.
    *Feather-light Solutions*
    Apple and other websites will tell you to put your entire drive in the Privacy section of Spotlight’s preference pane and then remove it. This did not work when I tried it as the index was totally corrupted. You may want to try this however as it has worked for some people.
    I opted for using the command line to reindex as I’m a bit of a command line junkie. If you get an indexing status unknown error during this process you’ll need to proceed to the sledgehammer steps.
    If you do not wish to use the command line for this step you will need to refer to http://www.info.apple.com/kbnum/n302223 for more information on fixing spotlight issues.
    And for those of us who aren’t *nix nerds, but still want to use the command line, you will need to enable root user access to employ this fix. Apple have documentation on how to this at http://docs.info.apple.com/article.html?artnum=106290.
    sudo mdutil -i off /
    sudo mdutil -E /
    sudo mdutil -i on /
    These three commands, executed using root user permissions, allow you to firstly turn off indexing on the startup volume (the startup volume is mounted at / hence the forward slash at the end), clear the index completely using the -E flag, and then turn on indexing once again.
    *Sledgehammer Steps*
    These steps should only be used as a last resort as they go above an beyond the typical guidelines for repairing Spotlight, they did however work for me.
    First you’re going to have to remove the main spotlight directories on your HDD using root permissions.
    Then repair disk permissions and reboot.
    The commands necessary are below. This is a _last resort_ and should not be attempted before a simple uninterrupted reindex.
    sudo rm -r /.Spotlight-V100
    sudo rm -r /Library/Spotlight
    diskutil repairPermissions /
    Alternatively, you can use Apple’s Disk Utility to repair permissions. The Disk Utility application can be found within your Utilities folder (/Applications/Utilities/Disk Utility.app.)
    After carrying out these steps reboot your system. Once you’ve logged in DO NOT TOUCH SPOTLIGHT! Just leave your computer alone until the pulsing white circle within the Spotlight icon has disappeared or you will have achieved nothing.
    Happy sudoing!
    Message was edited by: James Conroy-Finn

  • Query not choosing right index and running for long

    The database version is 10.2.0.3 on AIX6.1
    I'm facing a strange issue. The application loads the data first into the database and then switch to query the same tables in the database. These all run as a single process. So, the select queries are unable to choose the right indexes due to CBO. If the query has choosen the wrong index it runs for hours (4 to 5 hours) for just querying a single table with 265,000 records. If I run the statistics just after data load and before the select query starts, the process runs fast and finish soon. Could someone let me know why does it take that much long to run a query with wrong indexes?. The query is not complex and it will access a single table with MAX function in the sub-query. It usally takes 15 to 25 msec to return the records.

    Boochi wrote:
    How long does it take to read 1000 blocks?. Does it take 4 or 5 hours?.You mentioned 1,000 blocks, 265,000 rows, and a max() subquery.
    Let's pretend that the subquery executes once for every row in the table, and scans the whole table checking every row: that 265,001,000 block visits, comparing 70 billion values. That's allowed to take a bit of CPU.
    Four or five hours seems quite high - but not completely insane, especially since we don't know what else is going on at the time, whether or not you're managing to keep all those blocks buffered, how many columns there are in the row, and where in the row the relevant column might be.
    An execution plan, or even the output from "set autotrace traceonly" could be quite instructive.
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk
    "Science is more than a body of knowledge; it is a way of thinking"
    Carl Sagan
    To post code, statspack/AWR report, execution plans or trace files, start and end the section with the tag {noformat}{noformat} (lowercase, curly brackets, no spaces) so that the text appears in fixed format.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Error "Lock not set for: Generate index" while running process chain

    SAP BI 7.0
    SP 17
    I am attempting to run a new process chain and the generate index steps are failing with the below errors:
    "Lock NOT set forGenerate index"
    "RSSM PROCESS INDEX terminated, because InfoCube/DSO object could not be locked."
    The process chain just pauses. I let it finish once and it took 2 hours and then it gave the failure messages. I have looked in sm12 and can see the lock records when the process chain is running - unfortunately I can't make much of what's there - everything looks good to me. I also tried creating the indexes manually inside the cube and then re-ran, but still get the same error. Before running the process chain, I can get the indexes to check to green, but then after running the process chain they go back to red. I have attempted many things (including looking at other forum posts), but I still have the error. Please help. Thanks
    Edited by: Brett Hutchinson on Feb 10, 2009 7:50 PM

    Hello,
    So Create index is getting failed in you PS right?
    1)check  if any other loads are running to the same CUBE(May be from other PC's also)
    Goto Manage of the cube and check, some times it may happen if any Loads are running into cube I mean Load/DTP & roll up may be running.. if so wait till the others Loads(Jobs) get complete then Repeat the failed index
    2) If the Create index is running for long time, then  got RSDDV--> Select the CUBE then click on BIA index(Maintenance wizard), you can see a message if indexes are running , this will happen  only when some one would have tried to generate the indexes manually and it may got failed due to some reason , since u are running it manually u couldn't identify whether it got failed or not unless you got to RSDDV and check. So delete the index here and then rebuild them through PC
    Hope it helps!

  • Applet does not run in Browser

    Iam using Windows XP and IE 6.0. Applets do not run in my browser. Hovering the cursor where the applet should be in the browser, I get a Class not found message. Setting the CLASSPATH variable did not help. Any suggestions?

    You might find an answer in this new page
    [url http://java.sun.com/j2se/1.4.2/docs/guide/deployment/deployment-guide/upgrade-guide/index.html]Java Upgrade Guide: Migrating From the Microsoft JVM to the Sun JRE

  • What are the symptons of macbook pro hard drive not running fast enough

    what are the symptons of the hard drive not running fast enough

    Physically the drive will be as fast as any other of its class, and if not then it's experiencing a mechanical issue that should prompt a warning or two in the system, especially if you use a drive management tool like Disk Utility that checks the drive's built-in "S.M.A.R.T." diagnostics.
    As for "logical speed," if there are bad blocks on the drive where sectors cannot be read or written to because of a breakdown of the storage medium, then this can result in a program or the entire system crashing or hanging (generally the latter is the case), where it usually pauses for a number of seconds at a time. This is usually accompanied by messages that state "I/O Error" or other similar warning in the OS X Console (in the Applications > Utilities folder).
    Beyond this, drive formatting errors such as might happen after a crash or power outage can result in similar hang-like behavior, though this is usually not as distinct of a hanging behavior as is seen with bad blocks.
    Finally, if the drive is simply full of files or highly fragmented (not as much of a problem in OS X, but it can happen), then this can reduce access time for reading and writing files, and prevent the system from optimizing the use of RAM, which can result in overall slowdowns. Heavy drive use can also cause similar bottlenecks, but this is ususally only an intermittent issue during a time when you are performing a heavy file transfer or copying process, or other task that occupies access to the drive's index and formatting (e.g., if you check it for errors with Disk Utility, then you may see the system pause or slow down during the check).

  • Pyzor Not Running Question

    I am thinking this could be a permission issue.
    I have installed the pyzor files as listed at- http://wiki.apache.org/spamassassin/SpamAssassin_on_Mac_OS_X_Server
    There were no issues with the install but when I run spamassassin -D --lint I see the following
    [7661] dbg: pyzor: pyzor is not available: no pyzor executable found
    [7661] dbg: pyzor: no pyzor found, disabling Pyzor
    Again during the test it found the gdbm. The only thing I can think of is a permission issue. Not sure if anyone else has run across this.
    Oh and here is the entire log from the spamassassin -D --lint
    xserve1:~ tope$ sudo su clamav -c "spamassassin -D --lint"
    [7661] dbg: logger: adding facilities: all
    [7661] dbg: logger: logging level is DBG
    [7661] dbg: generic: SpamAssassin version 3.1.5
    [7661] dbg: config: score set 0 chosen.
    [7661] dbg: util: running in taint mode? yes
    [7661] dbg: util: taint mode: deleting unsafe environment variables, resetting PATH
    [7661] dbg: util: PATH included '/opt/local/bin', keeping
    [7661] dbg: util: PATH included '/opt/local/sbin', keeping
    [7661] dbg: util: PATH included '/bin', keeping
    [7661] dbg: util: PATH included '/sbin', keeping
    [7661] dbg: util: PATH included '/usr/bin', keeping
    [7661] dbg: util: PATH included '/usr/sbin', keeping
    [7661] dbg: util: final PATH set to: /opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin
    [7661] dbg: message: ---- MIME PARSER START ----
    [7661] dbg: message: main message type: text/plain
    [7661] dbg: message: parsing normal part
    [7661] dbg: message: added part, type: text/plain
    [7661] dbg: message: ---- MIME PARSER END ----
    [7661] dbg: dns: is Net::DNS::Resolver available? yes
    [7661] dbg: dns: Net::DNS version: 0.59
    [7661] dbg: diag: perl platform: 5.008006 darwin
    [7661] dbg: diag: module installed: Digest::SHA1, version 2.10
    [7661] dbg: diag: module installed: DB_File, version 1.814
    [7661] dbg: diag: module installed: HTML::Parser, version 3.36
    [7661] dbg: diag: module installed: MIME::Base64, version 3.05
    [7661] dbg: diag: module installed: Net::DNS, version 0.59
    [7661] dbg: diag: module installed: Net::SMTP, version 2.29
    [7661] dbg: diag: module installed: Mail::SPF::Query, version 1.999001
    [7661] dbg: diag: module installed: IP::Country::Fast, version 604.001
    [7661] dbg: diag: module installed: Razor2::Client::Agent, version 2.82
    [7661] dbg: diag: module installed: Net::Ident, version 1.20
    [7661] dbg: diag: module not installed: IO::Socket::INET6 ('require' failed)
    [7661] dbg: diag: module installed: IO::Socket::SSL, version 1.0
    [7661] dbg: diag: module installed: Time::HiRes, version 1.68
    [7661] dbg: diag: module installed: DBI, version 1.52
    [7661] dbg: diag: module installed: Getopt::Long, version 2.34
    [7661] dbg: diag: module installed: LWP::UserAgent, version 2.033
    [7661] dbg: diag: module installed: HTTP::Date, version 1.47
    [7661] dbg: diag: module installed: Archive::Tar, version 1.30
    [7661] dbg: diag: module installed: IO::Zlib, version 1.04
    [7661] dbg: ignore: using a test message to lint rules
    [7661] dbg: config: using "/etc/mail/spamassassin" for site rules pre files
    [7661] dbg: config: read file /etc/mail/spamassassin/init.pre
    [7661] dbg: config: read file /etc/mail/spamassassin/v310.pre
    [7661] dbg: config: read file /etc/mail/spamassassin/v312.pre
    [7661] dbg: config: using "/usr/local/share/spamassassin" for sys rules pre files
    [7661] dbg: config: using "/usr/local/share/spamassassin" for default rules dir
    [7661] dbg: config: read file /usr/local/share/spamassassin/10_misc.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/20_advance_fee.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/20_anti_ratware.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/20_body_tests.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/20_compensate.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/20_dnsbl_tests.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/20_drugs.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/20_fake_helo_tests.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/20_head_tests.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/20_html_tests.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/20_meta_tests.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/20_net_tests.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/20_phrases.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/20_****.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/20_ratware.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/20_uri_tests.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/23_bayes.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/25_accessdb.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/25_antivirus.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/25_body_tests_es.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/25_body_tests_pl.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/25_dcc.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/25_dkim.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/25_domainkeys.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/25_hashcash.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/25_pyzor.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/25_razor2.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/25_replace.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/25_spf.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/25_textcat.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/25_uribl.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/30_text_de.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/30_text_fr.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/30_text_it.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/30_text_nl.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/30_text_pl.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/30_text_pt_br.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/50_scores.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/60_awl.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/60_whitelist.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/60_whitelist_dk.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/60_whitelist_dkim.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/60_whitelist_spf.cf
    [7661] dbg: config: read file /usr/local/share/spamassassin/60_whitelist_subject.cf
    [7661] dbg: config: using "/etc/mail/spamassassin" for site rules dir
    [7661] dbg: config: read file /etc/mail/spamassassin/70_sare_adult.cf
    [7661] dbg: config: read file /etc/mail/spamassassin/70_sare_bayes_poison_nxm.cf
    [7661] dbg: config: read file /etc/mail/spamassassin/70_sare_evilnum0.cf
    [7661] dbg: config: read file /etc/mail/spamassassin/70_sare_evilnum1.cf
    [7661] dbg: config: read file /etc/mail/spamassassin/70_sare_evilnum2.cf
    [7661] dbg: config: read file /etc/mail/spamassassin/70_sare_html.cf
    [7661] dbg: config: read file /etc/mail/spamassassin/70_sare_obfu.cf
    [7661] dbg: config: read file /etc/mail/spamassassin/70_sare_oem.cf
    [7661] dbg: config: read file /etc/mail/spamassassin/70_sare_random.cf
    [7661] dbg: config: read file /etc/mail/spamassassin/70_sare_stocks.cf
    [7661] dbg: config: read file /etc/mail/spamassassin/70_sc_top200.cf
    [7661] dbg: config: read file /etc/mail/spamassassin/99_FVGT_Tripwire.cf
    [7661] dbg: config: read file /etc/mail/spamassassin/Chinese_rules.cf
    [7661] dbg: config: read file /etc/mail/spamassassin/local.cf
    [7661] dbg: config: read file /etc/mail/spamassassin/weeds.cf
    [7661] dbg: config: using "/var/clamav/.spamassassin/user_prefs" for user prefs file
    [7661] dbg: config: read file /var/clamav/.spamassassin/user_prefs
    [7661] dbg: plugin: loading Mail::SpamAssassin::Plugin::URIDNSBL from @INC
    [7661] dbg: plugin: registered Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x1e0803c)
    [7661] dbg: plugin: loading Mail::SpamAssassin::Plugin::Hashcash from @INC
    [7661] dbg: plugin: registered Mail::SpamAssassin::Plugin::Hashcash=HASH(0x1c7ac1c)
    [7661] dbg: plugin: loading Mail::SpamAssassin::Plugin::SPF from @INC
    [7661] dbg: plugin: registered Mail::SpamAssassin::Plugin::SPF=HASH(0x1c843a8)
    [7661] dbg: plugin: loading Mail::SpamAssassin::Plugin::Pyzor from @INC
    [7661] dbg: pyzor: network tests on, attempting Pyzor
    [7661] dbg: plugin: registered Mail::SpamAssassin::Plugin::Pyzor=HASH(0x1de8604)
    [7661] dbg: plugin: loading Mail::SpamAssassin::Plugin::Razor2 from @INC
    [7661] dbg: razor2: razor2 is available, version 2.82
    [7661] dbg: plugin: registered Mail::SpamAssassin::Plugin::Razor2=HASH(0x466a74)
    [7661] dbg: plugin: loading Mail::SpamAssassin::Plugin::SpamCop from @INC
    [7661] dbg: reporter: network tests on, attempting SpamCop
    [7661] dbg: plugin: registered Mail::SpamAssassin::Plugin::SpamCop=HASH(0x468b2c)
    [7661] dbg: plugin: loading Mail::SpamAssassin::Plugin::AWL from @INC
    [7661] dbg: plugin: registered Mail::SpamAssassin::Plugin::AWL=HASH(0x1c73978)
    [7661] dbg: plugin: loading Mail::SpamAssassin::Plugin::AutoLearnThreshold from @INC
    [7661] dbg: plugin: registered Mail::SpamAssassin::Plugin::AutoLearnThreshold=HASH(0x1c595a8)
    [7661] dbg: plugin: loading Mail::SpamAssassin::Plugin::WhiteListSubject from @INC
    [7661] dbg: plugin: registered Mail::SpamAssassin::Plugin::WhiteListSubject=HASH(0x1c5c088)
    [7661] dbg: plugin: loading Mail::SpamAssassin::Plugin::MIMEHeader from @INC
    [7661] dbg: plugin: registered Mail::SpamAssassin::Plugin::MIMEHeader=HASH(0x1c863d8)
    [7661] dbg: plugin: loading Mail::SpamAssassin::Plugin::ReplaceTags from @INC
    [7661] dbg: plugin: registered Mail::SpamAssassin::Plugin::ReplaceTags=HASH(0x1c8ad08)
    [7661] dbg: config: adding redirector regex: /^http:\/\/chkpt\.zdnet\.com\/chkpt\/\w+\/(.*)$/i
    [7661] dbg: config: adding redirector regex: /^http:\/\/www(?:\d+)?\.nate\.com\/r\/\w+\/(.*)$/i
    [7661] dbg: config: adding redirector regex: /^http:\/\/.+\.gov\/(?:.*\/)?externalLink\.jhtml\?.*url=(.*?)(?:&.*)?$/i
    [7661] dbg: config: adding redirector regex: /^http:\/\/redir\.internet\.com\/.+?\/.+?\/(.*)$/i
    [7661] dbg: config: adding redirector regex: /^http:\/\/(?:.*?\.)?adtech\.de\/.*(?:;|\|)link=(.*?)(?:;|$)/i
    [7661] dbg: config: adding redirector regex: m'^http.*?/redirect\.php\?.*(?<=[?&])goto=(.*?)(?:$|[&\#])'i
    [7661] dbg: config: adding redirector regex: m'^https?:/*(?:[^/]+\.)?emf\d\.com/r\.cfm.*?&r=(.*)'i
    [7661] dbg: config: adding redirector regex: m'/(?:index.php)?\?.*(?<=[?&])URL=(.*?)(?:$|[&\#])'i
    [7661] dbg: config: adding redirector regex: m'^http:/*(?:\w+\.)?google(?:\.\w{2,3}){1,2}/url\?.*?(?<=[?&])q=(.*?)(?:$|[&\#] )'i
    [7661] dbg: config: adding redirector regex: m'^http:/*(?:\w+\.)?google(?:\.\w{2,3}){1,2}/search\?.*?(?<=[?&])q=[^&]*?(?<=%2 0|..[=+\s])site:(.*?)(?:$|%20|[\s+&\#])'i
    [7661] dbg: config: adding redirector regex: m'^http:/*(?:\w+\.)?google(?:\.\w{2,3}){1,2}/search\?.*?(?<=[?&])q=[^&]*?(?<=%2 0|..[=+\s])(?:"|%22)(.*?)(?:$|%22|["\s+&\#])'i
    [7661] dbg: config: adding redirector regex: m'^http:/*(?:\w+\.)?google(?:\.\w{2,3}){1,2}/translate\?.*?(?<=[?&])u=(.*?)(?:$ |[&\#])'i
    [7661] dbg: plugin: Mail::SpamAssassin::Plugin::ReplaceTags=HASH(0x1c8ad08) implements 'finish_parsing_end'
    [7661] dbg: replacetags: replacing tags
    [7661] dbg: replacetags: done replacing tags
    [7661] dbg: bayes: tie-ing to DB file R/O /var/clamav/.spamassassin/bayes_toks
    [7661] dbg: bayes: tie-ing to DB file R/O /var/clamav/.spamassassin/bayes_seen
    [7661] dbg: bayes: found bayes db version 3
    [7661] dbg: bayes: DB journal sync: last sync: 1159452604
    [7661] dbg: config: score set 3 chosen.
    [7661] dbg: message: ---- MIME PARSER START ----
    [7661] dbg: message: main message type: text/plain
    [7661] dbg: message: parsing normal part
    [7661] dbg: message: added part, type: text/plain
    [7661] dbg: message: ---- MIME PARSER END ----
    [7661] dbg: dns: name server: 209.198.128.11, family: 2, ipv6: 0
    [7661] dbg: dns: testing resolver nameservers: 209.198.128.11, 209.198.128.27
    [7661] dbg: dns: trying (3) linux.org...
    [7661] dbg: dns: looking up NS for 'linux.org'
    [7661] dbg: dns: NS lookup of linux.org using 209.198.128.11 succeeded => DNS available (set dns_available to override)
    [7661] dbg: dns: is DNS available? 1
    [7661] dbg: metadata: X-Spam-Relays-Trusted:
    [7661] dbg: metadata: X-Spam-Relays-Untrusted:
    [7661] dbg: metadata: X-Spam-Relays-Internal:
    [7661] dbg: metadata: X-Spam-Relays-External:
    [7661] dbg: message: no encoding detected
    [7661] dbg: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x1e0803c) implements 'parsed_metadata'
    [7661] dbg: uridnsbl: domains to query:
    [7661] dbg: dns: checking RBL sbl-xbl.spamhaus.org., set sblxbl-lastexternal
    [7661] dbg: dns: checking RBL sa-accredit.habeas.com., set habeas-firsttrusted
    [7661] dbg: dns: checking RBL sbl-xbl.spamhaus.org., set sblxbl
    [7661] dbg: dns: checking RBL sa-other.bondedsender.org., set bsp-untrusted
    [7661] dbg: dns: checking RBL combined.njabl.org., set njabl-lastexternal
    [7661] dbg: dns: checking RBL combined.njabl.org., set njabl
    [7661] dbg: dns: checking RBL combined-HIB.dnsiplists.completewhois.com., set whois
    [7661] dbg: dns: checking RBL list.dsbl.org., set dsbl-lastexternal
    [7661] dbg: dns: checking RBL bl.spamcop.net., set spamcop
    [7661] dbg: dns: checking RBL sa-trusted.bondedsender.org., set bsp-firsttrusted
    [7661] dbg: dns: checking RBL combined-HIB.dnsiplists.completewhois.com., set whois-lastexternal
    [7661] dbg: dns: checking RBL dnsbl.sorbs.net., set sorbs-lastexternal
    [7661] dbg: dns: checking RBL dnsbl.sorbs.net., set sorbs
    [7661] dbg: dns: checking RBL iadb.isipp.com., set iadb-firsttrusted
    [7661] dbg: check: running tests for priority: 0
    [7661] dbg: rules: running header regexp tests; score so far=0
    [7661] dbg: rules: ran header rule __HAS_MSGID ======> got hit: "<"@lint_rules>"
    [7661] dbg: rules: ran header rule NO_REAL_NAME ======> got hit: "[email protected]
    [7661] dbg: rules: "
    [7661] dbg: rules: ran header rule __MSGID_OK_DIGITS ======> got hit: "1159453076"
    [7661] dbg: spf: no suitable relay for spf use found, skipping SPF-helo check
    [7661] dbg: eval: all '*From' addrs: [email protected]
    [7661] dbg: eval: all '*To' addrs:
    [7661] dbg: spf: no suitable relay for spf use found, skipping SPF check
    [7661] dbg: rules: ran eval rule NO_RELAYS ======> got hit
    [7661] dbg: spf: cannot get Envelope-From, cannot use SPF
    [7661] dbg: spf: def_spf_whitelist_from: could not find useable envelope sender
    [7661] dbg: rules: ran eval rule __UNUSABLE_MSGID ======> got hit
    [7661] dbg: spf: spf_whitelist_from: could not find useable envelope sender
    [7661] dbg: rules: running body-text per-line regexp tests; score so far=0.96
    [7661] dbg: rules: ran body rule __NONEMPTY_BODY ======> got hit: "I"
    [7661] dbg: uri: running uri tests; score so far=0.96
    [7661] dbg: bayes: DB journal sync: last sync: 1159452604
    [7661] dbg: bayes: corpus size: nspam = 4348, nham = 68816
    [7661] dbg: bayes: score = 0.451072137096852
    [7661] dbg: bayes: DB journal sync: last sync: 1159452604
    [7661] dbg: bayes: untie-ing
    [7661] dbg: bayes: untie-ing db_toks
    [7661] dbg: bayes: untie-ing db_seen
    [7661] dbg: rules: ran eval rule BAYES_50 ======> got hit
    [7661] dbg: rules: running raw-body-text per-line regexp tests; score so far=0.961
    [7661] dbg: rules: running full-text regexp tests; score so far=0.961
    [7661] dbg: info: entering helper-app run mode
    [7661] dbg: info: leaving helper-app run mode
    [7661] dbg: razor2: part=0 engine=4 contested=0 confidence=0
    [7661] dbg: razor2: results: spam? 0
    [7661] dbg: razor2: results: engine 8, highest cf score: 0
    [7661] dbg: razor2: results: engine 4, highest cf score: 0
    [7661] dbg: util: current PATH is: /opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin
    [7661] dbg: pyzor: pyzor is not available: no pyzor executable found
    [7661] dbg: pyzor: no pyzor found, disabling Pyzor
    [7661] dbg: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x1e0803c) implements 'check_tick'
    [7661] dbg: check: running tests for priority: 500
    [7661] dbg: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x1e0803c) implements 'check_post_dnsbl'
    [7661] dbg: rules: running meta tests; score so far=0.961
    [7661] info: rules: meta test DIGEST_MULTIPLE has undefined dependency 'DCC_CHECK'
    [7661] info: rules: meta test SARE_OBFU_CIALIS has undefined dependency 'SARE_OBFU_CIALIS2'
    [7661] info: rules: meta test FP_MIXED_****3 has undefined dependency 'FP_PENETRATION'
    [7661] dbg: rules: running header regexp tests; score so far=2.907
    [7661] dbg: rules: running body-text per-line regexp tests; score so far=2.907
    [7661] dbg: uri: running uri tests; score so far=2.907
    [7661] dbg: rules: running raw-body-text per-line regexp tests; score so far=2.907
    [7661] dbg: rules: running full-text regexp tests; score so far=2.907
    [7661] dbg: check: running tests for priority: 1000
    [7661] dbg: rules: running meta tests; score so far=2.907
    [7661] dbg: rules: running header regexp tests; score so far=2.907
    [7661] dbg: config: using "/var/clamav/.spamassassin" for user state dir
    [7661] dbg: locker: safe_lock: created /var/clamav/.spamassassin/auto-whitelist.lock.xserve1.topequip.com.7661
    [7661] dbg: locker: safe_lock: trying to get lock on /var/clamav/.spamassassin/auto-whitelist with 0 retries
    [7661] dbg: locker: safe_lock: link to /var/clamav/.spamassassin/auto-whitelist.lock: link ok
    [7661] dbg: auto-whitelist: tie-ing to DB file of type DB_File R/W in /var/clamav/.spamassassin/auto-whitelist
    [7661] dbg: auto-whitelist: db-based [email protected]|ip=none scores 0/0
    [7661] dbg: auto-whitelist: AWL active, pre-score: 2.907, autolearn score: 2.907, mean: undef, IP: undef
    [7661] dbg: auto-whitelist: DB addr list: untie-ing and unlocking
    [7661] dbg: auto-whitelist: DB addr list: file locked, breaking lock
    [7661] dbg: locker: safe_unlock: unlink /var/clamav/.spamassassin/auto-whitelist.lock
    [7661] dbg: auto-whitelist: post auto-whitelist score: 2.907
    [7661] dbg: rules: running body-text per-line regexp tests; score so far=2.907
    [7661] dbg: uri: running uri tests; score so far=2.907
    [7661] dbg: rules: running raw-body-text per-line regexp tests; score so far=2.907
    [7661] dbg: rules: running full-text regexp tests; score so far=2.907
    [7661] dbg: check: is spam? score=2.907 required=2
    [7661] dbg: check: tests=BAYES_50,MISSING_SUBJECT,NO_REAL_NAME,NO_RECEIVED,NO_RELAYS,TO_CC_NONE
    [7661] dbg: check: subtests=__HAS_MSGID,__MSGID_OK_DIGITS,__MSGID_OK_HOST,__NONEMPTY_BODY,__SANE_M SGID,__UNUSABLE_MSGID
    Any ideas and help is greatly appreciated.

    Hi,
    As you  mentioned that your computer shows activated successfully in Properties of computer but the error message still appeared to notify you.
    If the messages you see come and go, you have what's called a 'race condition' where the Software Protection Service and another process fight over resources - if the SPPSVC doesn't win the race in a given time, it will throw the notification until it manages
    to re-test.
    Please try to restore your system back to the point when it work fine. If the issue persists, please try to scan your system to see if there is any malwares or virus.
    Also, let try this fix to check Software Protection service:
    This computer is not running genuine windows 0x8004fe21
    http://blog.teliaz.com/2012/this-computer-is-not-running-genuine-windows-0x8004fe21/comment-page-1#comment-1423
    For further help, please upload the event log for research:
    Collect event log:
    http://windows.microsoft.com/en-us/windows7/what-information-appears-in-event-logs-event-viewer
    Hope these could be helpful.
    Kate Li
    TechNet Community Support

  • URGENT: index not used from jdbc

    Hi,
    This is for java app and sybase database.
    I have a 'select' query for which index is properly created. If I use plain jdbc connection, index is used and result comes pretty fast. but if I use connection from my app, it does not use index and takes long time.
    I am using PreparedStatement in both cases. I have compared all connection properties for both cases and they are exactly same. also, if I run that query using any sql tool like isql, result comes out pretty fast.
    Am I missing any other parameter related to connection?

    akshay_crest wrote:
    I have a 'select' query for which index is properly created. If I use plain jdbc connection, index is used and result comes pretty fast. but if I use connection from my app, it does not use index and takes long time."Plain" meaning like a little test application that runs the same query?
    Most likely reasons.
    1. If the answer to the above is yes, then you probably are not running the same query.
    2. You are not timing them in the same way and something else is slowing it down.
    3. Network problem.
    4. Not connecting to the same database/table.

  • Published report will not run; works fine in VS2010 debug mode.

    Have 64bit Visual Studio Ultimate installed, CRv13_1 and MSSQL 2008 R2.
    The issue I am having is the report work like a champ when I run the web application in debug mode. IE I hit the run button in Visual Studio, However when I publish the application the report will not run. I get various errors depending on how I have connected to report to MSSQL. I have tried ODBC and OLE DB connections. I have tried Windows authentication and MSSQL user login. The results are the same. the report works fine in debug mode but will not work when published. The most common error message is :
    Error
    Database logon failed.
    or
    Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
    Depending on how I am authenticating. I have Google this issue and there are tons of posts about it but no solutions. Any help would be appreciated.

    See if the article [Troubleshooting Guide to Database Connectivity Issues with Crystal Reports in Visual Studio .NET Applications|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b0225775-88c4-2c10-bd80-8298769293de] helps.
    I'd settle on the prefered connection method and troubleshoot that. Use the search box in the top right corner of this web page. It will bring up KBases, blogs, wikis, articles and more. Also, search these forums. There is lots of info here and lots of answers.
    - Ludek

  • Office 2010 Outlook Search and Indexing not working

    Hello,
    I'm hoping someone may be of assistance as this has been plaguing my outlook for some time now.
    Problem:
    When attempting to search for any emails via the search bar, it appears as if it is attempting to search, but I receive no results. 
    Windows 7 x64 Service Pack 1
    Office 2010 Service Pack 2
    Connected to Office 365 Exchange
    In services Windows Search service is not running, though Automatic (Delayed Start is selected), I attempted starting the service but it returned with an error saying it started and then stopped.
    In Outlook options > Search > Indexing Options > the service is shown as "Indexing is not Running" and the list of indexed folders is empty. Everything else is grayed
    out except "Advance Tab" which only has one button available called "Rebuild", everything else is grayed out.
    I am aware this question was asked a few years back but the linked articles referenced are no longer working.
    Though I seem to be having a similar problem and any assistance and new suggestions would be greatly appreciated!

    Hi,
    Please check if you can search mailbox in OWA. If OWA works well, the issue is related Outlook.
    If it is the same issue in OWA, in Exchange 2013, you can use the following command to check the content index state of the mailbox database where this user is.
    Get-MailboxDatabaseCopyStatus | fl name, contentindex*
    If the content index status is Failed, please try to reseed the search catalog. After that, please rebuild the index in Outlook to check the result.
    If you are using Office 365, I recommend you ask this question in Office 365 forum which is staffed by more experts specializing in this kind of this problem. You might get a better answer there.
    http://community.office365.com/en-us/forums/default.aspx
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • SHADOW system Dispatcher NOT RUNNING

    Hi All,
            We are upgrading from 4.7 to ECC6.0. The PREPARE went fine but during the upgrade, we are getting an error. The SAPup is not able to connect to the shadow system for running some jobs. When we checked the MMC, we found that the dispatcher is not running for our SHADOW system. We are on Windows/Oracle 10g.
    Here is the dev_rfc.trc file -
    ERROR file opened at 20070819 171047 Eastern Daylig, SAP-REL 640,0,144 RFC-VER 3 851602 MT-SL
    T:3916 Error in program 'igsmux': ======> CPIC-CALL: 'SAP_CMNOREGTP'
    ERROR       partner not reached (host nkharb, service 3300)
    TIME        Sun Aug 19 17:10:47 2007
    RELEASE     640
    COMPONENT   NI (network interface)
    VERSION     37
    RC          -10
    MODULE      nixxi_r.cpp
    LINE        8716
    DETAIL      NiPConnect2
    SYSTEM CALL SiPeekPendConn
    ERRNO       10061
    ERRNO TEXT  WSAECONNREFUSED: Connection refused
    COUNTER     1
    >TS> Sun Aug 19 17:10:48 2007
    T:3916 Error in program 'igsmux': ======> Connect to SAP gateway failed
    Connect_PM  TPNAME=IGS.ECC, GWHOST=nkharb, GWSERV=3300
    ERROR       internal error
                (this retcode should be handled by caller of NI-layer)
    TIME        Sun Aug 19 17:10:48 2007
    RELEASE     640
    COMPONENT   NI (network interface)
    VERSION     37
    RC          -8
    MODULE      nixx.c
    LINE        666
    COUNTER     3
    ERROR file opened at 20070819 171213 Eastern Daylig, SAP-REL 640,0,144 RFC-VER 3 851602 MT-SL
    T:3916 Error in program 'IGS.ECC': Error RFCIO_ERROR_SYSERROR in abrfcio.c : 2414
    ERROR file opened at 20070819 171455 Eastern Daylig, SAP-REL 640,0,144 RFC-VER 3 851602 MT-SL
    T:2996 Error in program 'igsmux': ======> CPIC-CALL: 'SAP_CMNOREGTP'
    ERROR       partner not reached (host nkharb, service 3300)
    TIME        Sun Aug 19 17:14:55 2007
    RELEASE     640
    COMPONENT   NI (network interface)
    VERSION     37
    RC          -10
    MODULE      nixxi_r.cpp
    LINE        8716
    DETAIL      NiPConnect2
    SYSTEM CALL SiPeekPendConn
    ERRNO       10061
    ERRNO TEXT  WSAECONNREFUSED: Connection refused
    COUNTER     1
    >TS> Sun Aug 19 17:14:56 2007
    T:2996 Error in program 'igsmux': ======> Connect to SAP gateway failed
    Connect_PM  TPNAME=IGS.ECC, GWHOST=nkharb, GWSERV=3300
    ERROR       internal error
                (this retcode should be handled by caller of NI-layer)
    TIME        Sun Aug 19 17:14:56 2007
    RELEASE     640
    COMPONENT   NI (network interface)
    VERSION     37
    RC          -8
    MODULE      nixx.c
    LINE        666
    COUNTER     3
    >TS> Sun Aug 19 17:17:01 2007
    T:2996 Error in program 'IGS.ECC': Error RFCIO_ERROR_SYSERROR in abrfcio.c : 2414
    T:2996 Error in program 'IGS.ECC': Error RFCIO_ERROR_SYSERROR in abrfcio.c : 2414
    >TS> Sun Aug 19 17:21:21 2007
    >TS> Sun Aug 19 19:09:14 2007
    T:2860 Error in program 'listenerrfc': ======> Connect to SAP gateway failed
    Connect_PM  TPNAME=IGS.ECC, GWHOST=nkharb, GWSERV=3300
    ERROR       partner 'nkharb:3300' not reached
    TIME        Sun Aug 19 19:09:14 2007
    RELEASE     710
    COMPONENT   NI (network interface)
    VERSION     39
    RC          -10
    MODULE      nixxi.cpp
    LINE        2985
    DETAIL      NiPConnect2
    SYSTEM CALL connect
    ERRNO       10061
    ERRNO TEXT  WSAECONNREFUSED: Connection refused
    COUNTER     2
    >TS> Sun Aug 19 19:11:19 2007
    T:2860 Error in program 'listenerrfc': Error RFCIO_ERROR_SYSERROR in abrfcio.c : 2605
    >TS> Sun Aug 19 19:12:24 2007
    ERROR file opened at , SAP-REL 710,0,0 RFC-VER 3 880476 MT-SL
    T:3088 Error in program 'igsmux': ======> CPIC-CALL: 'SAP_CMNOREGTP'
    ERROR       partner 'nkharb:3300' not reached
    >TS> Sun Aug 19 23:41:23 2007
    T:3088 Error in program 'listenerrfc': Error RFCIO_ERROR_SYSERROR in abrfcio.c : 2605
    >TS> Sun Aug 19 23:42:28 2007
    ERROR file opened at 20070821 010533 Eastern Daylig, SAP-REL 700,0,108 RFC-VER 3 904546 MT-SL
    T:960 Error in program 'igsmux': ======> CPIC-CALL: 'SAP_CMNOREGTP'
    >TS> Tue Aug 21 01:05:34 2007
    T:960 Error in program 'igsmux': ======> Connect to SAP gateway failed
    Connect_PM  TPNAME=IGS.ECC, GWHOST=nkharb, GWSERV=3300
    >TS> Tue Aug 21 01:07:44 2007
    T:960 Error in program 'igsmux': Error RFCIO_ERROR_SYSERROR in abrfcio.c : 2609
    >TS> Tue Aug 21 01:08:49 2007
    >TS> Tue Aug 21 11:54:21 2007
    T:960 Error in program 'igsmux': Error RFCIO_ERROR_SYSERROR in abrfcio.c : 2609
    Log for Dev_w1 is -
    A  RFC 2736  CONVID 16423171
    A   * CMRC=20 DATA=0 STATUS=0 SAPRC=236 ThSAPECMINIT
    A  RFC> ABAP Programm: RSRFCPIN (Transaction: SM59)
    A  RFC> User: DDIC (Client: 000)
    A  RFC> Destination: SAP_UPGRADE_SHADOW_SYSTEM (handle: 2, , {704B2D05-0936-4393-9297-15EB6564E298})
    A  TH VERBOSE LEVEL FULL
    A  ** RABAX: end RX_GET_MESSAGE

    M Tue Aug 21 12:19:07 2007
    M  ***LOG R49=> ThCPICSyncWait, CPIC-Error (020236) [thxxcpic.c   3595]
    M  ***LOG R64=> ThCPICSyncWait, CPIC-Error ( CMINIT(SAP)) [thxxcpic.c   3608]

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Gateway on host nkharb / sapgw00
    M  *  ERROR       partner not reached (host nkharb, service sapgw01)
    M  *
    M  *  TIME        Tue Aug 21 12:19:07 2007
    M  *  RELEASE     640
    M  *  COMPONENT   NI (network interface)
    M  *  VERSION     37
    M  *  RC          -10
    M  *  MODULE      nixxi.cpp
    M  *  LINE        8715
    M  *  DETAIL      NiPConnect2
    M  *  SYSTEM CALL SiPeekPendConn
    M  *  ERRNO       10061
    M  *  ERRNO TEXT  WSAECONNREFUSED: Connection refused
    M  *  COUNTER     675
    M  *
    M  *****************************************************************************

    A  RFC 2272  CONVID 16466453
    A   * CMRC=20 DATA=0 STATUS=0 SAPRC=236 ThSAPCMINIT
    A  RFC> ABAP Programm: RSRFCPIN (Transaction: SM59)
    A  RFC> User: DDIC (Client: 000)
    A  RFC> Destination: SAP_UPGRADE_SHADOW_SYSTEM (handle: 2, , {CE9AC984-34D3-4F59-B121-4212EF40B493})
    A  RFC> Called function module: RFC_PING
    A  TH VERBOSE LEVEL FULL
    A  ** RABAX: end RX_GET_MESSAGE
    Please suggest

    Here is the output of dev_rd -
    ERROR => NiGetHdlParam: hdl 6 invalid [nixxi.cpp    5774]                      
    Tue Aug 21 13:15:45 2007                                                           
    LOCATION    SAP-Gateway on host nkharb / sapgw00                                
    ERROR       partner not reached (host nkharb, service sapgw01)                  
    TIME        Tue Aug 21 13:15:45 2007                                            
    RELEASE     640                                                                 
    COMPONENT   NI (network interface)                                              
    VERSION     37                                                                  
    RC          -10                                                                 
    MODULE      nixxi.cpp                                                           
    LINE        8715                                                                
    DETAIL      NiPConnect2                                                         
    SYSTEM CALL SiPeekPendConn                                                      
    ERRNO       10061                                                               
    ERRNO TEXT  WSAECONNREFUSED: Connection refused                                 
    COUNTER     731                                                                 
    GwTraceHdlInfo:                                                                    
      ni hdl     = 9                                                                   
      type       = CLIENT                                                              
      net_stat   = CONNECT_TO_REM_GW_PENDING                                           
      hostaddr   = 192.168.1.107                                                       
      opcode     = NORMAL_CLIENT                                                       
      index      = 120                                                                 
      data       = 07244F68                                                            
      ext_info   = 003CEE78                                                                               
    ERROR => NiGetHdlParam: hdl 6 invalid [nixxi.cpp    5774]                      
    Tue Aug 21 13:15:45 2007                                                           
    LOCATION    SAP-Gateway on host nkharb / sapgw00                                
    ERROR       partner not reached (host nkharb, service sapgw01)                  
    TIME        Tue Aug 21 13:15:45 2007                                            
    RELEASE     640                                                                 
    COMPONENT   NI (network interface)                                              
    VERSION     37                                                                  
    RC          -10                                                                 
    MODULE      nixxi.cpp                                                           
    LINE        8715                                                                
    DETAIL      NiPConnect2                                                         
    SYSTEM CALL SiPeekPendConn                                                      
    ERRNO       10061                                                               
    ERRNO TEXT  WSAECONNREFUSED: Connection refused                                 
    COUNTER     731                                                                 
    GwTraceHdlInfo:                                                                    
      ni hdl     = 9                                                                   
      type       = CLIENT                                                              
      net_stat   = CONNECT_TO_REM_GW_PENDING                                           
      hostaddr   = 192.168.1.107                                                       
      opcode     = NORMAL_CLIENT                                                       
      index      = 120                                                                 
      data       = 07244F68                                                            
      ext_info   = 003CEE78                                                            
         ext_info   = 003CEE78                                       
      offset     = 0                                              
      rest_len   = 64                                             
      snc_forced = 0                                              
    remote gateway infos:                                        
      hostname =                                                  
      hostaddr = 192.168.1.107                                    
      service  = sapgw01                                          
      tpname   = sapdp01                                          
    GwTraceHdlInfo:                                               
      ni hdl     = -1                                             
      type       = NO_CONN_TYPE                                   
      net_stat   = NET_NORMAL                                     
      hostaddr   = 0.0.0.0                                        
      opcode     = UNDEF_TYPE                                     
      index      = -1                                             
      data       = 00000000                                       
      ext_info   = 00000000                                       
      offset     = 0                                              
      rest_len   = 0                                              
      snc_forced = 0                                              
    ERROR => NiGetHdlParam: hdl 9 invalid [nixxi.cpp    5774] 
    Please help me on this.

  • Computer will not run iDVD at all

    My computer will not run iDVD at all. I try to start the application, and it bounces twice in the applications bar and disappears. I have tried to re-install it using the iLife '08 Install CD, but although the CD allows me to install the old themes, it does not allow me to install the iDVD application itself (yes, there is enough space). I have tried opening an iDVD file and exporting an iMovie to the iDVD application, but in neither of these cases will iDVD start up.
    Recently my iMovie HD application broke and so I used the iLife '06 install CD to get it working again. That custom install on that CD did not allow me to uncheck iDVD; hence, it is possible that iDVD '06 was installed over '08. Maybe this has messed up iLife '08 so it can't install the newest version over it? I am not sure, and definitely need some guidance here.

    I've had the exact same problem on my Powerbook G4. I did a clean install of Leopard, installed iLife '08 and after that iMovie HD '06. I couldn't uncheck iDVD either when installing iMovie '06. I solved it "the hard way" : uninstall iDVD with e.g. Cleanapp (http://www.synium.de/products/cleanapp/index.html), and then install iDVD again (just check iDVD in the list). And it works ...
    Apple should work on this: hundreds of people have the same problem (just look at all the posts in the forum and on google). I tried the Apple solution (http://docs.info.apple.com/article.html?artnum=306290-nl), but it didn't work at all.
    Hope this gets you up and running again.

  • JAR file not running.

    My name is Pradipto.I make one JAR file which contains some third
    party classes.Actually i am using jdom classes for parsing xml.As i am running jar file it is showing error that jdom classes not found.
    I set classpath for jdom classes also included jdom jar/class files to jdk classpath but still it is not running.Pl help me and tell me where to set classpath for jdom?
    Thanx

    Hi all,
    I am sorry that the reply I posted here was supposed to be send to http://forums.java.sun.com/thread.jsp?forum=31&thread=294049 - a million appologies!
    Putting the required jar files within JRE installations (installed extensions) will require you to make these changes to all machines you are going to run your application - in some cases this might not be a feasible solution. Instead you can bundle the required jars along with your application (after verifying that its permissible to do so), and refer these jar files in the manifest of the executable jar file you are creating.
    See http://java.sun.com/docs/books/tutorial/ext/index.html to know about extension mechanism and http://java.sun.com/docs/books/tutorial/jar/index.html to know about JAR files.
    Launching an executable JAR file might not work on some platforms and also on the type of JRE installation you did. If everything else fails, try a JRE reinstall! :)
    HTH,
    Binil

Maybe you are looking for

  • Go wireless with my printer?

    I am not very computer savy however I am very good at following directions.  I am looking to be able to print from mywireless laptops without having to plug into my printer. First do I need a new printer or is it possible to use an older one?  If it

  • Message that says there is a problem with adobe/acrobat/reader

    Can't view or download from internet. Message that says, There is a problem with Adobe/Acrobat/Reader. If it is running, please exit & try again.(0:104)

  • Prblem in readmorelink in news iview of xml form builder

    hi, i am getting portal runtime error when i click on readmore link in news iview i have taken std news i have not cahnged anything i searched in sdn the solution they have given is also not working can any body help me in this regard Portal Runtime

  • Shift Abbreviations in Shift Planning

    Hello gurus, Anyone ever experienced this? i need to update It2003 with a period work schedule rule and not the Daily work schedule rule and it looks as though this is SAP STD that you can only work wirh DWS in shift planning. Anyone with some cranck

  • Copy Images

    Does anyone know how to copy an image of macromedia flash player 8? I've tried to selec and copy/paste, and the right mouse button, but nothing words.... please help me