WL Server 6.1 - Virtual Directory

We are using WL Server 6.1 on Win2k. We want to set up a virtual directory
          for our web application.
          For example: we want to store images in the directory c:/siteimages. In the
          JSP's, we should be able to call <img src"/images/image.gif">. The "images"
          directory will be virtually mapped to the c:/siteimages directory. These
          images cannot be part of a 'war' file because they are created dynamically.
          Is this possible?
          Platform: BEA Weblogic Server 6.1 on WIN2K
          Thank you
          Ariel
          

I suggest that you create a simple webapp called images.war that has a
          web.xml descriptor that has entries like:
          <servlet>
          <servlet-name>images</servlet-name>
          <servlet-class>weblogic.servlet.FileServlet</servlet-class>
          <init-param>
          <param-name>docHome</param-name>
          <param-value>c:\siteimages</param-value>
          </init-param>
          </servlet>
          <servlet-mapping>
          <servlet-name>images</servlet-name>
          <url-pattern>*.jpg</url-pattern>
          </servlet-mapping>
          <servlet-mapping>
          <servlet-name>images</servlet-name>
          <url-pattern>*.gif</url-pattern>
          </servlet-mapping>
          Sam
          "Ariel" <[email protected]> wrote in message
          news:3b7d7b02$[email protected]..
          > We are using WL Server 6.1 on Win2k. We want to set up a virtual directory
          > for our web application.
          > For example: we want to store images in the directory c:/siteimages. In
          the
          > JSP's, we should be able to call <img src"/images/image.gif">. The
          "images"
          > directory will be virtually mapped to the c:/siteimages directory. These
          > images cannot be part of a 'war' file because they are created
          dynamically.
          > Is this possible?
          >
          > Platform: BEA Weblogic Server 6.1 on WIN2K
          >
          > Thank you
          > Ariel
          >
          >
          >
          

Similar Messages

  • How Create Virtual Directory On Oracle Application Server 10g on RHEL 5

    Dear Sir
    i have deployed my application on OAS 10g on RHEL 5 ,,now since my application is calling some pro*c programs and then they generate some text based reports on fixed folder named
    /treas/temp
    now i simply have to open these text based reports on web browser
    WEB.SHOW_DOCUMENT('/forms/pcreport/'||v_filename);
    but for that i need to create virtual directory name : " /pcreport " without code
    kindlly help as its working on my developer suit 10g i created a virtual directory in my application server by making following entry in "orion-web.xml" file
    <virtual-directory virtual-path="/pcreport" real-path="/u/treas/temp" />
    kindlly help

    (My paths shown, yours will be different)
    In a text editor :
    /u01/app/oracle/product/midtier/Apache/Apache/conf/httpd.conf
    Add
    Alias /pcreport/ "/u01/app/oracle/product/midtier/forms/pcreport/"
    <Directory "/u01/app/oracle/product/midtier/forms/pcreport/">
    Options Indexes
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>
    Create the pcreport directory.
    Add a simple test page
    vi /u01/app/oracle/product/midtier/forms/pcreport/test.html
    <html>
    <head>
    <title>Simple test page </title>
    <style type="text/css">
    body {
    margin-left: 20%;;
    margin-right: 20%;
    border: 1px dotted gray;
    padding: 10px 10px 10px 10px;
    </style>
    </head>
    <body>
    <p>test!</p>
    </body>
    </html>
    Test
    http://yourserver.com:7777/pcreport/test.html
    Best Regards
    mseberg

  • How to set up a virtual directory on Application Server

    The environment of my application is Application server 9i version 2, on windows 2000, form 9.0.2.
    I am trying to get the ORACLE 9i forms show_document to work.
    I have successfully created an out file in the server directory.
    I need the document to be displayed by the form.
    Let me tell you more about my server.
    I installed Oracle application server on drive E.
    I copied my application to drive E and named PY which has 4 folders including :
    E:\PY\fmb (for fmb)
    E:\PY\forms (for fmx)
    E:\PY\sql (for sql programs)
    E:\PY\locrep (for lst files which are generated from sql programs)
    Someone told me I should create a virtual directory, e.g. docs, in your httpd.conf file to point to e:\py\locrep
    I've seen 4 httpd.conf files so I don't know which one I should modify and what should I type in exactly on what part ????
    E:\ora9ias\apache\apache\conf\httpd.conf
    E:\ora9ias\apache\apache\conf\httpd.conf.default
    E:\ora9ias\apache\apache\conf\httpd.conf.smibak
    E:\ora9ias\dcm\config\plugins\apache\httpd.conf
    After I modify the httpd.conf file, so what will my URL be ? Also, I have a lot of reports, I would like to run different reports at the same time ??????
    Thank you very much.
    Trang

    The best way to edit httpd.conf is using Enterprise Manager Website. Open this site (http://machine:1810) and drill down on your application server, and then on HTTP Server. Open link Advanced server Properties. Now you see a list of all configuration files. Click on a file to open it.
    To add the virtual path:
    - You could best add your virtual path in file forms90.conf (it is included in httpd.conf with the <include> tag).
    - Within this file you already find some virtual path definitions: Look for the AliasMatch tag, e.g. for the 'forms90/html' virtual directory.
    - Copy this line and change 'html' into the directory name you like to use, e.g. 'myfiles'. Map it to the physical directory (on your E: drive) where your files are. (E: must not be a network drive, however).
    - browse to your files using: http://machine:7777/forms90/myfiles/filename.
    Peter

  • How to define a virtual directory for 1virtual server?

    Hi there,
    The last part is always the hardest. I succesfully converted my Apache configuration to the SunONE setup but one section and I fail to grasp where I'm going wrong...
    SunONE Webserver 6.1SP5, I have quite a few virtual servers divided over several virtual classes. And now I'm trying to configure a 'virtual directory' (pfx2dir nametrans) limited to a single virtual server but no matter what I try I can't get it to work...
    In the administration guide I read about the NameTrans directive and how it should be used in the default object (in obj.conf ofcourse). So when I have something like this all works as it should, but for all virtual servers in the class:
    <Object name="default">
    NameTrans fn="pfx2dir" from="/files" dir="/opt/websites/catslair/data"
    </Object>So when reading up even more I came across the NSAPI programmers guide which explained that you can have both <Object> and <Client> tags. Because of the 'urlhost' parameter with the Client tag I figured that it should be possible to limit the NameTrans line mentioned above to but one virtual server:
    <Client urlhost="catslair.intranet.lan">
    NameTrans fn="pfx2dir" from="/files" dir="/opt/websites/catslair/data"
    </Client>But whenever I use this approach the server refuses to start and presents me with an error:
    [13/May/2006:16:38:10] config (19621): CORE3185: Invalid configuration: File /usr/local/sun/SUNWwbsvr/https-magi.intranet.lan/config/server.xml, line 178, column 99: HTTP3258: Error processing Mirrors.obj.conf line 51: HTTP2215: directive outside objectAt first I didn't understand exactly what it meant, I even stumbled upon a bug report which triggered the same error (http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4979377) but after reading up on this I can only conclude that NameTrans can only be used within an <Object> block. The manuals also hint into this direction since it becomes obvious that the preffered approach is using this in the default object.
    So picture my surprise when I came across http://docs.sun.com/source/817-6252/npgobjcn.html#wp1041206 in the NSAPI programmers guide, its past the table. One of the examples shows this approach:
    <Client odds="25%">
    NameTrans fn="redirect" from="/Pogues" url-prefix="http://pogues.example.com"
    </Client>Because I was sure about urlhost being a parameter for the Client tag I tried copying the above example, but when I give it a try I'm once again greeted with the error I mentioned earlier "directive outside object".
    So can anyone please point me in the right direction? Is it possible to setup a virtual directory for a single virtual server and if so how do I proceed since <Client> doesn't seem to work. thanks in advance for any tips you can give me.
    Message was edited by:
    Lion-O

    Thanks a lot for the example, that fixed the problem.
    I've been reading the NSAPI programmers guide several times now and I was under the impression that you should either use <object> or <client>, never thought about this approach. Now when I re-read it is makes sense, but wasn't very clear at first.
    I think I'll e-mail Sun to suggest an addition of the <Object> tag in their <Client> tag example (http://docs.sun.com/source/817-6252/npgobjcn.html#wp1045056) to make things a little more clear.
    Thanks again, now I can finally implement the final configuration settings and plan for the actual switch later this evening.

  • How do I create a virtual directory in Snow Leopard Server Admin program?

    Hi, how do you use the server admin program in snow leopard server to create an apache virtual directory? I can't see it in the applet anywhere. Thank you.

    Well this is what I thought too but I don't think I'm doing something right. I have a default website on port 80 and I created a second site on the same port. They are two different websites. One is the initial one that comes stock with the osx. The second one I created.
    When I browse to my server I get the second site. How can I get the default to be the one that points to the mail, wiki, calendar stuff, while my second domain is something totally different.
    http://myserver (should be the default stuff like mail.)
    http://myserver/mysecondsite (should be my other stuff.)
    The problem is that when I go to http://myserver it is going to http://myserver/mysecondsite
    What am I doing wrong? Thank you.

  • Virtual Directory Change from Oracle HTTP Server to Embedded PL/SQL Gateway

    We finally upgraded from htmldb 1.6 to ApEx 3.1.2 late last year. This was in conjunction with setting up a new server and installing Oracle 11g DB, while our production DB is still 10g. During this install, I opted for the Embedded PL/SQL Gateway, whereas our htmldb is running with the Oracle HTTP Server.
    During the conversion of one of our applications I learned that Virtual Directory references to #IMAGE_PREFIX# are no longer valid for custom CSS so I had to change an entry in the page templates that I'm using to use #WORKSPACE_IMAGES#. Now I am importing another application from our htmldb 1.6 environment to our ApEx 3.1.2 environment, and I have a new problem that I think is related.
    In this application we have been uploading report files for outside users to be able to download at their convenience. I think the upload is working OK, but when I try to download the report file I get the following:
    Not found
    The requested URL /apex/IMR.ofile was not found on this server.
    The download is accomplished with a link on an SQL Report region. The Column Link info is:
    Link Text = <img src="#IMAGE_PREFIX#edit_big.gif" border="0" alt="Icon 1">
    Target = URL
    URL = #OWNER#.ofile?p_file=#VIEW_REPORT#&v_auth=&APP_USER.
    When I change the Link Text to <img src="#WORKSPACE_IMAGES#edit_big.gif" border="0" alt="Icon 1"> I lose the Edit Icon image. However, what I'm really concerned about is the URL not found error
    Now, maybe I'm barking up the wrong tree, so if the problem isn't related to virtual directories, which tree should I be barking up?
    Any suggestion?
    Thanks,
    Gregory

    Is the IMR.ofile a custom package for downloading files? If so, you might need to add it to the wwv_flow_epg_include_mod_local function.
    I am not certain how this function also plays into the embedded pl/sql gateway, but do know it would affect this running through Oracle HTTP server when configured with the before proc.
    With the embedded gateway it may very well be that you need to add this package into the ACL for outside availability.

  • ABAP & NetWeaver Virtual Directory Server

    Hello,
    My company is in the process of an SAP implementation, HCM and FICO. We have a Virtual Directory Server as a data source which houses a specific user id of which I need to populate an SAP table based on the PERNR.
    Would anyone have experience with this process? Maybe know of some documentation on the web regarding the process for doing this?
    Thank you in advance for any information,

    Chris,
    VDS is a component of the IdM suite, but is not required for operation.
    It is, however, required for integration with SAP HCM or SAP GRC.
    Matt

  • How to use SPML Webservice.xml template in VDS(Virtual Directory Server) ?

    Hiii all,
    How to use SPML Webservice.xml template in VDS(Virtual Directory Server) ? In my case , i am researching and wanting to add,search,delete an user object request from Web Services Client to SPML webservice in VDS by SPML request. anybody has documents or tutorials please share to me.
    Thanks

    Hiii all,
    How to use SPML Webservice.xml template in VDS(Virtual Directory Server) ? In my case , i am researching and wanting to add,search,delete an user object request from Web Services Client to SPML webservice in VDS by SPML request. anybody has documents or tutorials please share to me.
    Thanks

  • Virtual Directory Browsing in IIS Is what in OSX Server?

    Ok, forgive my ignorance.  I am coming from a better understanding of Microsoft IIS..
    Basically what I am looking for is.. In my Windows Server I would have a Partition Drive with a letter.. lets say e:\  and call the drive docs with data files saved on it.  I would then go into IIS and setup a Virtual Directory of that E drive..  So then I could have people own a browser at  www.website.com/docs and from there it would list all the files allow them me to download what they needed....  Yes, I know there is also a VPN option.. However, this is easier for my case...
    I think in Apache it would show a page and in bold letters "Index Of /" then list all the contents in that drive or folder..
    I have tried looking up what it would be called in Apache.. Yet not yielded much luck..
    Anyone have ideas?

    Yes! You are correct, I actually got it to work about 5 mins ago.. Thank you for the reply..
    I found a manual from Apple "web tech" that says to insert:
    <Directory "/Users/refuser/Sites">    Options Indexes MultiViews    AllowOverride None    Order allow,deny    Allow from all</Directory>
    I inserted this into the /etc/apache2/sites/website.conf file or even the Virtual_Host_Global.conf file
    I changed the directory to the path I have the "Aliases and Redirects"  such as /Volumes/Web
    Works great! 
    HOWEVER....... I have noticed.. that every time I then goto edit something in the Server Admin Console for Apache.. It removes the code out of the .conf files..
    I have tried making .htaccess files in the Drive with no luck or even adding a httpd.conf and no luck..
    It does seem to give Directory indexing when I add it into the location listed above.. yet no where else.. kind of stumped again..
    Any ideas?

  • Upload client to server virtual directory - Urgent

    Hai experts,
    Now i am doing a intranet project.
    In that project, user has to upload his
    own datas. That data has to be stored in
    my virtual directory(c:\ramesh). From the
    virtual directory i will take the user
    files thru my procuedures.
    How to copy the client file to my virtual
    directory thru Portal.
    It is very urgent me, Please give me
    any solution
    Regards
    Ramesh.G

    CGI PERL Example to Upload Files
    Step 1:
    add two directories on httpd.conf file:
    /example_cgi/html/ NR /html/
    /example_cgi/cgi-bin/ CR /cgi-bin/
    Restart Apache.
    Step 2:
    Copy the ex.html to the /example_cgi/html/ directory.
    Copy the ex.pl to the /example_cgi/cgi-bin/ directory.
    (both files are listed in the bottom of this NOTE)
    Step 3:
    Edit the ex.pl file to change the destionation directory on the Web Server,
    the user that launched the file must have written permissions in this
    directory. Set execute permissions on this file via chmod. Change also the
    first line of the file to the directory where you installed the PERL
    interpreter. Also change the donepage, to some result page that you want.
    Step 4:
    Call the page, by using http://host:port/html/ex.html, browse and find 1 or 2 files in the local
    system, and press the Upload button, the files will be written in the Web
    Server machine in the directory specified in the ex.pl file.
    Files:
    ex.html:
    <html>
    <body>
    <form method="POST" action="/cgi-bin/ex.pl" ENCTYPE="multipart/form-data">
    File 1:
    <input type="file" name="FILE1">
    <br>
    File 2:
    <input type="file" name="FILE2">
    <br>
    <input type="submit" value="Upload!">
    </form>
    </body>
    </html>
    ex.pl:
    #!/usr/local/bin/perl
    ## Path to where you want your files written to.
    ## Attention: do not use a trailing slash
    $basedir = "/tmp";
    ## The page you wish it to forward to when done:
    ## I.E. http://www.mydomainname.com/thankyou.html
    $donepage = "http://www.oracle.com/";
    # Do you wish to allow all file types? yes/no (no capital letters)
    $allowall = "yes";
    # If the above = "no"; then which is the only extention to allow?
    # Remember to have the LAST 4 characters i.e. .ext
    #$theext = ".gif";
    use CGI;
    $onnum = 1;
    while ($onnum != 11) {
    my $req = new CGI;
    my $file = $req->param("FILE$onnum");
    if ($file ne "") {
    my $fileName = $file;
    $fileName =~ s!^.*(\\|\/)!!;
    $newmain = $fileName;
    if ($allowall ne "yes") {
    if (lc(substr($newmain,length($newmain) - 4,4)) ne $theext){
    $filenotgood = "yes";
    if ($filenotgood ne "yes") {
    open (OUTFILE, ">$basedir/$fileName");
    print "$basedir/$fileName<br>";
    while (my $bytesread = read($file, my $buffer, 1024)) {
    print OUTFILE $buffer;
    close (OUTFILE);
    $onnum++;
    print "Content-type: text/html\n";
    print "Location:$donepage\n\n";
    Good Luck.

  • Virtual directory in iplanet web server 4.1

    Hi
    We are new to iplanet web server4.1 .we need to run the jsp files from
    weblogic 5.1.we have done the following configuration
    1)changed the obj.conf file as per documents in weblogic.
    2)changed the mime types for jsp from magnus-internal/jsp to text/jsp .
    3)i have created a virtual directory with url prefix as "ashish" and Legacy
    JSP directory as
    "c:/weblogic/myserver/public_html/jspfiles"
    4)i have file test.jsp with the path as
    "c:/weblogic/myserver/public_html/jspfiles/test.jsp"
    5)in the browser i give the path as http://atg/ashish/test.jsp where atg is
    machine name.now the problem is instead of looking for the file as
    "c:/weblogic/myserver/public_html/jspfiles/test.jsp"
    it look as "c:/weblogic/myserver/public_html/jspfiles/ashish/test.jsp"
    because of this it does not find the file .
    6)if i create ashish folder in c:/weblogic/myserver/public_html/jspfiles
    then it finds the file.
    what is the problem .???
    also on obj.conf file i have written as
    Service method="(GET|HEAD|POST|PUT)" type="text/jsp" fn="wl-proxy"
    WebLogicHost="192.168.100.78" WebLogicPort="7001"
    i have omitted pathprepend directive above.
    Any ideas for this problem.What is the concept of virtual directory which is
    there in Internet Information Server.
    Thanks in advance
    Ashish

    Please see my response in the JSP newsgroup
    Ashish Nathani wrote:
    Hi
    We are new to iplanet web server4.1 .we need to run the jsp files from
    weblogic 5.1.we have done the following configuration
    1)changed the obj.conf file as per documents in weblogic.
    2)changed the mime types for jsp from magnus-internal/jsp to text/jsp .
    3)i have created a virtual directory with url prefix as "ashish" and Legacy
    JSP directory as
    "c:/weblogic/myserver/public_html/jspfiles"
    4)i have file test.jsp with the path as
    "c:/weblogic/myserver/public_html/jspfiles/test.jsp"
    5)in the browser i give the path as http://atg/ashish/test.jsp where atg is
    machine name.now the problem is instead of looking for the file as
    "c:/weblogic/myserver/public_html/jspfiles/test.jsp"
    it look as "c:/weblogic/myserver/public_html/jspfiles/ashish/test.jsp"
    because of this it does not find the file .
    6)if i create ashish folder in c:/weblogic/myserver/public_html/jspfiles
    then it finds the file.
    what is the problem .???
    also on obj.conf file i have written as
    Service method="(GET|HEAD|POST|PUT)" type="text/jsp" fn="wl-proxy"
    WebLogicHost="192.168.100.78" WebLogicPort="7001"
    i have omitted pathprepend directive above.
    Any ideas for this problem.What is the concept of virtual directory which is
    there in Internet Information Server.
    Thanks in advance
    Ashish

  • Virtual Directory Server

    Hi,
    Is the Virtual Directory Server a necessary piece of an IDM installation?
    Many Thanks,
    Edited by: Chris@Kerr on Oct 14, 2009 2:26 PM

    Chris,
    VDS is a component of the IdM suite, but is not required for operation.
    It is, however, required for integration with SAP HCM or SAP GRC.
    Matt

  • IIS refuses to serve one specific file through this one specific virtual directory

    Other javascript files with the same extension in the same folder work fine. Other virtual directories with the same file work fine.
    Any help? Detailed error message is at the bottom.
    Problem Details:
    Only this combination of virtual directory and file fails http://localhost/jslib/vin.js 
    Accessing other javascript files in the same location works. i.e. http://localhost/jslib/xvin.js returns fine.
    Accessing the same javascript file in the same file location but using a different virtual directory works. i.e. http://localhost/jslibtest/vin.js returns fine.
    I checked the security of the file and the folder and gave "Everyone" and the anonymous authentication account set up for the site read rights.
    Changing the name of the file (and nothing else) works.
    Running Windows Server 2012 R2 Datacenter
    Web site application pool is running as "LocalSystem", Classic pipeline, .NET v4.0
    Things I've tried:
    Removing and re-creating the virtual directory with default settings (through IIS Manager)
    IISReset
    Setting the handler mappings for the virtual directory to "revert to parent" (file works fine when served from the root). Yes, the static file handler is defined.
    Setting the MIME types of the virtual directory to "revert to parent" (file works fine when served from the root). Yes, .js is listed as a MIME type application/javascript/
    Deleting the file and re-creating it from scratch
    Creating a blank file with the same name
    Reviewed the web.config file for the site: no mention of either the file or the virtual directory
    Trying to access the file using http://localhost/jslib/vin.js reports:
    HTTP Error 404.4 - Not Found
    The resource you are looking for does not have a handler associated with it.
    Detailed Error Information:
    Module   IIS Web Core
    Notification   MapRequestHandler
    Handler   Not yet determined
    Error Code   0x80070002
    Requested URL   http://localhost:80/JSLib/VIN.js
    Physical Path   F:\VINWebData\wwwroot\JSLib\VIN.js
    Logon Method   Anonymous
    Logon User   Anonymous

    I would recommend asking them in IIS forum: http://forums.iis.net/
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • Server.MapPath(virtualPath) Returns root directory of controller, it is nor returns the physical path mentioned in the virtual directory in IIS

    I have created a virtual directory "myVirtualFile" virtual path is "\myVirtualFile" and I have given physical path as "D:\Home\myProject\Files"
    Below is my code
    var virtualpath="/myVirtualFile\UserManual";
    var resultPath=Server.MapPath(virtualpath);
    out put is resultPath contains "D:\Home\myProject\Web\client\myVirtualFile\UserManual" Expected out put is "D:\Home\myProject\Files".
    It returns the folder structure of my project. I didn't return the physical path which I mentioned in virtual directory.

    Hi,
    I am not expert on Asp.Net. But I will try my best.
    The following sample is what are
    Virtual paths and Physical paths
    ASP.NET the "~" tilde indicates the root of a virtual path.
    Virtual paths
    ~/App_Data/Sample.xml
    ~/
    ~/Map.txt
    Physical paths
    C:\Website\Files\Sample.xml
    C:\Website\Default.aspx
    C:\Website\Map.txt
    Server.MapPath doesn't find automatically where a file is. It allows to get the physical path
    corresponding to a virtual path (relative to the current request if you don't give an absolute path)
    If above still cannot resolve your issue, please repost in Asp.Net forum, The link as above posted.
    Have a nice day!
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Cannot create Virtual Directory in Windows Server 2008 R2 SP1 Environment

    Dear all,
    I am trying install Reporting Services 2005 on a Windows Server 2008 R2 SP1 Enterprise machine.
    So far we successfully did the following steps
     - Install SQL Server Reporting Services
     - Configure Service Account (Domain-User)
    After creating virtual Directory, we made several steps to avoid HTTP 400 Bad Request in Report Manager:
    1. Disable LSA Loopback in Registry and restart server
    2. Enhance Service Startup time to 60000ms and restart Server
    3. Set Application Pool to ASP.NET 2.0 Classic Mode
    4. Modify RSWebApplication.config and set These entries:
    <ReportServerUrl>http://servername/ReportServer</ReportServerUrl>
    <ReportServerVirtualDirectory></ReportServerVirtualDirectory>
    After all the Reporting Services Configuration Manager still shows a red sign and we cannot continue creating the database.
    How is it possible to solve this?
    We appreciate any help.
    Best regards,
    Mark
    Mark Kuschel
    Blog
    Xing

    Hi Mark,
    As per my understanding, we can refer to the following methods to troubleshooting the issue you occurred.
    Install SQL Server 2005 Service Pack 3.
    Deleting the newly-created virtual directory using IIS manager and then rebooting the server.
    In the Report Manager Virtual Directory dialog box, create a virtual directory for Report Manager, then change the Website to Reporting.
    Enable Apply default settings.
    The following link is for your reference:
    http://www.mathgv.com/sql2005docs/SQL2005ReportingServicesInstall.htm
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

Maybe you are looking for

  • Unbale to install November update on Outlook 2007 SP3 for connecting to Exchange 2013

    Hi I was trying to upgrade my outlook 2007 clients for connecting to Exchange 2013 environment. First I have installed Office SP3 (kb2526086). Outlook version after that is 12.0.6607.1000. Later I  tried to install nNovember 2012 update which is a pr

  • Regarding Pricing conditions Query

    Hi, I am planning to extract the table wise information on the exiting pricing condtions available in the production environment. Below is the plan obtain the latest condition record number(valid as on date) from A*** ( access sequence tables for pri

  • MRP message 20

    Dear gurus, i need find the all MRP message 20 ( Cancel process) . This message exception is of  group exception 7 , but if i set the group exception 7 in the MD06 the system find also the message exeption 10,15,30. Are there a standard report for fi

  • Can I play avchd discs on a Mac

    Can I play avchd discs on a Mac?

  • N series mainly N91 and 3G

    With the N91 being 3G can the mobile be used on normal network (I used BT mobile)? I guess the same will be of the others in the N series. cheers, too much thinking need a pint now.