Unable to get PAGE_COUNT working

I am a new Xserve user and I have been unable to get PAGE_COUNT working despite the fact that SSI and other environmental variables are functioning for me. Does anybody know what additional settings are required for PAGE_COUNT? Do I need to initiate a count file or file location?
Xserve   Mac OS X (10.4.9)  

This is still unresolved so I hope this additional information will enable somebody to tell me how to fix it. I have used a QPQ server for over 10 years and am now moving all sites to Apache (1.3) on an Xserve. Everything appears to work OK except for PAGE_COUNT. All pages are parsed and most pages contain:
<!--#echo var="LAST_MODIFIED"-->
<!--#echo var="PAGE_COUNT"-->
The date displays as expected but the hit counter only shows '(none)'.
What have I done wrong or failed to do? Could moving the site root have caused a glitch? Where does Apache store the page counts?
Any help would be much appreciated.

Similar Messages

  • HT2311 Unable to get iTunes working on iMac with OS X 10.6.8.

    Unable to get iTunes working on iMac with OS X 10.6.8. Have rolled back a couple of versions and same problem. iTunes seems to open but all functions are greyed out and must force quit. Any suggestions would be appreciated. On a couple of occasions have had options available, but once selected it hangs, and then all is greyed out and must force quit. Incidentally going directly to a song (before running iTunes) will open iTunes and play, but all options are still greyed out.

    It could be corrupted preference files, or a corrupted library file. You could try dragging the preference and iTunes library files to your desktop, launching iTunes, and see if the functions will then work. Your songs will of course be missing, but if that fixes the problem, you can put the files back one by one and see which causes the problem. If it's just a preference file, just trash the file and reset your preferences. If it's the library, post back and we can help you rebuild.
    Regards.

  • Unable to get FaceTime working, Unable to get FaceTime working

    Recently purchased a new imac which comes with facetime.
    Have been attempting to communicate with friends, unfortunately unable to get working, any ideas?

    It is an Apple server issue, wait 24 hours.

  • Unable to get translation working with XML bursting

    Hi All,
    I am working on bursting an XML report using the DocumentProcessor API in an EBS environment. The XML publisher report has .xlf translation for Dutch Netherlands (nl-NL). The report works fine when printing through the EBS using the nl-NL locale. But however if I try to set the locale in the bursting and try to print the XML publisher report it is printing only in American English (Main translatable template's locale). Below is my bursting code
    try {
    DocumentProcessor dp = new DocumentProcessor("/usr/tmp/SampleControlFile2.xml", strDataSource, "/usr/tmp");
    dp.registerListener(this); //Set the listener
    System.out.println(strDataSource);
    System.out.println("xdo://"+strAppcode+"."+strTemplateCode+"."+strLang+"."+strLocale+"?getSource=true");
    Properties prop = new Properties(); //Add properties and variables//
    //updating these property as per environment//
    //prop.put("user-variable:TEMPLATE", "xdo://"+strAppcode+"."+strTemplateCode+"."+strLang+"."+strLocale+"?getSource=true");
    prop.put("user-variable:TEMPLATE", "xdo://"+strAppcode+"."+strTemplateCode+"."+"en"+"."+"US"+"?getSource=true");
    prop.put("user-variable:cp:territory", "NL");
    prop.put("user-variable:cp:language", "nl");
    prop.put("user-variable:cp:locale", "nl-NL");
    prop.put("burstng-source", "EBS");
    prop.put("user-variable.OA_MEDIA", "<MEDIA DIR>");
    dp.setConfig(prop);
    dp.process();
    //dp.deletTemporaryOutputFiles();
    } catch (Exception e) {
    e.printStackTrace();
    Control File:
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    <xapi:globalData location="stream">
    </xapi:globalData>
    <xapi:request select="/TMP001/LIST_G_ORDER_BY/G_ORDER_BY/LIST_G_INVOICE/G_INVOICE">
    <xapi:document key="${TRX_NUMBER}" output="${TRX_NUMBER}" output-type="pdf" delivery="file1">
    <xapi:template type="rtf" locale="" location="${TEMPLATE}" translation="" filter="" />
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    Also I tried the following,
    For xdo://XXRS.XXRS_RAXINV_SEL_T.en.US?getSource=true location, the template prints always in American English.
    For xdo://XXRS.XXRS_RAXINV_SEL_T.nl.NL?getSource=true location, the bursting errors saying that could not find the template. (The template xdo://XXRS.XXRS_RAXINV_SEL_T.nl.NL?getSource=true can't be fetched)
    Thanks!

    Hi,
    Can you post your control file here...
    I am working on similar thing but not getting it working..getting error like
    [070110_022931827][][EXCEPTION] The URL ( xdo://XXX.XXXPOXPRPOL.fr.CA/?getSource=true ) is invalid.
    My translation file name is "XXXPOXPRPOL_fr_CA.xlf"
    in my control file i have tried following codes but it didnt work
    <xapi:template type="xsl-fo" location="xdo://XXX.XXXPOXPRPOL_fr_CA.fr.CA/?getSource=true" filter=".//G_HEADERS[C_VENDOR_CONTACT_EMAIL !='' and POH_ORG_ID = 161]"></xapi:template>
    <xapi:template type="xsl-fo" location="xdo://XXX.XXXPOXPRPOL.fr.CA/?getSource=true" filter=".//G_HEADERS[C_VENDOR_CONTACT_EMAIL !='' and POH_ORG_ID = 161]"></xapi:template>
    <xapi:template type="xsl-fo" location="xdo://XXX.XXXPOXPRPOL_fr_CA.xlf.fr.CA/?getSource=true" filter=".//G_HEADERS[C_VENDOR_CONTACT_EMAIL !='' and POH_ORG_ID = 161]"></xapi:template>
    Please let me know where problem is.
    Thks & Rgds
    Rajesh

  • Unable to get imessage working, comes up green instead of blue

    I'm uable to get imessage working, text comes up green instead of blue. I have my setting, message, imessage turned on. What am I doing wrong?

    Mine didn't work for 2 months and this fixed it, so I posted it in another discussion and have been getting "thank you" replies nearly daily:
    Just update your date/time settings:
    Settings
    > General
    >> Date & Time
    >>> Set Automatically:  Slide "ON"...If it's already on, then slide it off, chill for a bit (maybe restart it), then slide it back on.
    I am using an iPhone 4 with iOS 5.1, but other users with 3GS, 4S, and even iTouch devices replied that it worked.

  • Unable to get checkbox working in Apex 3.2.1.00.10

    We recently upgraded our production application running on apex to Apex 3.2.1.00.10. Everything works, except for the query that generates the check-box. This used to do so in the previous version 3, but does not work anymore, the code is the same...Any help is appreciated.
    (SELECT app_user, app_session, hier_username, NULL, NULL, NULL, NULL,
    ' ', HTMLDB_ITEM.checkbox (2, 1, 'onClick = "WssMasterCheck()"')
    FROM wss_uform_data
    GROUP BY app_user, app_session, hier_username)
    UNION ALL
    (SELECT app_user, app_session, hier_username,
    HTMLDB_ITEM.hidden (11, hier_code_combination),
    HTMLDB_ITEM.hidden (12, hier_parent_level_number),
    HTMLDB_ITEM.hidden (13, hier_level_type), hier_level_number,
    hier_level_name,
    HTMLDB_ITEM.checkbox (3,
    hier_level_number,
    DECODE (checked, '0', NULL, 'CHECKED')
    ) -- this is one that is not working, and does not show as checked.
    FROM wss_uform_data
    WHERE hier_level_type =
    wss_preferences_pkg.get_default_value ('WHOLESALER_LEVEL_TYPE'));

    Not sure what happened, as I had tried this before too, but I did do the change below and was trying to debug the issue on my own and trying some options, and all of a sudden it started working...The only change that I did is below:
    (SELECT app_user, app_session, hier_username, NULL, NULL, NULL, NULL,
    ' ', HTMLDB_ITEM.checkbox (2, 1, 'onClick = "WssMasterCheck()"')
    FROM wss_uform_data
    GROUP BY app_user, app_session, hier_username)
    UNION ALL
    (SELECT app_user, app_session, hier_username,
    HTMLDB_ITEM.hidden (11, hier_code_combination),
    HTMLDB_ITEM.hidden (12, hier_parent_level_number),
    HTMLDB_ITEM.hidden (13, hier_level_type), hier_level_number,
    hier_level_name,
    HTMLDB_ITEM.checkbox (3,
    hier_level_number,
    DECODE (checked, '0', 'UNCHECKED', 'CHECKED') -- replaced NULL with 'UNCHECKED' is the change I made
    FROM wss_uform_data
    WHERE hier_level_type =
    wss_preferences_pkg.get_default_value ('WHOLESALER_LEVEL_TYPE'));

  • Unable to get callback from Asynchronous BPEL process to work (AXIS Client)

    Hello,
    I am calling an Asynchronous BPEL process from an AXIS client, and I am unable to get the callback functionality to work. The AXIS client code has been generated from WSDL2Java using the BPEL process' WSDL file.
    I CAN insert an invoke node in the BPEL process and invoke my Callback web service using that, but obviously that means the BPEL process is limited to only responding to one pre-determined client, which won't work.
    My questions:
    - How does the BPEL process know what endpoint to use to make the callback?
    - Do I need to modify the generated code to create a SOAP Envelope and invoke the process with the envelope, intead of the invokeOneWay call?
    - If I do need to create a SOAP Envelope with a replyto element, what is the structure of a typical BPEL envelope? Is there an example somewhere?
    I have looked at the examples in the interop directory, specifically the AXIS calling Async BPEL, but I would like to try to keep the client code as independent as possible (I don't really want to have a dependency on the OTN library).
    Any help would be greatly appreciated!!
    Thank you.
    -Ryan

    Please have a look at the Binding in the WSDL. Axis must provide the ReplyTo and
    MessageId information there. As far as I see, this must be done by an Axis-Handler,
    because the Binding-Part in not generated by WSDL2Java.
    I was able to generate the JavaClasses by using the "WSDL2Java -a" option, but
    I still do not see how to use them in a handler and how to register the handler.
    Maybe someone can give me a hint.

  • PLEASE HELP ME??? Lost itunes trying to downgrade back from 11.0 & unable to get itunes to work at all now..

    New Itunes setup is the worst one yet!!! I couldn't stand it, so I tried uninstalling it and reinstalling older versions, but now I am unable to get it to work in any version. I have uninstalled & reinstalled several times (trying this with multiple versions). Strange thing is that ever since I uninstalled 11.0 I have not been able to get any of the other versions to open at all.. Sometimes an error message box dings & pops up that says something about how to adjust the volume through your itunes, or unable to open file.. other times when I click on the icon it just does absolutely nothing. WILL SOMEONE PLEASE HELP ME??? I'm going crazy without my music & I am panicking because I am afraid I may have lost all music (I have thousands & thousands of songs on there).. I'm hoping to find a way to reinstall an older version, but at this point if I can't find a way to bring back the old version, I'll take 11.0 if I absolutely have to (meaning if it's the only way to retrieve itunes without losing my entire library)

    Have latest version of iTunes installed and running. Also make sure you have internet access working and can access Apple websites. Also, make sure you don't have any entries in your hosts file referring to gs.apple.com....If your not sure about how to do that, go ahead and do the rest first. You can come back to that later.....Plug in phone. Put phone in DFU mode.(google put iphone in DFU mode for instructions) Then restore the phone in iTunes by highliting your device in the left column and click on the Restore button. The latest iOS version is 4.3.3. That's what iTunes will restore it to. When it's done restoring, iTunes will ask if you want to restore from a backup or setup as a new phone. I would use the Setup as a New Phone option. Once it's done, you should have a clean install of the iOS and an operating phone, as long as there are no hardware issues with it.

  • I am unable to get into my IPhone.  My 4 digit code is not working and my cell is disabled. I've tried connecting to iTunes to do a reset to factory default however I need the password (my 4 digit code) help!! I've been without my iPhone for 2 days.

    I'm locked out of my iPhone.   My 4 digit security code is not working.  I've tried to connect to iTunes to do a recovery however I. Order to do this it asks me for the 4 digit code.  I need to reset it but unable to get into reset as well.  Help!!t can I reset it using my iPad which is registered to the same account

    See Here  >  http://support.apple.com/kb/HT1808
    You may need to try this More than Once...  Be sure to Follow ALL the Steps..

  • I am unable to get Lightroom Mobile to work on my home network. The Ipad says "There are no collections to sync, enable lightroom mobile on your computer", but it is enabled.  I got it to work one time on another network but not at home where I use Lightr

    I am unable to get Lightroom Mobile to work on my home network. The Ipad says "There are no collections to sync, enable lightroom mobile on your computer", but it is enabled.  I got it to work one time on another network but not at home where I use Lightroom.

    Hi,
    could you please give us some info on what kind of network you have?
    Can other application communicate with the web?
    Thanks,
    Ignacio

  • Unable to get following example working

    http://java.sun.com/products/jlf/ed2/samcode/textme1.html
    i am unable to get this example of file menus working.
    i have created a new project in JBuilder called TextMenu.jpx
    i have altered the project properties to look for TextMenu as the main method but it gives me a compilation error:
    "java.lang.NoClassDefFoundError: TextMenu
    Exception in thread "main" "
    can anyone else get this example working???

    Hi there,
    OK So its been two years since the last reply to this thread, but just incase anyone else out there is having problems with getting this example working in JBuilder here is how we did it.
    First off remove the "package samples;" line from the top of the .java file
    then locate the following line
    resources = ResourceBundle.getBundle( "samples.resources.bundles.TextMenuResources", locale);
    and change the part in the quotes to just "TextMenuResources".
    Finally open the samples.jar file and extract the file "TextMenuResources.properties" to the class folder of the project you are working on (for example if your project was called "TextMenu" then locate the "\TextMenu\class" folder and extract the file to there).
    Then compile the .java file in jbuilder and it runs, hopefully.
    I'm guessing there are easier ways to achieve a working state, but i had to get this working on a college computer with a variety of security precautions in place (including no command prompt, and no control panel which makes altering the classpath environment variable hard unfortunately).
    Hope that this helps someone.
    Sheepy / Andy

  • Unable to get Phone Dialer working

    Hello everyone,
    I have setup a brand new client. And I am unable to get the dialer working correctly.
    I have followed the directions here: Re: The Top10 most frequently asked questions and answers (FAQ) January 2009
    - Telephony service is started
    - Windows XP Phone and Modem settings correctly configured
    - Phone Dialer does work and does show the progress of the "manual" test call
    - Phone Dialer is running and minimized
    - SAP/b1 General Settings/Service is setup with an area code.. nothing needed for an outside line
    When I pull up a Business Partner and hover over a phone number, I hit CTRL+TAB and nothing happens... the next field is just highlighted and no dialing occurs.
    Any thoughts as to what I'm missing to get this working correctly?
    All input is welcome.
    Thanks!
    ~ terry o.

    Finally got this working. Please setup your dialer using these directions;
    - Telephony service is started
    - Windows Phone and Modem settings correctly configured with any required settings like area code or country
    - Run Phone Dialer (dialer.exe) and confirm it does work and does show the progress of a "manual" test call
    - Change SAP/b1 General Settings/"Service" is setup with an area code.. and outside line requirements
    Open SAP/b1 and hover your cursor over a phone number. When the "phone" icon is displayed, press "CTRL + double-click".
    The dialer should open and you should see the progres of your call.
    Good luck!
    ~ terry o.

  • Currently working on OpenSPARC. Unable to get ModelSim for working on Linux

    We are working on OpenSPARC. We need to get ModelSim to compile the code in Verilog. We are unable to get ModelSim to work on Fedora Linux Version 9, as ModelSim only works on Windows.Is there a way to get Modelsim for Fedora Linux version 9.
    Regards,
    K.Pradheep Kumar
    19.08.08

    They have a Modelsim LE version for Linux. Check this out:
    http://www.model.com/products/default.asp

  • I am also unable to get the 551L working with Windows 8 Beta 1. Any advice?

    I am also unable to get the 551L working with Windows 8 Beta 1 and Mac OS X 10.8 Mountain Lion Developer Preview 2. Any Advice?

    It should be noted that I was previously in those Windows Beta's and I am also a member of both Microsoft Technet (Retail Subscription), and all 3 Apple Developer Programs (IOS, Mac and Safari), which is the reason why I am running Microsoft Windows 8 Beta 1 on 2 of my 3 Dell's (the oldest one has Microsoft Windows XP Service Pack 3 and Microsoft Office 2003 on it, which is the PC that I am using the 551L on), and the Mid Year 2010 Apple Mac Mini has Mac OS X 10.8 Mountain Lion Server Edition on it (something that I am technically am NOT supposed to be talking about here due to my NDA so this will be the last time I mention it here (as you can see I am known for being the type of  Computer Nerd that loves Alpha and Beta Testing)! :-)

  • I am unable to get my bluetooth working message says "make sure car mutli media is in range" how do I get connected?

    I am unable to get my bluetooth working on my phone. the message says "make sure car mutli media is in range" how do I get connected and what does that mean?

    Have you tried a soft-reset ? Press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider if it appears), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

Maybe you are looking for

  • Where do you write your code?

    I've just started to learn Flex. One question I have is where you put the ActionScript code? I know i can put it in several locations (e.g. inline, within a script-tag, in actionscript-files, in actionscript classes) but what's the best way to go? Up

  • Blending similar colours into a solid colour?

    I've scanned a map (actually a nautical chart) that I want to print; see link below to a very small portion of the RGB 8-bit/Chan image. http://i77.photobucket.com/albums/j54/nigelmercier/sample_zps69cffb91.png~original In this I can identify white,

  • An error prevented the view from loading

    I'm using SQL Server 2012 Express and I'm building a report with one table.  I dragged and dropped two data set elements into the table that has two columns (Product Name and Product Description).  Both the dataset elements have a data type of varcha

  • Disabling bold fonts in various terminals

    Alright, I've been using Xfce4-terminal ever since I started using Linux. At various points in time I've tried to switch to more lightweight terminals, but there's one feature Xfce4-terminal has that I can't find anywhere else. It has an option to di

  • Can't target main stage from dynamically loaded swf...

    A part of the Flash app. I'm working on right now does the following - Main stage loads an external swf using the following function: function loadAsset(evt:String):void{ var assetName:String = evt; if (assetName != null){   var assetLdr:Loader = new