A WebGroup/Virtual Host to handle /CourseLaunch.aspx has not been defined

Hi Team,
I am facing a strange issue. Through my java application I am trying to invoke a webservices of another third party application, which basically launches a course from there.
I have integrated the webservices code (WSDL, proxy classes & servlet) in my EAR file.
Whenever I try to launch a course from my application for the first time, A new window opens with a HTTP 404 error. In the log file it says:
A WebGroup/Virtual Host to handle /elex/planner/CourseLaunch.aspx has not been defined.
But if I close this error page & try to relaunch the same course from my application, the course loads perfectly. Do you know what might be causing this issue.
I am invoking a 3rd party URL from my servlet as shown below:
String launchURL = launchBaseURL + packid + "&elexssotoken=" + userkey;
System.out.println("launchURL:" + launchURL);
httpresponse.sendRedirect(launchURL);
here the launch launchBaseURL=http://abc.com/elex/planner/CourseLaunch.aspx?_courseCode=
In my Sysout the URL is generated correctly i.e
http://abc.com/elex/planner/CourseLaunch.aspx?_courseCode=M-PTOS&elexssotoken=89bce4e0-c36d-4dc0-a9a2-0450c709cf64
but on checking the HTTP traffic, I see the following flow
#     Result     Protocol     Host     URL     Body     Caching     Content-Type     Process     Comments     Custom     
9243     302     HTTP     abc.com     /elex/planner/CourseLaunch.aspx?_courseCode=M-PTOS&elexssotoken=89bce4e0-c36d-4dc0-a9a2-0450c709cf64     221     private      text/html; charset=utf-8     iexplore:1440     
followed by:
#     Result     Protocol     Host     URL     Body     Caching     Content-Type     Process     Comments     Custom     
9248     404     HTTP     mywebapp.com:9085     /elex/planner/CourseLaunch.aspx?_courseCode=M-PTOS&elexssotoken=89bce4e0-c36d-4dc0-a9a2-0450c709cf64     273          text/html     iexplore:1440               
Here I see that host abc.com is followed by mywebapp.com which I think is causing this issue. But I am not sure why it gets redirected to mywebapp.com when I launch the course for the 1st time, but works fine when I relaunch the same course again.

I'm not getting what the hard part is: you're requesting a resource that doesn't exist. You're requesting something under 'helpSet0' and no such thing exists on your server. What do you exactly mean by I've tried all sorts of things that "should" work ?

Similar Messages

  • The file '/foo.aspx' has not been pre-compiled, and cannot be requested

    Hi All
    I am using odp .net to access oracle data. I have also added oracle.dataaccess in my asp .net references. Everything works fine in my development and when I run the code through debugger. However, when I deploy the project in IIS, it gave me following error...
    "The file '/foo.aspx' has not been pre-compiled, and cannot be requested
    This is pretty generic error and I found out this is related to .Net assemblies.
    By further investigation, I found that oracle.dataacess.dll is not present in the bin directory of a deployed web site. I am not sure why .net is dropping that dll in the deployment wizard.
    Did anyone encounter this problem before?
    I got a workaround for now that manually copting dll into the bin directory of deplyed web site. However, I am looking for more robust and technical answer..
    The strange thing is I have been deploying the web site the same way for last 8 months and never encountered this problem.
    thanks a lot..
    Message was edited by:
    amazon

    If you add a reference to Oracle.DataAccess at design time it will be added as an assembly definition to web.config. Then you don't need a copy in your bin dir and it will be found in the GAC.
    Eric

  • Defining Virtual Hosts so the Server App does not hijack them?

    Does anyone know how one might define manually define virtualhosts in Lion Server so the OS does not go and trash them, or mess with the conf files? Right now the server keeps stealing any virtual hosts I create manually and creating conf files to the standard of the Server App. The problem is I have several virtual hosts that have custom information in them and I need to restore the file whenever this happens. Any ideas?

    Put all your config files in something unknown to Apple. I like to use 'vhosts' instead of 'sites'.
    Then just add this to your httpd.conf...
    Include /private/etc/apache2/vhosts/*.conf
    I would keep a copy of your httpd.conf at all times. Apple likes to wipe that out on system updates.

  • After updating to iOS6, I can no longer find the "little yellow man" in the MAP application and so cannot do a virtual tour of my destination or current position. Surely this feature has not been lost?

    I have recently updated to iOS6. With this new version came the "new and improved" MAPS. One of the most important features i enjoyed on the previous version was the google map feature of being able to take a virtual look at your position or destination by using the "little yellow man". I no longer see this feature and am wondering what I am doing wrong. Obviously apple would not be so negligent as to remove this feature on purpose!
    Thanks
    Ian

    That feature you mentioned is called Google Street View. As you see in its name, it has Google in it.
    Apple is no longer working with Google for their map system, for many unknown reasons (we can only speculate). Therefore, it is normal that Street View is not included anymore.

  • I get message "this ipad has not been backed up for two weeks..." It freezes on the screen, if I plug it in it does not let me shut it down and lock, it has virtually frozen my iPad, does not respond to cancel

    I get a message on my wife's iPad " this iPad has nor been backed up,for two weeks, an iPad backs up when it is connected to wifi, locked, and charging". The message will not go away, hit cancel and it does nothing iPad is frozen on this screen.  Plugged it in closed cover for a few hours, still frozen, what to do?
    It also says in there connects to iCloud which i left out.

    Reset it by holding the power and home buttons at the same time until you see the Apple logo, then release.

  • Apache, name based virtual hosts and multiple servers.

    Hi,
    Ive been playing with Apache and name-based virtual hosts for a while now, but, ive been doing it with one single server... now i have the need to forward a name-based request to another server inside the intranet (wich doesnt have a public IP, but a private)...
    Something like this:
    internet -----> Webserver (name based vhosts) ----> intranet-webserver
    Where "webserver" has several domains resolved via name based virtual hosting, and one of those needs to be redirected (or forwarded) to another server on the LAN.
    Any ideas on how to do this? i tryed searching the web, but i dont know under which keywords, so i always end on single server virtual hosting help sites.
    thanks in advance!

    you need to define a virtual server for it..but inside that definition.. define a proxy.
    Then the middle webserver, will actually handle the request to the intranet server, on behalf of the internet client..and then pass the traffic to the internet client.
    this looks like a reasonable example..
    http://www.linuxfocus.org/English/March … le147.html
    namely, the section "Mapping Virtual Servers"

  • Virtual Hosts in Apache HTTP Server

    How to configure virtual hosts in Apache HTTP Server httpd.conf file.
    If I want to access my server with some other name(alias), how can I do this ?
    Suggestions in this matter would be highly helpful.
    Thanks
    Vidhyut Arora

    Following is a note explaining how to setup
    Virtual hosts.
    Hope this helps
    Ranga
    Note:70647.1
    Subject: Apache Server Virtual Hosting
    Last Revision Date: 07-JUN-2001
    PURPOSE
    This document discusses considerations for setting up virtual hosts on an
    Apache machine, to include how to get the hostname working and how to
    configure Apache.
    SCOPE & APPLICATION
    The information in this document is intended for those who manage multiple sites
    using an Apache machine.
    REFERENCES
    First published in Apache Week issue 31 (6th September 1996)
    Last update 20th September 1998
    Using Virtual Hosts
    Virtual Hosts let you run multiple independent Web sites on a single host with
    a single Apache setup.
    One of the most important facilities in Apache is its ability to run virtual
    hosts. This is now the essential way to run multiple Web services - each with
    different host names and URLs - that appear to be completely separate sites.
    This is widely used by ISPs, hosting sites and content providers who need to
    manage multiple sites but do not want to buy a new machine for each one.
    Picking an IP address
    There are two types of virtual hosts: IP-based and non-IP-based. The former is
    where each virtual host has its own IP address. You must have a new IP address
    for each virtual host you want to set up, either from your existing allocation
    or by obtaining more from your service provider. When you have extra IP
    addresses, you tell your machine to handle them. On some operating systems, you
    can give a single ethernet interface multiple addresses (typically with an
    fconfig alias command). On other systems, you must have a different
    physical interface for each IP address (typically by buying extra ethernet
    cards).
    IP addresses are a resource that costs money and are increasingly difficult to
    get, so modern browsers can now also use 'non-IP' virtual hosts. This
    lets you use the same IP address for multiple host names. When the server
    receives an incoming Web connection, it does not know the hostname that was used
    in the URL. However, the new HTTP/1.1 specification adds a facility where the
    browser must tell the server the hostname it is using, on the Host: header. If
    an older browser connects to a non-IP virtual host, it does not send the Host:
    header, so the server must respond with a list of possible virtual
    hosts. Apache provides some help for configuring a site for both old and new
    browsers.
    Picking a Hostname and Updating the DNS
    Having selected an IP address, the next stage is to update the DNS so that
    browsers can convert the hostname into the right address. The DNS is the system
    that every machine connected to the internet uses to find the IP address of host
    names. If your hostname is not in the DNS, no one can connect to
    your server (except by the unfriendly IP address).
    If the virtual hostname you are going to use is under your existing domain,
    you can just add the record into your own DNS server. If the virtual hostname
    is in someone else's domain, you must get them to add it to their DNS
    server files. In some cases, you want to use a domain not yet used on the
    internet, in which case you must apply for the domain name from the
    InterNIC and set up the primary and secondary DNS servers for it, before adding
    the entry for your virtual host.
    In any of these cases, the entry you need to add to the DNS is an address record
    (an A record) pointing to the appropriate IP address. For example, say you want
    the domain www.my-dom.com to access your host with IP address 10.1.2.3: you
    must add the following line to the DNS zone file for my-dom.com:
    www A 10.1.2.3
    Now, users can enter http://www.my-dom.com/ as a URL in their browsers and get
    to your Web server. However, it will return the same information as if the
    machine's original hostname had been used. So, the final stage is to tell Apache
    how to respond differently to the different addresses.
    How Apache Handles Virtual Hosts
    Configuring Apache for virtual hosts is a two-stage process. First, it needs
    to be told which IP addresses (and ports) to listen to for incoming Web
    connections. By default, Apache listens to port 80 on all IP addresses of the
    local machine, and this is often sufficient. If you have a more complex
    requirement, such as listening on various port numbers, or only to specific IP
    addresses, then the BindAddress or Listen directives can be used.
    Second, having accepted an incoming Web connection, the server must be
    configured to handle the request differently, depending on what virtual host it
    was addressed to. This usually involves configuring Apache to use a different
    DocumentRoot.
    Telling Apache Which Addresses to Listen To
    If you are happy for Apache to listen to all local IP addresses on the port
    specified by the Port directive, you can skip this section. However, there are
    some cases where you want to use the directives explained here:
    - If you have many IP addresses on the machine but only want to run a Web
    server on some of them
    - If one or more of your virtual hosts is on a different port
    - If you want to run multiple copies of the Apache server serving different virtual
    hosts
    There are two ways of telling Apache what addresses and ports to listen to:
    - Use the BindAddress directive to specify a single address or port
    - Use the Listen directive to any number of specific addresses or ports
    For example, if you run your main server on IP address 10.1.2.3 port 80, and a
    virtual host on IP 10.1.2.4 port 8000, you would use:
    Listen 10.1.2.3:80
    Listen 10.1.2.4:8000
    Listen and BindAddress are documented on the Apache site.
    Configuring the Virtual Hosts
    Having gotten Apache to listen to the appropriate IP addresses and ports, the
    final stage is to configure the server to behave differently for requests on
    each of the different addresses. This is done using <VirtualHost> sections in
    the configuration files, normally in httpd.conf.
    A typical (but minimal) virtual host configuration looks like this:
    <VirtualHost 10.1.2.3>
    DocumentRoot /www/vhost1
    ServerName www.my-dom.com
    </VirtualHost>
    This should be placed in the httpd.conf file. You replace the text
    10.1.2.3 with one of your virtual host IP addresses. If you want to specify a
    port as well, follow the IP address with a colon and the port number
    (example: 10.1.2.4:8000). If omitted, the port defaults to 80.
    If no <VirtualHost> sections are given in the configuration files, Apache
    treats requests from the different addresses and ports identically. In terms of
    setting up virtual hosts, we call the default behavior the main server
    configuration. Unless overridden by <VirtualHost> sections, the main server
    behaviour is inherited by all the virtual hosts. When configuring virtual
    hosts, you must decide what changes to make in each of the virtual
    host configurations.
    Any directives inside a <VirtualHost> section apply to just that virtual host.
    The directives either override the configuration give in the main server, or
    supplement it, depending on the directive. For example, the DocumentRoot
    directive in a <VirtualHost> section overrides the main server's DocumentRoot,
    while AddType supplements the main server's mime types.
    Now, when a request arrives, Apache uses the IP address and port it arrived on
    to find a matching virtual host configuration. If no virtual host matches the
    address and port, it is handled by the main server configuration. If it does
    match a virtual host address, Apache uses the configuration of that virtual
    server to handle the request.
    For the example above, the server configuration used is the same as the
    main server, except that the DocumentRoot is /www/vhost1, and the
    ServerName is www.my-dom.com. Directives commonly set in <VirtualHost>
    sections are DocumentRoot, ServerName, ErrorLog and TransferLog. Directives
    that deal with handling requests and resources are valid inside <VirtualHost>
    sections. However, some directives are not valid inside <VirtualHost> sections,
    including BindAddress, StartSevers, Listen, Group and User.
    You can have as many <VirtualHost> sections as you want. You can
    leave one or more of your virtual hosts being handled by the main server, or
    have a <VirtualHost> for every available address and port, and leave the main
    server with no requests to handle.
    VirtualHost sections for non-IP Virtual Hosts
    Non-IP virtual hosts are configured in a very similar way. The IP address that
    the requests arrive on is given in the <VirtualHost> directive, and the
    host name is put in the ServerName directive. The difference is that there
    (usually) is more than one <VirtualHost> section handling the same IP address.
    For Apache to know whether a request arriving on a particular IP
    address is supposed to be a name-based requests, the NameVirtualHost directive
    addresses for name-based requests. A virtual host can handle more than one
    non-IP hostname by using the ServerAlias directive, in addition to the
    ServerName.
    null

  • Can I make Virtual Host accessible to local network only?

    On our web server (with only one interface and IP address), we have two virtual hosts:
    -An intranet site which should not be viewed by general public.
    -A public website accessible by general public over the internet.
    How do I ensure that our web server only serves the intranet site to the local 192.168.0.0/16 network, whilst still allowing anyone to view the public website?

    Quick thoughts. You can handle this a few ways. Here are two fast ones.
    You can just use the host name and order your virtual hosts public first, private second. Then make sure that the URL for the public site is the only one on you public DNS. For example, if you have two VHs, www.yourdomain.com and wiki.yourdomain.com. Then on the public DNS servers, create a record for the www host only. That way, if the wiki host is entered outside of the environment, it will not resolve to an address. Now if you are using wildcards on the outside, then this may cause some issues and I can not predict this early in the morning if the wildcard would resolve to the primary VH or pass the URL in the header.
    So the other option is to modify the directory container within the virtual host file. For example, your VH file has a Directory container that probably looks something like this.
    <Directory "/Library/WebServer/Documents">
    Options All -Includes -ExecCGI -Indexes +MultiViews
    AllowOverride None
    <IfModule mod_dav.c>
    DAV Off
    </IfModule>
    </Directory>
    And to it the following:
    order deny,allow
    deny from all
    allow from 192.168
    This will restrict access the to the 192.168 subnet. Refine it more if needed to 192.168.0 etc.
    Hope this helps

  • Mod_rewrite not working for virtual host nor .htaccess

    I've been tearing my hair out trying to implement mod_rewrite on my Leopard Server. I have finally been able to get mod_rewrite to log what it does, but that has only shown that it DOES periodically respond to a /server_status request from the server itself, but any request to the virtual host (which is otherwise working) does not result in mod_rewrite being 'triggered.' I've tried all the usual suspects, in just about every permutation and combination: 
    1) .htaccess in all its guises and Override All;
    2) RewriteEngine On;
    3) http.conf, the virtual xxxx_80_virtualhostname.com.conf;
    4) Options All -Includes -ExecCGI +MultiViews -Indexes +FollowSymlinks;
    5) other less credible ideas gleaned from the Apple discussions and the web.
    If I had to summarise the effect, it's that
    a) mod_rewrite is on (as shown by the regular /server_status entries in the rewrite.log);
    b) xxxx_80_virtualhostname.com.conf is read when the virtual host is turned on (because the site is active and can be turned off, at will);
    c) any mod_rewrite and Options entries in the vistual host xxxx_80_virtualhostname.com.conf seem to be being studiously ignored, even though the .conf file is being read and used.
    This part of http.conf is what seems to turn on the logging:
    <IfModule mod_rewrite.c>
         RewriteEngine On
         RewriteLog /private/var/log/apache2/rewrite.log
         RewriteLogLevel 9
    </IfModule>
    Here's the section of xxxx_80_virtualhostname.com.conf:
    <Directory "/Library/WebServer/com.VirtualHostName">
         AllowOverride All
         <IfModule mod_dav.c>
              DAV Off
         </IfModule>
         Options All -Includes -ExecCGI +MultiViews -Indexes +FollowSymlinks
    </Directory>
    <IfModule mod_rewrite.c>
         RewriteEngine On
         RewriteLog /private/var/log/apache2/rewrite.log
         RewriteLogLevel 9
         RewriteRule ^/Tom.html$ /Mary.html [R]
         RewriteCond %{REQUEST_METHOD} ^TRACE
         RewriteRule .* - [F]
    </IfModule>
    This is a variant of the .htaccess file:
    RewriteEngine on
    RewriteBase /
    RewriteRule ^/Tom.html$ /MARY.html [R]
    It makes no difference whether the RewriteBase is present in the .htaccess or the xxxx_80_virtualhostname.com.conf, or both.
    No amount of pass-though [PT] or redirect [R] has any effect, either.
    I do have Lasso 8.5 installed, but the developer says that Lasso should have no effect on the proper functioning of mod_rewrite.
    mod_rewrite is working (i.e. it's on, as shown by the /server_status entries in the log and that the log is being updated), but it is also not working (in that no matter what I put into xxxx_80_virtualhostname.com.conf and/or .htaccess, there is no entry in the rewrite.log nor in the system logs).
    Hence, I'm stumped. Any suggestions would be very, very welcome.

    Never mind. I discovered that Server had created several versions of the virtual host .conf file in the sites folder (I've no idea why, when, or how it would do that). They all had different numbers and so were well hidden within the dozens of other .conf files. Once I a) found the right .conf file for the virtual host, and b) deleted the rest from the sites folder, my mod_rewrite code worked fine.
    Hence, if you find that mod_rewrite is working, but not for a particular virtual host, make darn sure that there are no errant .conf files for the domain and, if there are, that you're editing the correct one.

  • Virtual host in tomcat

    i dont know if it is the right forum but i will try
    for demo purpose i need to set up 2 virtual hosts in tomcat
    its closed network , not connected to the internet
    now i tried like million times to fallow simple tutorials about setting up virtual host but with no success
    for example i like to set virtual host that will point to tomcat : webapps\tomcat-docs\appdev\sample\web
    now this is what i did :
    <Host name="www.my.com" appBase="webapps">        <Context path="" docBase="/tomcat-docs/appdev/sample/web"/> </Host>but when i try to serf in IE with www.my.com
    its not going noware .... what todo? or what im doing wrong here ?
    do i need configure something else ?
    maybe on the pc im working on?
    help me im getting crazy ...

    Since you are using IE I assume you are on Windows. Try adding the following line to your C:\WINDOWS\system32\drivers\etc\hosts file:
    127.0.0.1 www.my.com

  • Virtual Host Mail Accounts Not Working

    Hi. I have attempted to search the discussions for an answer to this, but haven't had much luck.
    I have one server running 10.5.8. This server hosts 4 domains, 1 main and 3 virtual. Each domain needs an [email protected] email address. I have created a user in WGM named info and have created the short names for each domain: info (I assume the local domain short name doesn't need the domain.com added), [email protected], [email protected] and [email protected] I have entered the 3 virtual hosts in Server Admin-->Mail-->Settings-->Advanced-->Hosting-->Enable Virtual Hosting section.
    The issue is that when I configure Mail for each of the accounts, they are being treated as though they are aliases and not virtual host accounts. In other words, each account sees the exact same mail. When I check Server Admin-->Mail-->Maintenance-->Accounts I do NOT see the three additional virtual host accounts, so clearly they are not being created.
    This same server is also the mail server, so each domain's DNS MX record is pointing to this server. Like I said, I can send and receive mail, but it goes to all the accounts simultaneously (as aliases would) rather than individually.
    I've scoured the documentation, but cannot seem to find what I have missed here to prevent this from working as it should.
    Does anyone have experience with a successful deployment of a situation similar to this one?

    I do, indeed, have the addresses set up for one user, as you have ascertained. I suppose that I will alter the setup in the manner in which you describe. What is completely perplexing to me is that if you review Apple's documentation just after the section after describing Mail Forwarding (~pg. 37) you will see that Apple is saying I can set it up the way I have. Directly from the text as follows:
    Virtual hosting is a method you can use to host more than one domain name on the
    same computer and IP address, with overlapping mail user names.
    For instance, a mail server can receive mail transfer requests for two domains,
    mail.example1.com and mail.example.com, both of which resolve to the same IP
    address. For mail.example1.com, the server would deliver mail to “[email protected]
    to a user mailbox for “bob,” while it would also deliver mail to “[email protected]” to
    a different user mailbox. Virtual hosts are essentially the converse of local host aliases.
    Again, I state that if this is to be true, then I should have the ability to assign one Open Directory account and give that account the four addresses as above with each having a separate user mailbox. The way it is behaving now is like aliases, not virtual hosts as Apple describes.
    I'd love to understand why this is the case, perhaps I'm completely misunderstanding the text.
    Thanks again for the help, I'll just create 4 accounts, easy enough.

  • Virtual Host Name for CM

    Hi ,
    R12.1.3 & 11gR2 DB
    I have a qucik question . When We have Virtual Host Name for setting , What Should be the node name for ICM in Concurrent Manager Admin form.
    In One of our Instance : For ICM & Other Manager , its Virtual Host Name
    For Other : ICM : Physical Host Name & Other Manager Virtual Host Name .
    Which is good. We having a issue with ICM on both Nodes , in every minutes is going down and come up automatically.
    Regards
    Sourabh Gupta

    Hi Hussein,
    Thanks a lot. I have already review these document.
    Is Auto Failover With Virtual Hostnames For Concurrent Processing Servers Supported In 11i Or R12? (Doc ID 456540.1)
    Adding an Alias Hostname with Oracle E-Business Suite Release 12 (Doc ID 603883.1)
    Concurrent Processing - CONC-SM TNS FAIL In Internal Concurrent Manager (ICM) Log File With Virtual Hosts Configuration [ID 961216.1]
    ICM Not Starting: Node Name not Registered [ID 602942.1]
    I am curious what should be the node name in concurrent manager Administrator form.
    W ether is should be the virtual host name or physical host name.
    I have just checked with few people , Some Says ICM node name should be Physical server name & Other CM name can be Virtual name. I am not sure on what basis people are saying.
    Few says node name should be the physical host for every CM.
    Note Sure what is correct & best configuration.
    Regards
    Sourabh GUpta

  • SSL virtual host with external hardware accelerator/LBR

    Hi all,
    We have an existing non-ssl site configured - http://abc.company1.com
    We wish to add a new https site - https://xyz.company2.com - and terminate SSL at our hardware load balancer. But obviously keep our existing http site available.
    However, we can't seem to get this to work. We added a new site to the Web Cache, registered it with sso, updated httpd.conf and iasconfig.xml with the new virtual host and ran ptlconfig.
    Has anyone successfuly implemented a similar configuration?
    Is it possible to have a mixture of http and https virtual hosts with SSL termination at the LBR?
    Thanks in advance,
    Andy

    Yeah, in the app server admin guide for SSL configuration:
    17.3.5 Enabling SSL in Virtual Hosts
    You can use virtual hosts to deploy multiple Web sites on a single Oracle HTTP Server (for example, to make an application available over the HTTP protocol and the HTTPS protocol).
    The Oracle Application Server Single Sign-On Administrator's Guide, section titled "Configuring mod_osso with Virtual Hosts" contains instructions on configuring an SSL virtual host to be protected by mod_osso. You cannot use name-based virtual hosting. You must use IP-based or port-based virtual hosting.
    //This may be your problem - granted no symptoms were provided.

  • Virtual Logic - for multiprovider based on InfoObjects, not based on cubes

    Hi all,
    I am fully aware how to write virtual key fig/char code for multiproviders that are based on cubes, but not for multiproviders based on InfoObjects.  Oddly this has not been a necessity for a couple of years.
    I need to understand how to translate the C_S_DATA components.
    Normally, on a standard multprovider, I would assign a component thusly.
      ASSIGN COMPONENT G_POS_<i>multicubetechname_virtualchartechname</i>
        OF STRUCTURE C_S_DATA TO <l_var1>.
    This does not work.  I can see in C_S_DATA that the objects of interest appear with the format K__xxxx and I am able to decipher those needed. 
    The question:  How do I assign these?
    I have attempted the following with no luck.
      ASSIGN COMPONENT G_POS_<i>multicubetechname_K__xxxx.</i>
        OF STRUCTURE C_S_DATA TO <l_var1>.
    I have also tried this.
      ASSIGN COMPONENT G_POS_<i>masterInfoObjecttechname_K__xxxx.</i>
        OF STRUCTURE C_S_DATA TO <l_var1>.
    And just for kicks I have tried this.
      ASSIGN COMPONENT G_POS_<i>masterInfoObjecttechname__Kxxxx.</i>
        OF STRUCTURE C_S_DATA TO <l_var1>.
    Could someone shed some light on this?
    Many many thanks,
    Larry

    Below is the 'c_s_data' components.  The K entries are the appropriate items, which I can tell by the character type and length.
    S____028
    S____1078
    S____1100
    S____1101
    K____1101
    K____028
    K____1100
    K____1078
    Oddly, if I proceed as normal, using G_POS_<i>multicubetechname_attributetechname</i>, remember that the data in the cube is attribute data of the master InfoObject, the assignment returns the record number from c_s_data.  For example:
    G_POS_<i>ZM_EMPL_0COMP_CODE</i> is passing the value of 7 which is the appropriate row number for K____1100 in c_s_data referenced above.
    Thanks for trying.
    Larry

  • Servername and virtual host name is the same - how to handle this

    Hi,
    I set up a server with the hostname yxzwiki.org
    In the Server app under Websites this domain points to /Sites
    In this /Sites directory is all my content (several Wikis) and also the phpmyadmin.
    What is the issue now?
    I want this xyzwiki.org not only as the hostname but as a virtual host as well.
    So I have the following entry in the corresponding conf file.
    <VirtualHost *:80>
      ServerName xyzwiki.org
      ServerAdmin [email protected]
      DocumentRoot "/Sites/xyzwiki/xyzenwiki"
      DirectoryIndex index.html index.php
    How can I handle this?
    xyzwiki.org shows the content of /Sites/xyzwiki/xyzenwiki but I cannot e.g. get access to http://xyzwiki.org/phpmyadmin
    Any ideas?
    Thanks
    Tristan

    I guess I have talk more about this issue that people got the chance to help
    xyz.org is the host name of our server.
    The intention of this server is to run a wiki via mediawiki.
    When we first set up the server we planned to have three language versions and the corresponding wikis were found on the server under
    en.xyz.org for the English version
    de.xyz.org for the German and
    es.xyz.org for the Spanish version
    But then we decided ONLY to concentrate on the English version and so prefix en became deprecated and we only want the domain xyz.org that shows the English Wiki.
    The English wiki is on our server under /Sites/xyz-wiki/xyz-enwiki
    In the Server.app I defined /Sites as the server website and I have a virtual host for xyz.org AS WELL that defines /Sites/tangowiki/tangoenwiki.
    This seems to overrule the entry in the server.app as xyz.org shows the content of /Sites/xyz-wiki/xyz-enwiki
    As I have other "services" as well under /Sites, e.g. phpmyadmin it is not possible for me with xyz.org/phpmyadmin to get to this service.
    So what I am looking for is a trick that I can keep the /Sites directory as the main directory for xyz.org. I was thinking of a symlink for the index.php from /Sites/xyz-wiki/xyz-enwiki and to remove the virtual host entry but this does not work. Any other ideas.
    Cheers
    Tristan

Maybe you are looking for

  • New Windows 2008 guest will not start in OVM 3.0.3

    First off - seems I can't open an SR on MetaLink as the Oracle VM product isn't listed (even in the 'All Products' list)... any thoughts on that one? But here is the real problem I have... We are trying to create a Win Svr 2008 guest in our OVM 3.0.3

  • Nokia E72 encryption & OVI Maps

    Hi, I have two issues about the E72: 1. My E72 came with a 4GB microSD card with OVI Maps installed on it. Unfortunately there are only 1023 MB free out of 4GB, so I planned to buy a bigger card. I would like toi know if I can simply copy all the dat

  • Variables usage for ageing analysis ...

    Dear All,     Pls let me know how do we create a variable in the query so that an ageing analysis can be done.       e.g, I have ranges in the selection criteria (1-30, 31-60, 61-120, >120),  I need to filter the data based on my posting date and  th

  • Converting HTML to XML

    Does any one know if there is a plug-in for HomeSite to convert HTML documents to XML documents? This would save alot instead of buying another program that does this. Because Adobe just finished a online tutorial on how to use AJAX which made it ver

  • Navigation link

    All, I have a Webdynpro Java application, which has two components say, Comp1 & comp2. Each one has one view say comp1_view and comp2_view. I can navidate from comp1_view to comp2_view by clicking the button. But i can Not come back from comp2_view t