Custom WordBreaker working locally but not on server

Hi,
We need to create a fulltext index on a column storing URL paths. So we need a WordBreaker which breaks URL paths according to our needs.
I managed to create a custom WordBreaker based on the existing lrsample example from windows SDK. The dll is registered in Windows registry and the SQL server can see it and use it when building fulltext catalog.
But this only works on my SQL server running locally on my PC. When I try to use the dll for word-breaking on our production server, the server can see the dll but it doesn't use the dll when building the fulltext catalog. I really don't understand why this
is happening. Can be there any security setting which refuses to use external COM modules or something similar to this? I already spent 2 days on this and I'm lost.
Thanks in advance for any help!!!
Pavel

Thanks for your quick response
I tried what you said and I still had no avail...
There is a style.css file in the root directory but for some reason you cant access it...
I checked the file permissions of style.css and they are: 644
Its really wierd - I dont understand why it isnt reading...
Also regarding {www.care.cc} all of my clients websites are under the same web hosting service, so he set the default "404 page not found" redirects to {www.care.cc} which is their "Main Site" as such - I understand that this is bad practice but unfortunatley I have no control over these matters as I have limited access too my clients web hosting.
Thanks again for the Help

Similar Messages

  • cffeed caching works locally but not on server

    So I got my new Hostek account set up (woohoo!) and I've started uploading some basic files so I can do thinks like validate my code and make sure everything's working.  One thing that does not work (but does locally) is my news feed caching.
    Pulling in two RSS feeds was seriously slowing down my index page loading, so I stole a trick from Ray Camden on caching the feeds.  It works perfectly on my dev machine at home, but doesn't work on my hosted account.
    Here's the exact code being used:
    <cfset feedurl = "http://velonews.competitor.com/feed">
    <cfset cacheTime = #createtimespan(1,0,0,0)#>
    <cfif not structKeyExists(application,"rsscache") or dateDiff("n", application.rsscache.created, now()) gt cacheTime>
        <cffeed source="#feedurl#" query="entries">
        <cfset application.rsscache = structNew()>
        <cfset application.rsscache.data = entries>
        <cfset application.rsscache.created = now()>
    </cfif>
    <ul>
    <cfloop query="#application.rsscache.data#" startrow="1" endrow="6">
    <cfoutput><li><a href="#rsslink#">#title#</a></li></cfoutput>
    </cfloop>
    </ul>
    I tried wrapping a try/catch around the top section (above the <ul>) and still got nothing for an error message.  The page just stops being rendered at that first <ul>.
    I'm not sure why it works locally but not on the web server.  Any ideas?

    Miraculously, I got it working.
    I changed this:
    <cfloop query="#application.rsscache.data#" startrow="1" endrow="6">
    <cfoutput><li><a href="#rsslink#">#title#</a></li></cfoutput>
    </cfloop>
    To this:
    <cfoutput maxrows="6" query="application.rsscache.data">
    <li><a href="#rsslink#">#title#</a></li>
    </cfoutput>
    And bingo!  It worked. Perhaps it's an idiosyncrasy between CF9 and CF10.

  • Swf works locally, but not on server

    I have an issue with an xml-driven swf file. It plays fine when I test the site locally, but not when it's uploaded to a server. Here is a link to the page. There are many posts on this and other forums describing the same problem, though I can't find the right solution. The only thing it has convinced me of, is that it is probably a pathing problem. I purchased the file online, and instead of one swf and one xml there are about ten of each to make it work. In addition to this there are about 40 .as files. (all this to make it "easier" to customize).  Since I plan to use this banner rotator on multiple pages, it will be very unconvenient to upload all these files for every page I make. I checked with support for this product, and was told I could make a flash directory, only duplicating the xml-files for each new page and linking the xml back to the swf-files. Otherwise the support answer was very short and unhelpful. I have renamed every path in the xmls so that it should be right. As I said, the file works locally, so I'm not sure what I am doing wrong.
    I have posted in adobe forums before, and I have alwas found helpful and kind responses.
    Thank you,
    Siri

    They're all uploaded to the server, it is also possible for me to dowload them from there. When i run the main swf file through flash player debugger, I get this message:
    Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: file:///Users/Siri/Documents/gullstolen/hjemmeside/flash/produkter/deploy/xml/abrMain.xml
              at com.sQrt121.utils::CustomLoader/configureLoader()
              at com.sQrt121.utils::CustomLoader()
              at com.sQrt121.utils::LoadJob/initJob()
              at com.sQrt121.utils::LoadJob()
              at com.sQrt121.utils::ContentLoader$/addJob()
              at AbrMain/init()
    So I guess it can't locate the xml folder (since it is not there), but I don't know how to change the path. I can change it in the xml, pointing to the swf, but how do I do it the other way?
    This is the main xml-file:
    <?xml version='1.0' encoding='UTF-8'?>
    <abrMain
              width                              = "300"
              height                              = "250"
              pauseOnOver                    = "off"
    >
              <item          swf                    = "/Users/Siri/Documents/gullstolen/hjemmeside/flash/produkter/deploy/abrcontent.swf"                                    xml = "xml/abrContent.xml"                                        config          = "xml/config.xml"/>
              <item          swf                    = "/Users/Siri/Documents/gullstolen/hjemmeside/flash/produkter/deploy/abrbuttonscolor.swf"                               xml = "xml/abrButtonsColor.xml"                                        config          = "xml/config.xml"/>
              <item          swf                    = "/Users/Siri/Documents/gullstolen/hjemmeside/flash/produkter/deploy/abrpreloadercircle.sw f"               xml = "xml/abrPreloaderCircle.xml"                              config          = "xml/config.xml"/>
              <item          swf                    = "/Users/Siri/Documents/gullstolen/hjemmeside/flash/produkter/deploy/abrpreloaderline.swf"                               xml = "xml/abrPreloaderLine.xml"                              config          = "xml/config.xml"/>
              <item          swf                    = "/Users/Siri/Documents/gullstolen/hjemmeside/flash/produkter/deploy/abrplaypause.swf"                               xml = "xml/abrPlayPause.xml"                                        config          = "xml/config.xml"/>
    </abrMain>
    the abrMain.xml tells the swf what files it shold use, and where to find them, but where do I tell the abrMain.swf to find the xml? Maybe this is an issue for product support instead, though they only answer short and cryptic.
    Murray *ACP* wrote:
    None of your SWF files are found in the location where the page's code places them.
    For example:
    <param name="movie" value="../../../flash/produkter/deploy/abrmain.swf" />
    Did you upload them?

  • Flash video works locally but not on server

    I am hoping that someone can help me solve this problem. I cannot seem to fix it. I have created a flash video and it works fine locally but doesn't when I upload it to the server. All I get is a white blank screen. I can access the Flash settings but the video doesn't display. I have checked all file paths, which are correct since everything is in the same folder. I have looked up other forums trying to find a solution but nothing has worked yet. Does anyone here have any idea on how to solve this problem?
    My operating system is Windows XP. I am using IE8 browser and my flash player is up to date. Any help would be appreciated. Thanks.

    Nevermind. I ended up solving the problem on my own. This old guide that I used before ended up helping me out. I will post the link here in case anyone else has the same problem.
    http://web.archive.org/web/20080723224615/http://www.adobe.com/devnet/flash/articles/flvpl ayback_behaviors_print.html

  • Purchase order tutorial works local but not on server

    Hello, I have the trial version of LC Designer ES and have been going through the tutorials which work fine locally. I need a PDF form to be populated by an XML file (just like the Purchase Order Tutorial) but located on my web server - so that anyone anywhere can open the form from their browser. I have changed the paths for the Schema and the XML but still no luck. All the files (PDF, XLS, XML) are on the root level of the site. Any thoughts on what I need to do??
    Thanks for any help.
    jim

    Jim,
    The primary consideration is the client type.
    If your users have Acrobat, then they can import/export the XML, make a direct connection to the database, call a Web Service sitting in front of the database, or call a server-side process to get the data, for example.
    If your users have Reader, then you are required to use LiveCycle Reader Extensions ES to rights-enable a PDF. A PDF can be assigned an import/export right, for example. When a user opens a PDF with import/export rights, Reader behaves like Acrobat. The most common use of Reader Extensions ES is to enable a PDF with local save so Reader clients can fill interactive PDF forms and save locally.
    Steve

  • Embedded region in seeded application works locally but not on server.

    I embedded a region in seeded page and works fine if I test it from Jdev, so I put the files on server
    steps involved:
    imported the custom region to MDS, --was successfull
    zipped the class files under <jdev>\myclasses\mac\oracle\apps\ar\extrainfo\ and ftped (bin mode) it under $JAVA_TOP/mac/oracle/apps/ar/extrainfo/
    bounced apache
    get this error :
    ## Detail 0 ##
    java.lang.ClassNotFoundException: mac.oracle.apps.ar.extrainfo.server.MacxxHzExtraInfoAMImpl
         at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:37)
    can someone assist ?
    Thanks

    place it under $JAVA_TOP/mac/oracle/apps/ar/extrainfo/server path
    --Prasanna                                                                                                                                                                                   

  • Flash site works locally but not online (uploaded to server)

    We have bought a flash portfolio template and have customized it with our pictures, video, etc.
    When we test it locally on our computer (using different web browsers) it all works perfectly well. We have uploaded the finished website to our server and when you go to the address online, it doesn't work (a loader progress shows but it is stopped and nothing happens).
    We have however uploaded the original template we bought and it works perfectly online.
    The template consists of and index.html, various .swf, and various .xml that we have modified according to the template instructions (it also contains a java script folder we haven't touched).
    What is it wrong with our modified template - it works locally without problem…!
    Thanks for your help

    When a Flash file works locally but not on-line, it's almost always a pathing issue (provided you did upload ALL files and do not have something missing... as suggested by Ned).
    A "pathing issue" results when the main .swf cannot find one or more of the associated Flash files...like an xml file or images.
    It can be something as simple as using switching file names to all lower case. Local machine is not case sensative... most servers are. So "My Photo.JPG" is not the same as "my_photo.jpg". When naming files, best to use all lower case, no spaces in any file or folder names... use_underscore_instead.
    But the most common cause is that those associated files (xml, images, etc.) are not pathed relative to the Web page where the main .swf is embedded. Pathing to the .xml and image files should be as though the .swf was located in the same folder as the Web page... NOT the actual location of the .swf file.
    And that includes paths to the xml file and paths to image files coded into those xml files. Everything need to be coded relative to the Web page.
    This topic has been covered a number of times here:
    http://forums.adobe.com/message/4368273#4368273
    http://forums.adobe.com/message/4294529#4294529
    http://forums.adobe.com/message/4280086#4280086
    http://forums.adobe.com/message/4267408#4267408
    Best wishes,
    Adninjastrator

  • Slideshow works on local but not remote server?

    Slideshow works on local but not remote server? The site is patriceclarkson.com.

    When I compare your:
    http://www.warpd.ca/SpryAssets/SpryWidget.js
    to this one:
    http://labs.adobe.com/technologies/spry/ui/includes/SpryWidget.js
    I do not see the same file. Try uploading the correct file and check again.
    Xav

  • [AS3] EventDispatcher works locally but not remotely

    Hi,
    I am very new to Action Script and have the following
    problem. I hope someone can point me in the right direction.
    I have a small video player app. I have added the FLVPlayback
    component to the stage and set some properties via action script
    (AS 3)
    I then instantiate a class to go and retrieve some XML,
    register an eventListener to wait for the XML to be loaded and once
    the event has fired, load the FLV file (just hard coded at the
    moment) into the FLVPlayback object.
    This works when testing in the Flash IDE but not when I
    publish the movie to my webserver. I have tried commenting out the
    player.load() and just adding a textfield and again this works
    locally but not when I publish to the webserver. I have included
    some code snippets below.
    Can anyone tell me where I am going wrong?
    Any pointers much appreciated.
    Thanks
    Martin

    Hi,
    I found the problem if anyone has the same issue. I was
    passing some FlashVars in incorrectly using the
    AC_RunActiveContent.js that comes with Flash. I have switched to
    swfobject and all is well.
    thanks

  • Movie works localy but not on server

    I made several movies from a .FLV file and went through the
    'import movie' wizard, they works fine locally but not on the
    server, other flash movies not produced in this way work on the
    server.
    can anyone help me

    you're online swf is trying to load C:\Users\Larry\Desktop\npmhulocal302\VTS_01_1.f4v which is a security violation.
    change the path to your f4v to a relative path to the f4v on your server, not on your harddrive.

  • Facetime works local but not long distance

    i have been using facetime for 2 years.  Last week (soon after upgrade 8.2)  my service became intermitant.  it works locally,  but long distances it is ringing but no one is answering...
    I am using airport extreme....so not sure if its extreme or something else causing this...

    chris,  thanks so much but i think it has to do with port somehow.
    since i am out of the us it works fine in where i am at,  but trying to get to the us in just rings off the hook and no one can pickup....so it gets a notification that the call is coming through but ends at that point.....and i am just pushing voice only not video.
    other people where i am at use facetime and are able to talk to people in the US...I have been doing so until 1 week ago,  when i downloaded 8.2   Thanks for your reply looking forward to understanding what else i can do......
    ps already installed firmware in extreme...but didn't solve the issue.

  • Azure SQL database working locally but not when published to Azure

    I have an
    AngularJS  solution that is connecting to a SQL Azure database.  When
    I run the solution locally, it’s configured to connect up to the SQL Azure database, the solution works fine. However,
    when I publish the solution to Azure the connection to the SQL Azure database does not work.
    When debugging with Chrome I get the error Failed to load resource: the server responded with a status of 500 (Internal Server
    Error) 
    I'm not using EF. but dapper.
    My connectionstring is as follows
    <add name="PortalConnection" providerName="System.Data.SqlClient" connectionString="Server=tcp:xxx.database.windows.net,1433;Database=xxx;User ID="xxx";Password="xxx";Trusted_Connection=False;Encrypt=True;Connection
    Timeout=30;"/>
    When I run the web solution locally from Visual Studio, my sql queries runs like it should, it's only the published version having problems. 
    Any ideas?
    Software Developer

    Hi,
    Thanks for answer.
    I had followed that step by step guide for deploying to Windows Azure. So that was not the problem.
    But I was able to get a better error message by turning off custom error in web.config.
    I got the error message: "Windows login are not supported in this version of SQL Server"
    I solved this by using the SqlConnectionStringBuilder instead of getting the connection string from 
    web.config.
    So everything works great now, just think it's strange it worked locally before..
    Regards
    -entery
    Software Developer

  • Javascript working locally but not on sever

    Hello,
    Since this is a javascript question I'm ont sure this is the right forum, but since I've always had great help here I thought I'd give it ago, and for all i know , it is DW related...?
    So i have a website that's been online for years, which using a javascript scroller that i found online, a long while ago.
    Yesterday i made some site edits, that didn't (so far as I'm aware) involve messing with any of the javascript or links to external CSS or script files, but suddenly the scroller isn't working any more.
    Oddly though, it works locally in Live Design view, and in all browsers previewed locally too (usinag MAMP server)... but just not online.
    Why did it suddenly stop working?
    Here is al link to a stripped down version of teh problem, and i'd be grateful of any help anyone can offer:
    http://tinyurl.com/scrollernotworking
    Thanks so much in advance,
    Katrina

    Turns out the one-line code was definitely the issue. Now as to why it was being compressed in that way is beyond me.
    Here is a link to a follow up discussion regarding why my code was being minifed (still unsure at time of writing):
    http://forums.adobe.com/message/5401932#5401932

  • Webservice works locally but not public

    I have read a lot about this on the net about crossdomain.xml
    and how to make it work with webservices. But still have have some
    problem with it.
    I have a domainname i'm using and my router is forwarding the
    traffic from that domain name to my local server 192.168.1.3 which
    is my local server ip.
    From my local computer the WS works great, but if i try from
    a remote location it does'nt.. at first i got the security access
    remote url error msg. but i guess the crossdomain.xml fixed it.
    So right now it does'nt return anything when trying from a
    remote location.
    If i use firefox, the statusbar states it's connected to
    192.168.1.3. that's it. i wounder why it does not say it's
    connected to the domainname i defined in the mx:webservice.
    btw i added this in my crossdomain file:
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM "
    http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
    <allow-access-from domain="*" to-ports="*" />
    </cross-domain-policy>
    I use fault="Alert.show(event.fault.faultString) in
    mx:operation but that does not return anything.
    so i need a hint to what to do, how to trace the
    error.

    1: ntsiii yes i can see the wsdl. and it works from my laptop
    when i run it from flexbuilder.
    2: because the result is output in a datagrid. And it works
    when i run the WS from flexbuilder on a local computer.
    but can you confirm that it should not be a problem that the
    ip defined in the wsdl file is not a problem since it's
    192.168.1.3?

  • XmlSocket works locally but not on webserver

    Hey, so I have an xmlsocket sending info to another server and that all works fine when I test in on my computer (locally) but when I upload the site to my server, the socket fails to connect. I have heard about policy files but dont really understand where to put it and if it's necesary considering it works fine locally. So I am wondering why it won't work on my server, Any ideas?

    waynecto wrote:
    > I'm using flash 7. My application is a weather bug on a
    portal page. I'm
    > getting the feed from yahoo and compile the application
    using
    > System.security.allowDomain("
    http://xml.weather.yahoo.com/");
    and it is working
    > fine when I'm testing from my local machine.
    Well, that has to work both ways. On your site and On the
    giving data server side.
    It needs XML file on the root of the directory allowing you
    to take the data.
    Otherwise we could cross domain people traffic w/o their
    consent.
    So, I don't expect yahoo to drop such xml just for you and
    because that's the case,
    you will need to work around it using proxy on your domain.
    When you request the file from your domain, your domain
    requests it from yahoo and
    hands it off as if it was yours. That's the only way around
    it.
    Best Regards
    Urami
    !!!!!!! Merry Christmas !!!!!!!
    Happy New Year
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

Maybe you are looking for