What causes FindChangebyList to not work from CS5 to CS3?

I've done a dozen of these now.   And my txt file looks good.  I don't get an error either.  But the jsx simply does nothing.  No error, nothing.
I even ran an older jsx file that works against the new txt file with all the array of text and grep changes.  Nothing again. 
I compared the text and grep preferences to what I was asking it to do to the old one that works.  I didn't spot anything.
So my question is what?!?!!?!?!!?!? @!*(#&*(#&*           I am assuming that without an error that the script runs fine, that the actual language of the text and grep prefs are what CS3 does not like because it doesnt execute it.
This is very very basic.  It looks for a string of any of these bylines in a "Body" style and changes it to "Byline" style.   Works perfect in CS5, so I'm flabbergasted.
//Find this string of news agencies in body and change to byline
grep          {findWhat:"^The New York Times News Service\\r|^The Washington Post Writers Group\\r|^Associated Press\\r|^Bloomberg News\\r|^Canadian Press\\r|^Daily Telegraph\\r|^Financial Post\\r|^National Post\\r|^National Post wire services\\r|^New York Times\\r|^Postmedia News\\r|^Reuters\\r|^Slate.com\\r|^The Associated Press\\r|^The Canadian Press\\r|^The Daily Telegraph\\r|^The Media Line\\r|^The New York Times\\r|^Weekend Post\\r|^The New York Times News Service,\\r|^The Washington Post Writers Group,\\r|^Associated Press,\\r|^Bloomberg News,\\r|^Canadian Press,\\r|^Daily Telegraph,\\r|^Financial Post,\\r|^National Post,\\r|^National Post wire services,\\r|^New York Times,\\r|^Postmedia News,\\r|^Reuters,\\r|^Slate.com,\\r|^The Associated Press,\\r|^The Canadian Press,\\r|^The Daily Telegraph,\\r|^The Media Line,\\r|^The New York Times,\\r|^Weekend Post,", appliedParagraphStyle:"Body"}          {appliedParagraphStyle:"Byline"}          {includeLockedStoriesForFind:false, includeLockedLayersForFind:false, includeHiddenLayers:false, includeMasterPages:false, includeFootnotes:true, kanaSensitive:true, widthSensitive:true}

Hi Theunis !
Check this out -- it did not like this simple statement:    ^The New York Times News Service\\r    (this is crazy)
Or this -- ^By\s\u   (drove me batty!)  
Or this -- Service\\r|^The    (where the tallbar allows you to string everything together; maybe I am using it wrongly?)
I was fit to be tied....    :-)

Similar Messages

  • HP Pavilion dv6-6181TX. System Recovery is not working From HP Recovery Manager.

    HP Pavilion dv6-6181TX
    Product No. A3U49PA
    Genuine Windows 7 Home Premium 64
    (but i upgraded it to windows 7 ultimate)
    System Recovery is not working From HP Recovery Manager. so i cant restore my laptop to its original factory condition. (Genuine Windows 7 Home Premium).
    so when i restart my computer and press Esc and then choose F11 i get this message :
    "Windows failed to start. A recent hardware or software change might be the
    cause. To fix the problem:
    1. Insert your Windows installation disc and restart your computer.
    2. Choose your language settings, and then click "Next."
    3. Click "Repair your computer."
    If you do not have this disc, contact your system administrator or computer
    manufacturer for assistance.
    File: \Boot\BCD
    Status: 0xc0000225
    Info: An error occured while attempting to read the boot configuration data."
    i saw this from the forum
    http://h30434.www3.hp.com/t5/Notebook-Recovery/Hp-recovery-manager-problems/m-p/2395473/highlight/tr...
    Had the C partition been split/shrunk to form a new partition previously?
    Does disk management show the HDD as basic or dynamic? (Start>Right-click Computer>Manage>disk management on the left).
    If it has been switched to dynamic (Windows does this automatically when more than 4 partitions are present on the disk), then the F11 recovery partition won't function until it is restored to basic, but I would like to confirm that is the scenario before providing those steps.
    The Disk management shows that my HDD as Dynamic, what should i do then if this is the case and the possible solution to my problem?
    please help me & Thank you for your time,
    This question was solved.
    View Solution.

    If you have more than 4 partitions you will need to delete the extra partition/partitions, then convert the hdd back to Basic.
    Older versions of Partiton Wizard Free work: 
    http://www.sevenforums.com/tutorials/26829-convert-dynamic-disk-basic-disk.html
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • File- Print not working from SQL Developer 1.2.1 Build MAIN-32.13

    File->Print not working from SQL Developer 1.2.1 Build MAIN-32.13.
    I downloaded sqldeveloper-1.2.1.3213.ZIP and extract to a local directory. From the extracted directory I ran ..\sqldeveloper\sqldeveloper.exe from Windows XP sp2. The program itself seems to run just fine but File-Print doesn't do anything. In Help-About, Java Platform is reported as 1.5.0_06 and Oracle IDE is 1.2.1.3213. I'm not sure where to look for what is causing the problem.
    Thanks

    I hadn't tried CTRL-P before but I did today. On the first attempt, I saw a small jump in the memory usage for sqldeveloper.exe as reported in Windows Task Manager. Otherwise, there was no change. A second CTRL-P in the same session produced a further bump but subsequent attempts in the same session produced no further change in CPU or Memory Usage.
    Using Task Manager to monitor this further, I tried File->Print again and saw that sqldeveloper would periodically climb to 1 or 2 percent CPU and consume a little more memory. After a minute or so, though, all activity stops again.
    I do not get a print dialog box from SQLDeveloper using either CTRL-P or File->Print

  • CS3 Updates cause programs to not work with Windows 7?

    Has anyone else had their programs stop working after an Adobe update was installed?  Although I have been told by 5 different Adobe staff members that CS3 is "not at all compatible" with Windows 7...it somehow worked on two machines for 6 months.  Then a recent Adobe update caused it to not work.  I could understand if it never worked with Windows 7, but it stopped working after Adobe's update.  I am sure that Adobe has the resources to test their updates on Windows 7 machines and would have found this problem.  What would make them proceed with giving their customers this update...hmmm maybe the release of CS5???
    I also asked if they could send me a CD (since I chose a download) of the original CS3 suite without the updates and they told me that they don't have any.  Really??? Adobe doesn't have any copies of a program that is only 3 years old?

    Try this page to download a copy of the original...

  • Asm link not working from kolkata

    hi
    http://www.oracle.com/technology/tech/linux/asmlib/install.html
    this link is not working from india / kolkata.
    what to do?

    javadev991 wrote:
    Now working.
    What?
    Just cross check certain things
    - The servlet you specified in Form Action is correct
    - The Form Method must be POST not GET
    - The query string param you are specifying in URL which is classifiedsearchtype, You are trying to get the same param in the servlet. It is case sensitive.

  • My iPhoto dose not work from 0:00 Sunday. I was deleting and downloaded again but dosn't work! Why?

    My iPhoto '11 dose not work from 0:00 Sunday. I was deleting and downloaded againg but the problem is same.

    Sorry but we need more to go on thatn it does not work
    what happens? what does not happen? what error messages to you get? if it crashes post the first 50 lines of the carash report
    LN

  • G4 just replaced power supply , it powers up , but the screen is not on and the mouse and keyboard aren't on either. A few times the computer came on with screen working but then it froze up, can't do any type of reset cause of keyboard not working. Help!

    G4 just replaced power supply , it powers up , but the screen is not on and the mouse and keyboard aren't on either. A few times the computer came on with screen working but then it froze up, can't do any type of reset cause of keyboard not working. Help! Pressed pmu button already,  nothing ,..  Ppc g4 Mac

    Should I check the memory cards themselves? Reseat them?
    Yes.
    Memtest X or Rember to test the RAM.
    Reseat is also good.
    The iPhone 4 doesn't like USB 1.1 much.
    after the update the computer was working well, except for this freeze when ever I connect iPhone.
    I'd try USB 2.0 PCI. That's how I connect my iPhone 4s, and have connected all iPhones and iPods, to my G4.
    Never an issue.
    Can't say the same for USB 1.1.......
    The above (previous post) linked PCI card is cheap enough.
    Want cheaper, try this:
    http://www.amazon.com/Protronix®-5-Port-Controller-Card-Chipset/dp/B005JE2U82/re f=sr_1_2?ie=UTF8&qid=1337472141&sr=8-2
    The NEC chipset is the desired chipset, regardless of what OS the maker says is compatible.
    OS X has native NEC chipset USB support.

  • Recently Iam purchased a Iphone from U.S, but iam residing in India, so can any body tell me in india how can i get support as my phone charger is not working from where in india i can replace i

    Recently Iam purchased a Iphone from U.S, but iam residing in India, so can any body tell me in india how can i get support as my phone charger is not working from where in india i can replace it

    gosharma wrote:
    What if we have Applecare? Applecare is worldwide. Isnt it?
    Not on an iPhone.

  • My speaker in iphone 4s is not working from yesterday ..it happened suddenly while listening to songs....do anyone had this pblm and how u resolved it?

    my speaker in iphone 4s is not working from yesterday ..it happened suddenly while listening to songs....do anyone had this pblm and how u resolved it?

    I got this problem solved and just want to let others know what it was.
    I followed ewdel1's advice and brought my phone in to have it looked at and sure enough, was told that this is a problem others have had and it was due to a faulty integrated circuit.  Luckily, I was able to take this in to be looked at when I did because my 1 year warranty was about to expire in a week.
    Apple replaced my 4S with a "new" phone.  The replacement looks and works good as new, so happy I didn't have to go through a hassle and the replacement was very straightforward.

  • Looking for previous post!! Windows update causing flash to not work?

    A few days ago i finally fixed my problem where some automatic updates from windows caused flash to not work on some videos.  I uninstalled these updates, but can't find the question/answer that helped me with my solution.  It had to do with uninstalling 2 windows updates, KBsomething... can anyone direct me to that post??

    Was it this post?
    http://forums.adobe.com/message/4865912#4865912

  • Hello! I have a iPhone When I enter the SIM card lock is not working from Sweden and I'm in Iraq, how do you open it?? Thank you

    Hello! I have a iPhone When I enter the SIM card lock is not working from Sweden and I'm in Iraq, how do you open it?? Thank you

    Hussein AL-Saady wrote:
    I contact my relatives in Sweden have gone to Apple there
    Did we tell you to contact Apple?  No. 
    Do what we said and contact the wireless provider in Sweden to which the phone is locked to..

  • Dashboard link is not working from BI Publisher

    Dashboard link is not working from BI Publisher. Please let me know How to fix this problem.

    Please somebody guide me.
    Dashboard link is working fine from the Apps Server Machine. But the link is not working from other machines. Do I need to setup machine.domain:<port_number> any where.
    Thanks,
    Vara

  • My mail is not working from my ipod i looked it up it says it trouble shooting but its not giving me anything to fix it can someone help me?

    My mail is not working from my iPod touch. I looked it up and it says it trouble shooting? But they are not giving me anything to fix it. I restored my iPod touch to see if that worked and it didnt. Can anyone help me?

    Can you access the account from another device?
    Without you telling use the email provider and type of account we can't really help you.

  • The file to download the app for Android is not working from my phone--it says that the file isn't there. However it does see the one for the Iphone (even though it can't use it). I'm very computer literate and am pretty sure the problem is on your end.

    The file to download the app for Android is not working from my phone--it says that the file isn't there. However it does see the one for the Iphone (even though it can't use it). I've tried it multiple times and continue to get the same message: "NOT FOUND The requested item could not be found". I also tried through the Market application on the phone but ended-up with the same result.
    I'm very computer literate and am pretty sure the problem is on your end. If this is the case then no one can download the app. I considered that perhaps because it's still in Beta that it was removed due to some other type of software issue. I would really like to use Firefox on my new Droid (2.0); when with this be available?

    Firefox will not appear in the Market for most phones with incompatible hardware. You can check if your phone is supported here:
    https://wiki.mozilla.org/Mobile/Platforms/Android
    Even on some supported devices, a bug in the Market software prevents Firefox from showing up. This may be related to the fairly recent Android Market app update. If you go to Settings/Applications/Market and choose "Uninstall" you can uninstall the update, and then search for and install Firefox from the marketplace.
    Or, if you have a supported phone, you can download the app directly by typing this address into your phone's browser: http://bit.ly/fxbeta3
    (Note: To download the app directly for an AT&T phone, you will have to search for instructions on "sideloading" the APK file, since AT&T disables the option to install from non-Market sources.)

  • Adobe reader not working after cs5 install

    adobe reader not working after cs5 install

    Nobody can tell you anything without proper system info or other technical details like exact version info.
    Mylenium

Maybe you are looking for

  • How do I create a Snapshot without testing query?

    I'm working in an environment where the connection to the database server is done through a VPN that is sometimes broken and I have to wait for some time until it is restored. Other times, the database server is just down and in maintenance. In the m

  • Logging Activity

    At the moment using Apex 3.2, but looking to upgrade to 4.1 My company have asked me to look into logging activity from Apex. I can get a lot of useful information from the APEX_WORKSPACE_ACTIVITY_LOG view, ie pages viewed and times. I also need to l

  • Plain http receiver adapter question

    Guys, Is there any way to see the actual https request that I am sending out with the Plain http receiver adapter? I am getting back an application level error response, but not sure what is wrong with my message, I would like to see it the way it wa

  • Daily 2 1/2 hour spam hit

    Every day, same time each day, I get two and half hours of SPAM (1,000s of messages) hitting and server for an email address that does not exist on the server. What is the best way (low CPU processing) to just junk the mail and not reply in anyway. I

  • Parameter Prompting and Oracle Driver Issues

    I am in the process of testing several reports for use in Glassfish/JSP viewer.  I am in need of clarification of: 1.  Parameters are seen - but it does not prompt the user for the parameters on initial JSP page load.  Is this normal behavior or no?