Analytics 2.1 - image server and wrong hit count

Has anyone found a solution to Analytics and Images? The problem is any Image Portlet is treated as a Hit. So a page load with images gives the impression that portlet is actually being visited.
This has plagued us for the longest time....
Thanks,
V

you mean...when you display a gatewayed image, it looks like a request from the user? thats because...it is a request from the user! (or..thier browser at least)
(note, when you say "image server" that means images outside of the portal, so don't confuse that...)
If these are custom apps, you shoudl eb putting custom images on teh image server. in all my apps, i reference static content like this:
img src=<% staticpath %>/path/image.jpg
then in the codebehind, i set the staticpath to work both for non-gatewayed and gatewayed requrests.
No, this wont work for everything. It would be nice if they came out and had analytics ignore certain requests with certain extensions.

Similar Messages

  • Setting up an Image Server and Selecting boot Images

    I am setting up my first image server and when i perform a network boot I can see that i am reaching the DHCP server but i dont i am not getting a boot image.  I have configured the server with an install image and a boot image but still getting nothing. 
    Can someone please help a novice set up this server.

    If this is for ConfigMgr enter the following in your DHCP 
    Option 066 - the FQDN of your SCCM server.
    Option 067 - the path smsboot\x86\wdsnbp.com 
    Cheers
    Paul | sccmentor.wordpress.com

  • Image server and images in the product catalog(CRM ISA)

    Dear Gurus,
        I am using CRM ISA 5.0 R/3 version. My products in the product catalog has got images. I have assigned the image's to the products in the R/3 product catalog(WWM2)
    In the b2b XCM for the webcatalog node, I need to specify the imageserver url. Can you please tell me what goes here. How do I find out what is my image server in my landscape. Please advice me how do I get the images in my ISA product catalog.
    Thanks!
    Vivek.

    Hi Vivek,
    In general image server is the web server. You need to talk to your network administrator to identify and setup the web server. Pass on the below document to your administrator to setup the publishing directories on the web server:
    http://help.sap.com/saphelp_crm40sr1/helpdata/en/c7/d64e3c719d1742e10000000a11405a/frameset.htm
    <b>Reward if helps</b>
    Regards,
    Paul Kondaveeti

  • Content server and Images

    Hi... we've found some odd behaviour with content server and I'm wondering if anyone else has had similar experience.
    Our installation is spread accross a number of servers, we have a front end portal/image server with Content Server installed on one of the servers behind the firewall.
    When we create branding portlets (and content canvas portlets), it all works happily. The html template is created in the ptcs/publishedContent on the Content Server machine and images appear in the correct template folder on the Image Server machine and everything displays correctly on the portal page.
    Problem is, for any other content portlets (eg: announcement), the images end up in the ptcs/publishedContent on the Content Server machine as well ... which isn't good as this location is not accessible from the browser - the published html gets rendered correctly but no images appear.
    We don't want to manually transfer images from the Content Server to the Image Server and hack the generated ptcs html.... from what I can tell, all the properties set for the Image server are correct so we've hit a brick wall in terms of figuring out why it's behaving this way, our expectation was that the content portlets would operate in the same way as the branding portelts but this doesn;t seem to be the case.
    thanks in advance

    You should be able to edit the gateway space URL of the Content Server Published Content Web Service to include the published content location of where it is.
    Alternately, you can set the published content targer and file transfer method for the server (or any other content server section) by right-clicking on the top-level node (or the individual folder) in the Content Server Explorer, and selecting "Publishing Target..." and setting the appropriate values in the resulting dialog box.

  • Problems with hit counter

    I have been making updates to my web page for an ongoign period and,as hoped, my hit counter continued to maintain the number of hits without resetting. Recently, I updated the web site and he hit counter, for some reason, reset to zero.It wouldn'tbe so bad but the hit counter now shows up on the website and won't increment no matter how many hits get to the website.
    Why is my hit counter locked on zero?
    You can see it here.
    www.uncorkedtheband.com

    http://web.mac.com/dgreen12/iWeb/Uncorked/Welcome.html
    your counter moved from 27 to 28 after I revisited your page.

  • Zen 4 imaging pmap and transaction server errors

    Hi,
    I am running Zen4 ir7 on a netware 65 sp5 server and trying to run use pxe at the workstation to get images to upload from new workstations. I am running into an error when pxe loads and gives me the following two messages
    No response from portmap service
    No response from transaction server
    I noticed that at the pdhcp server that pmap doesn't seem to be loaded and I am not sure what to do. Any suggestions

    On Thu, 02 Aug 2007 19:42:04 GMT, Kurt Finlayson wrote:
    > pmap is loaded dynamically, so it only loads when it is needed.
    also those error messages could be misleading.
    so when you do a pxestart you don't get any error messages in the server
    log file?
    is that server a multihomed server?
    If you have already compiled drivers or have linux.2 please put them on
    http://forge.novell.com/modules/xfmo...ect/?zfdimgdrv
    Live BootCd and USB Disk from Mike Charles
    http://forge.novell.com/modules/xfmod/project/?imagingx
    eZie http://forge.novell.com/modules/xfmod/project/?ezie
    Marcus Breiden
    If you are asked to email me information please remove the - in my e-mail
    address.
    The content of this mail is my private and personal opinion.
    http://www.didas.de

  • How do i upload an image to a server and put the name into a database table

    Ok, i found a php image upload script that im using for a cms
    image gallery on my site. But for it to work the way i need to i
    have to have certain information submited into a mysql table at the
    same time. I could just make it so the user types the name of the
    image in a second form, but i would rather not have to as it seems
    a clumsy way to do things and opens things up to typos etc.
    So, i can upload the image ok, and i can upload data to the
    table, but i dont know what I have to do so that the name of the
    uploaded file is automaticly inserted into the mysql table.
    The first bit of code below is the form I am using to upload
    the file to the server. The second bit of code is what I am using
    to tell the server what the file name is.
    How do I combine the 2 form into one? Please help. It is
    driving me to dispair.
    Attach Code
    <form enctype="multipart/form-data" action="uploader.php"
    method="POST">
    <input type="hidden" name="MAX_FILE_SIZE" value="500000"
    />
    Choose a file to upload: <input name="uploadedfile"
    type="file" />
    <br />
    <input type="submit" value="Upload File" />
    </form>
    <form action="<?php echo $editFormAction; ?>"
    method="post" name="form2" id="form2">
    <table align="center">
    <tr valign="baseline">
    <td nowrap="nowrap" align="right">Image One</td>
    <td><input type="text" name="kingsImage1"
    value="<?php echo
    htmlentities($row_rskingscentre['kingsImage1'], ENT_COMPAT,
    'UTF-8'); ?>" size="32" /></td>
    </tr>
    <tr valign="baseline">
    <td nowrap="nowrap" align="right">Image Two</td>
    <td><input type="text" name="kingsImage2"
    value="<?php echo
    htmlentities($row_rskingscentre['kingsImage2'], ENT_COMPAT,
    'UTF-8'); ?>" size="32" /></td>
    </tr>
    <tr valign="baseline">
    <td nowrap="nowrap" align="right">Image
    Three</td>
    <td><input type="text" name="kingsImage3"
    value="<?php echo
    htmlentities($row_rskingscentre['kingsImage3'], ENT_COMPAT,
    'UTF-8'); ?>" size="32" /></td>
    </tr>
    <tr valign="baseline">
    <td nowrap="nowrap"
    align="right"> </td>
    <td><input type="submit" value="Update record"
    /></td>
    </tr>
    </table>
    <p>  </p>
    <p>
    <input type="hidden" name="MM_update" value="form2" />
    <input type="hidden" name="kingsHeader" value="<?php
    echo $row_rskingscentre['kingsHeader']; ?>" />
    </p>
    </form>

    jeffoirecoupe1234 wrote:
    > Ok, i found a php image upload script that im using for
    a cms image gallery on
    > my site. But for it to work the way i need to i have to
    have certain
    > information submited into a mysql table at the same
    time. I could just make it
    > so the user types the name of the image in a second
    form, but i would rather
    > not have to as it seems a clumsy way to do things and
    opens things up to typos
    > etc.
    >
    > So, i can upload the image ok, and i can upload data to
    the table, but i dont
    > know what I have to do so that the name of the uploaded
    file is automaticly
    > inserted into the mysql table.
    >
    > The first bit of code below is the form I am using to
    upload the file to the
    > server. The second bit of code is what I am using to
    tell the server what the
    > file name is.
    >
    > How do I combine the 2 form into one? Please help. It is
    driving me to dispair.
    >
    > Attach Code
    >
    > <form enctype="multipart/form-data"
    action="uploader.php" method="POST">
    > <input type="hidden" name="MAX_FILE_SIZE"
    value="500000" />
    > Choose a file to upload: <input name="uploadedfile"
    type="file" />
    > <br />
    > <input type="submit" value="Upload File" />
    > </form>
    >
    > <form action="<?php echo $editFormAction; ?>"
    method="post" name="form2"
    > id="form2">
    > <table align="center">
    > <tr valign="baseline">
    > <td nowrap="nowrap" align="right">Image
    One</td>
    > <td><input type="text" name="kingsImage1"
    value="<?php echo
    > htmlentities($row_rskingscentre['kingsImage1'],
    ENT_COMPAT, 'UTF-8'); ?>"
    > size="32" /></td>
    > </tr>
    > <tr valign="baseline">
    > <td nowrap="nowrap" align="right">Image
    Two</td>
    > <td><input type="text" name="kingsImage2"
    value="<?php echo
    > htmlentities($row_rskingscentre['kingsImage2'],
    ENT_COMPAT, 'UTF-8'); ?>"
    > size="32" /></td>
    > </tr>
    > <tr valign="baseline">
    > <td nowrap="nowrap" align="right">Image
    Three</td>
    > <td><input type="text" name="kingsImage3"
    value="<?php echo
    > htmlentities($row_rskingscentre['kingsImage3'],
    ENT_COMPAT, 'UTF-8'); ?>"
    > size="32" /></td>
    > </tr>
    > <tr valign="baseline">
    > <td nowrap="nowrap"
    align="right"> </td>
    > <td><input type="submit" value="Update record"
    /></td>
    > </tr>
    > </table>
    > <p>  </p>
    > <p>
    > <input type="hidden" name="MM_update" value="form2"
    />
    > <input type="hidden" name="kingsHeader"
    value="<?php echo
    > $row_rskingscentre['kingsHeader']; ?>" />
    > </p>
    > </form>
    >
    >
    >
    Hi Jeff:
    Though this does not show you how to solve this issue via a
    code
    snippett, there are a couple of extensions at WebAssist.com
    that enable
    you to do this, they are Data Assist and Digital File Pro.
    When you have
    time, take a look at these Solution Recipes (tutorials) that
    show how
    DataAssist is used and then now Digital File Pro is used in
    conjunction
    with DataAssist:
    http://www.webassist.com/professional/products/solutionrecipe/Media_139.asp
    http://www.webassist.com/professional/products/solutionrecipe/Media_112.asp
    DataAssist can be used to save time when you need to build
    database
    search and management applications quickly, and Digital File
    Pro can be
    used to include file upload functionality to your form fields
    while
    enabling you to insert your server file name into the
    database, all on
    the same page.
    enthusiastically,
    mark haynes

  • I have Imac (OSX10.6.8) and 6 days of emails that were in my inbox have disappeared. They've also gone from gmail server and my back up hard drive. But if I look at "All Mail" on my Iphone the emails are there!! Have I got settings wrong somewhere?

    I have Imac (OSX10.6.8) and 6 days of emails that were in my inbox have disappeared. They've also gone from gmail server and my back up hard drive. But if I look at "All Mail" on my Iphone the emails are there!! Have I got settings wrong somewhere?

    "One of the benefits of Match, right?  Saving hard drive space."
    I would not use iTunes Match as a backup. There are too many bugs and I don't think that's what they intended it to be anyway. The main advantage of using it is to make your music available on OTHER devices, not to replace the music on your original computer.

  • When I have finished working on an image in Photoshop and I hit the save button it goes instead to the "save as" screen. This never happened in previous Photoshop versions. When I get to Lightroom, I have a grey screen the says "File could not be found."

    When I have finished working on an image in Photoshop and I hit the "save" button, it goes instead to the "save as" screen. This never happened in previous Photoshop versions. When I get to Lightroom, I have a grey screen the says "File could not be found." I then have to go to "locate" to get the image. When I select the correct image, I get a message that it is not the same file name but I am eventually able to access the image. Needless to say this is having a negative impact on workflow!

    The problem with write permissions for the OneDrive folder only shows up in Lightroom 6's export dialogue, that's why it's to irritating. Lightroom 5.7.1 is not having that problem nor does the file explorer. The problem also exists on both of my machines. I will try to check for other problems with the OneDrive troubleshooter though: Running the OneDrive troubleshooter - Windows Help   

  • Transfering image, sound and text from server to client

    I implemented a client and a server and right now it is only implemented that it transfers only plain .txt documents only. Now I want to alter it to transfer everything.
    I was thinking about reading the data and then create a new file in the client and copies that data with the same extension as the one read from. Though I tried it out for an image and I wasnt allowed to do so since FileOutputStream can't read an image.
    Can please someone give me some ideas what shall I do in order to be allowed to transfer everything?
    thanks very much

    to read only text file I had the following code
      kkSocket = new Socket(host, 4444);
                 out = new PrintWriter(kkSocket.getOutputStream(), true);
                BufferedReader in = new BufferedReader(new InputStreamReader(kkSocket.getInputStream()));
                // read parameters
                String[] params = in.readLine().split(",");
                Integer noOfBlocks = Integer.parseInt(params[0]);
                Integer blockSize = Integer.parseInt(params[1]);
                Integer lastBlockSize = Integer.parseInt(params[2]);
                String inputLine = "";
                for (int i = 0; i < noOfBlocks - 1; i++) {
                    // read blockSize bytes
                    inputLine += readBlock(blockSize, in);
                // read lastBlockSize bytes
                inputLine += readBlock(lastBlockSize, in);
                System.out.println(inputLine);The above code displays it only on console.. Now I added the following code in order to be saved in a file:
    File x;
                x= new File("C:\\newfile.jpeg");
                x.createNewFile();
                FileOutputStream fop = new FileOutputStream(x);
                fop.write(inputLine.getBytes());
                fop.close();When I added the last snippet of code I am having these errrors:
    java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(SocketInputStream.java:168)
    at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
    at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
    at java.io.InputStreamReader.read(InputStreamReader.java:167)
    at java.io.BufferedReader.fill(BufferedReader.java:136)
    at java.io.BufferedReader.readLine(BufferedReader.java:299)
    at java.io.BufferedReader.readLine(BufferedReader.java:362)
    at client.ClientMain.main(ClientMain.java:29)
    Couldn't get I/O for the connection to: localhost
    Java Result: 1

  • Retrieve Image from SQL Server and Store in Oracle

    Hi All
    I want to retrieve the image stored in sql server as a image type and store that image to oracle as a BLOB type.
    I tried to retrive the image from sqlserver using getBytes and when storing to Oracle i have to type cast the byte array to BLOB then only it will be inserted please tell how to typecast byte array to BLOB.
    Or is there alternative way how to retrieve the image stored in sql server as a image type and store that image to oracle as a BLOB type.
    Regards
    Majid

    Hi Rajaram
    Thanks for UR Reply
    I tried what you have suggested but i am getting following exception
    java.lang.NullPointerException
    CDVLogger--getInstance--entered in ----getInstance----- null
    CDVLogger--getInstance--entered in ----logPrinter----- null
    CDVLogger--getInstance--entered in ----logger----- com.uttra.cdv.base.util.CDVLogger@b0ce8f
    at javax.sql.rowset.serial.SerialBlob.<init>(SerialBlob.java:82)
    at com.uttra.cdv.bulkimport.oracletca.image.FamilyMemberPhoto.createFamilyMemberPhotoRec(FamilyMemberPhoto.java:95)
    at com.uttra.cdv.bulkimport.oracletca.image.FamilyMemberPhoto.LoadFamilyMemberPhoto(FamilyMemberPhoto.java:55)
    at com.uttra.cdv.bulkimport.oracletca.image.FamilyMemberPhoto.main(FamilyMemberPhoto.java:136)
    Please Suggest

  • TS3899 In trying to set up mobile email, I inadvertently entered wrong server and now in a loop verifying. How do I get out?

    In trying to set up mobile email, I input wrong server and now it keeps trying to verify. How do I get out?

    1. Close all open apps - double-click the Home button and swipe up on all of the thumbnails for all open apps
    2. Reset the device (nothing will be lost): Hold down the Home and Power buttons at the same time and continue to hold them down until the Silver Apple appears (up to 30 seconds). Once the Home screen redisplays, see if your issues are resolved
    Cheers,
    GB

  • Distorted type and wrong images when uploading

    I have built my whole site in iWeb, and didn't seem to have any issues. I made some minor changes to it today, and when checking it online after the upload, all the fonts seem distorted and wrong, some images show up completely different than what they are suppose to be, and the whole thing looks like a hot mess.
    ANY IDEAS WHY???

    Provide your url so people can see what you are talking about.

  • TS1814 I have a 4th gen. IPod Touch with IOS4 and i want to update it, but when I hit the Update button its says "contacting the IPod software server" and then after about 5 seconds it says "ITunes could not connect to the IPod software servers". Please h

    I have a 4th gen. Itouch wiht IOS4 and i want to update it, but when i click the update button in ITunes it says "contacting IPod software server" and it looks like it is loading. However, after about 5 seconds it stops and says "ITunes could not connect to the IPod software server". I found the apple webpage that is supposed to help me, but when i went to the LAN settings in the control panel i found that 'Automatically detect settings" was already checked. I do not know what to do, Please help.

    If yo mean the iPod will not connect to your wifi network:
    Does the iPod connect to other networks?
    Do other devices now connect?
    Try:                  
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on the router
    - Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • Server Widget Web Hits

    This isn't particularly crucial to my infrastructure, but I was just wondering if anyone has had the same experience with the Server Widget: wildly incorrect hit count for the Web Service.
    Currently my widget displays a total of 20354 total hits on a server that has only been running for twelve days. As much as might like that to be the case, this is definately wrong.
    Everything else with the server seems to be running fine. Any thoughts, suggestions?

    Are you positive that's not accurate? Total hits is always significantly higher than page views would include images and other client-side includes like CSS and Javascript files. It would also include any small yet numerous XML-RPC requests from the Ajax interface. If you've been using the Wiki or Blog for a few days, it's not inconceivable that twenty thousand is the right number.

Maybe you are looking for

  • Display an Alert message from PL/SQL block in APEX

    Hi, we are getting an oracle exception while inserting a new row. As it is having the unique constaint on a coulumn. Now the problem iis we need to Display an "Alert message" based on the input field validation. That java script code for alert has to

  • ERROR while deploying with Jython tool

    HI, I am trying to deploy a BPEL process using joython tool. This is deploying well in one system, in another system its giving some porblem............ any idea. validateTask: [validateTask] Validation of workflow task definitions is completed witho

  • Black screen watching netflix

    I was playing netflix (mexico) and when I tried to rewind I got a black screen with a little box that says Picture and the screen is frozen now. I tried rebooting the apple tv but the screen comes back again. Any help will be appreciated, Thanks Laur

  • N97 White Discolouration

    Hiya, I want to buy a Nokia N97, And well I can't decide if I want the white or the black edition of it. I think I want the White one but that is not 100% Sure. The thing that kinda holds me back from getting the white one is that I'm afraid it will

  • I just changed the email that i use to sign into my itunes and now when I try to type in my password on my iphone it says that the password is invalid

    I recently changed the password for my itunes and now when i try to log into my itunes on my iphone it says my password is invalid. How can I change the email address on my iphone so that it is the correct one?