Alias in Disocverer report

Is it possible in discoverer to use one folder(Table) multiple times in one report.
For ex: same table with different where clause...like
1. current year
2. Last year
3. next year..
Or we need to create 3 folders with same table in administrator.

Hi Muralidar
The suggestion given by Jayu will get you exactly what you want and I would ask you to try it out.
Jayu - this is fine so long as the ORDER BY clause refers to a date. Therefore, the user might want to make sure that the variable called year is actually a date and not a string. As you are probably aware, when the RANGE INTERVAL is YEAR the ORDER BY must use a date.
Therefore, in the case when year is not currently a date, you might consider this (I've highlighted in bold the code I am suggesting):
for Previous year,
SUM(Amount) OVER(PARTITION BY proj_id ORDER BY TO_DATE("year", 'YYYY') RANGE BETWEEN INTERVAL '1' YEAR PRECEDING AND INTERVAL '1' YEAR PRECEDING )
next year,
SUM(Amount) OVER(PARTITION BY proj_id ORDER BY TO_DATE("year", 'YYYY') RANGE BETWEEN INTERVAL '1' YEAR FOLLOWING AND INTERVAL '1' YEAR FOLLOWING )
Best wishes
Michael

Similar Messages

  • How to include "alias" in custom report

    Is there a method for generating a report in Zen 10.1 that will include the name of the computer assigned in zenworks (Alias)? I have tried all obvious choices such as machine name. Its possible to report on the folder that contains the computer but why not the computer's alias itself?

    ABunker,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Alias, DB and Reporting Services

    Hi 
    I am new to SQL server and Reporting Services.
    Problem I face is this. We got report in Reporting Services. It shows 
    table name, 
    field name, 
    field alias
    I want to either find out what is underlying query behind that report 
    OR
    I want to know how to find Field Alias data within SQL Server Database which i could not locate so far.
    All I got is appropriate Table appropriate Field Name but data as shows on Reporting services as Field Alias is not in there it seems.
    Any idea ?
    Regards
    Dominik
    P.S. 
    Person who created report is not with company any more. 
    I using now script
    select
    o.name as tableName,
    c.name as ColumnName,
    o.type as ObjectType,
    u.name as SchemaName
    from syscolumns c
    inner join sysobjects o
    on o.id=c.id
    inner join sysusers u
    on u.uid= o.uid
    where
    c.name like ‘%alias%’
    Yes it works/
    I found relevant data 

    Hi Nick_1988,
    As per my understanding, you can preview report from report manager, but you want to know the query and corresponding fields of the report in SQL Server database.
    It seems that you have found the query. If you would like to, you can post a reply to share your solution and mark it as answer. That way, other community members could benefit from your sharing.
    If not, we can check the query of reports deployed to report manager by following steps:
    Open Report Manager, and locate the report you want to check the query.
    Hover over the report, and click the drop-down arrow.
    In the drop-down menu, click Download.
    Click the drop-down arrow next to Save, click Save as, select a location, then click Save.
    Create a report server project.
    Right-click Report, click Add, then Click Existing Item.
    Navigate to the location of the .rdl file, select it, and then click Add.
    Right-click the report you added, then click Open.
    In Report Data pane, expand Data Sources node.
    Right-click the data source and open Data Source Properties dialog box.
    Make sure data source type and connection string are correct.
    Expand DataSets node, right-click the dataset and open Dataset Properties dialog box.
    In Query pane, the query used to retrieve data will be displayed in Query text box.
    For detail information about Creating a Report Server Project, please refer to the following document:
    http://msdn.microsoft.com/en-us/library/ms167559.aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu

  • Pull Alternate Alias In a Report Script

    I am interested in pulling data from a database using members on the outline from an Alternate Alias table using a report script. I have not been able to find any report script commands that will let me do this. Is this possible to do?JBF

    Take a look at the <OUTALTSELECT command. It allows you to specify an alternate alias table in a report script.Regards,Jade----------------------------------Jade ColeSenior Business Intelligence ConsultantClarity [email protected]

  • Setting an Alias for a report server URL

    Can anyone guide me to on how to set a reporting server alias?
    I have links to a set of reports that are accessed via a Sharepoint server site.  I want those links to point to the server alias, and not the fully qualified URL of the report. 
    Thanks
    K

    Take a look at this thread...
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/476c0851-d424-46a5-9598-21c6afd41e78/ssrs-2012-with-no-virtual-folder?forum=sqlreportingservices#7473994e-95f2-446b-9919-ed4631ef22b4
    You can create a DNS CNAME, but if you have SSL that will throw a loop in things...  Otherwise see the last post in the thread linked above.

  • Removing Prefix of members/alias in report Scripts

    I need to remove the pre fixes of all members/alias of a couple of dimensions through report script.( no need to modify the outline)
    For example Costcenters start with C_ , which needs to be removed when the report is created( I know everybody is going to ask why it's not used already in the alias, but there was a requirement for the prefix)
    I am using {RENAME } for specific members, but there are quite a few members with the prefix and I want to know if there's a way to remove them through report scripts
    Thanks.

    Another alternative frequently used, especially with report scripts is the use of alternate alias tables. There is the option to add up to, last time I checked, up to 8 alias tables. Most functionality is based on the "Default" alias table, but Report Scripts allows you select an alternate alias table by using "<OUTALTSELECT" by dimension. If you set the members aliases in the alternate table "Real_Cost_Center", then you could do...
    <OUTALTSELECT ("Real_Cost_Center")
    As a bonus, the usage of this alternate alias table means you can actually load data using the member name or any one of the aliases across all alias tables. The main "downfall" is the uniqueness requirement still applies to the alternate alias tables. Alternate alias tables are also frequently used when using any of the BI suite, where a given view/report/etc would benefit from short names.
    Just another alternative...
    Good Luck!
    Kevin

  • Report server run problem (urgent plz)

    i am using developer9i, xp opereting system but i am not able to run report server . infact i dont know where report server reside and how configure report server. otn discussion forum gave me below instructions but i need step by step detail to run report server.
    pls help me.
    i want to see (Please reffer to Note:204538.1 on
    Metalink ) but i could not access metalink.
    registration does not alow me. i have no country on
    country list and no Support Identifier (CSI, SAC,
    Access Code etc.) . but i need access.
    please help me. access with path
    thanks
    mostafizDear see this information this is metalink information
    Note:204538.1
    Subject: Common Reasons & Troubleshooting: "Unable to communicate with the Reports Server"
    Type: BULLETIN
    Status: PUBLISHED
    Content Type: TEXT/X-HTML
    Creation Date: 22-JUL-2002
    Last Revision Date: 08-MAR-2005
    PURPOSE
    ========
    The main purpose of this document is to list the known causes of the "Unable to
    communicate with the Reports Server" error. The terms Reports Server, CGI,
    Reports Servlet are also described briefly for a better explanation of this error scenario.
    This document includes the following sections :
    I. Brief summary on the architecture of Reports Server, CGI and Reports
    Servlet
    II. Sources of errors encountered when running a report with Reports Server
    III. How the CGI (or the Reports Servlet) communicates with the Reports
    Server
    IV. Possible reasons which lead to "Unable to communicate with the Reports
    Server" error.
    1) Reports Server is up and running
    2) tnsnames.ora and sqlnet.ora problems
    3) Effect of parameter "ORACLE_HOME"
    4) Effect of parameter "maxconnect"
    5) Passing very large parameters to reports server
    6) A case specific to OAS 4.0.8.2
    7) A case specific to WEBDB version 2.1.0.9.3
    V. References
    I. Brief summary on the architecture of Reports Server, CGI and Reports Servlet
    =================================================================================
    In order to understand the causes of the error "Unable to communicate with the
    Reports Server", let's first briefly review the Reports Runtime Engines, Reports
    Server, the Reports CGI, and Reports Servlet architecture.
    There are 4 important layers in Reports Server architecture which should be
    understood in order to clearly understand the error "Unable to communicate with
    the Reports Server" :
    1) The Runtime Engines : This is the main layer where the reports are actually
    executed. On unix systems there are "rwrun60" and on NT systems there are
    "rwrun60.exe" processes.
    2) The Reports Server : The Reports Server recieves the job request and queues
    it. When one of its runtime engines becomes available, it sends the
    command line to that runtime engine for execution. On Unix systems it is
    the "rwmts60" executable and on NT systems it is "rwmts60.exe".
    3) The Reports CGI : The Reports Web CGI passes the request to the Reports Server.
    The Reports CGI or Servlet converts the request to a command line that can be executed by the Reports Server and
    submits it to the specified Reports Server. On Unix platforms this executable
    is "rwcgi60" and on NTs it is "rwcgi60.exe.
    4) The Reports Servlet : Its functionality and function is just the same as "Reports CGI", but it is
    a program written in Java as difference to the CGI program (which is
    written in C programming language).
    The Reports Server may be running on the same server with the CGI program (or
    servlet) OR may reside totally on another machine which does not necessarily have
    the same Operating System. For instance CGI may reside in a Windows NT machine
    while the Reports server may reside on a Unix box, or any other combination with
    Unix-Linux-NT-2000, etc.
    The reports are called with a URL similar to below with the CGI :
    http://fully.qualified.server.name:PORT/dev60cgi/rwcgi60.exe?server=<REPSERVER>&other_parameters=...........
    where fully.qualified.server.name is the name of the server where the Reports CGI
    reside, and <REPSERVER> is the name of the server.
    II. Sources of errors encountered when running a report with Reports Server
    ============================================================================
    The Reports Web CGI (or the Reports Servlet) makes a call to the Reports Server
    and asks it to place the output into some destination (defined by DESTYPE and
    DESNAME parameters), then gives back the necessary response to the calling
    program. For example if the DESTYPE is "cache", then the Reports server generates
    the report to a file in a temporary place and gives it back to CGI and the CGI gives
    it back to the calling program. Otherwise, if the DESTYPE is "file", the Reports Server
    generates the report output to the requested file and the CGI replies back the
    following message : "Report output was successfully written to requested
    destination.".
    If there is any error in this process, the related error message is returned. The
    possible sources of errors can be categorized as follows :
    1) The errors that are returned from Reports Server; like the Reports Server can
    not find the requested RDF file or the report may be run to file and the
    directory where the reports output is asked to be placed does not occur or
    similar errors. (Usually the REP-XXXX errors)
    2) Another possible cause of error is the errors returned by the RDBMS to the
    Reports Server, for example a table not found error or things like that. Of
    course from the CGI point of view these errors are again transmitted from the
    Reports Server but in fact the error originates from the RDBMS. (Usually the
    ORA-XXXX errors)
    3) Another possible cause of errors is the CGI itself, for example when the CGI
    executable can not connect to the requested Reports Server, then we get the
    famous "Unable to communicate with the Reports Server". In this document we will
    diagnose the common reasons of this last error.
    III. How the CGI (or the Reports Servlet) communicates with the Reports Server
    ===============================================================================
    Having said that "Oracle Reports Server CGI - Unable to communicate with the
    Reports Server." error is returned back from the CGI itself, let's discuss the
    issue of how the Reports CGI connect to the Reports Server. The name of the
    Reports Server given in the URL with "server=....." parameter is, in fact, just
    a special tnsnames alias, similar to aliases for database connect strings. As it is
    important for the CGI to resolve the alias, the CGI needs to know the HOST name (or the
    IP) of the machine where the Reports Server is running and the port on which the
    Reports Server is listening. So a typical Reports Server alias is defined as follows :
    REP60_<MACHINE>=(ADDRESS = (PROTOCOL = tcp)(HOST = <MACHINE>)(PORT = <PORT>))
    This is defined in tnsnames.ora file, and the sqlnet.ora file is also used in
    the name resolving operation.
    IV. Possible reasons which lead to "Unable to communicate with the Reports Server" error.
    ==========================================================================================
    The possible reasons for the "Unable to communicate with the Reports Server" error :
    1) Reports Server is up and running :
    Make sure that the Reports Server is really running on the specified server
    and listening on the specified port. For details have a look at above
    explanations for tnsnames alias of the reports server. And because of this the
    CGI could not establish a connection to the Reports Server.
    2) tnsnames.ora and sqlnet.ora problems :
    As described above, the CGI resolves the details for the reports server using
    the "tnsnames.ora" and "sqlnet.ora" files. There may be a problem with them,
    here are the possible configuration problems :
    a) There is no alias in the tnsnames.ora file for this Reports Server
    b) The CGI looks into the wrong directory for the "tnsnames.ora" and "sqlnet.ora"
    files. By default the CGI checks the $ORACLE_HOME/net80/admin directory for
    these scripts, where the $ORACLE_HOME is the home of the Forms & Reports
    installation. Please note that in a typical 9iAS 1.0.X installation there
    are two ORACLE_HOME's, one is for the iAS and the other is for the tools,
    usually the home for the tools is a directory with name "806" on NT and
    "6iserver" on unix systems. By defining TNS_ADMIN in the environment, one
    can override the search path for these two files.
    The TNS_ADMIN variable can be defined in one of the following places :
    i) In the environment : On MS Windows platforms check the "Settings
    --> Control Panel --> System". On NTs check the environment TAB and in
    Win2K systems check the "Environment Variables" button on Advanced tab.
    ii) In "6iserver.conf" file. Details are as follows : The main configuration
    file for Apache server is "httpd.conf" file which resides in
    $IAS_HOME/Apache/Apache/conf directory. In this file there is a line to
    include "oracle_apache.conf" and in this "oracle_apache.conf" file
    there is a line to include "$ORACLE_HOME/conf/6iserver.conf" file. And
    in this file the TNS_ADMIN variable could be defined as follows :
    SetEnvIf Request_URI "rwcgi60" TNS_ADMIN=c:\orant\network\ADMIN
    Please note that by defining it this way, the TNS_ADMIN will only be defined
    for "rwcgi60" calls, so the other parts of the 9iAS will not be affected by
    this setting.
    c) In sqlnet.ora the "names.default_domain" is set but in tnsnames.ora the
    domain is not defined in the alias description. For example if the
    "names.default_domain=world" is present and active in "sqlnet.ora" file
    then in the "tnsnames.ora" the alias of the reports server should also have
    the ".world" extension appended at the end. And another cause is of course
    the vice versa for this. If there is no "names.default_domain" is defined
    in the "sqlnet.ora" then the alias in "tnsnames.ora" should not have the
    domain extension.
    Another important point that should be checked is, if TNS_ADMIN is defined
    as described above then the search path is as follows, first the directory
    defined by TNS_ADMIN is searched, if the "tnsnames.ora" file is not found in
    this directory then $ORACLE_HOME/net80/admin is checked. (And on unix systems
    /var/opt/oracle is also checked). These directories are only checked if the file
    is not present, so if the "tnsnames.ora" file is present in TNS_ADMIN directory
    but the alias is not present, then the other directories are not checked at all.
    Let us assume that the tnsnames.ora file is present in the TNS_ADMIN directory but
    there is no "sqlnet.ora" files here, then the sqlnet.ora file is checked in
    $ORACLE_HOME/net80/admin directory, which could cause the same problem if the
    "names.default_domain" is defined in this file.
    All the above will result in, CGI to unable to resolve the alias in tnsnames.ora
    file so it will not be able to establish a connection to the Reports Server.
    3) Wrong "ORACLE_HOME" setting :
    Wrong ORACLE_HOME setting. This is usually the case for Reports Servlet,
    because the environment settings are defined in "jserv.properties" file for the
    servlets and the setting here will effect both the Reports Servlet and the
    setting for Oracle JSP and other servlets. So the other servlets or Oracle JSP
    may need to set ORACLE_HOME to home of HTTP server while the reports server needs
    it to be set to the TOOLS_HOME directory. In this case the best alternative is
    not to set ORACLE_HOME in this directory and leave it to registry or defined the
    ORACLE_HOME in "6iserver.conf" file just like the TNS_ADMIN defined above. For
    details please have a look at the following document :
    Note 179609.1 "Getting an error Unable to communicate with the Reports Server
    using RWSERVLET"
    4) Effect of parameter "maxconnect" :
    Another common case for this error is that the CGI request reaches the Reports Server but
    the Reports Server refuses connection. The main cause for this case is, that the Reports Server
    configuration parameter "maxconnect" is defined too low, there are long running reports on the
    server or the server is too busy at that time. Usually a second try some
    later time results in a successful connection. If this is the case, the end user
    may think that the problem is occasional. For details on this case please
    have a look at the following document :
    Note 125265.1 "Unable to communicate with the Reports Server"
    5) Passing very large parameters to reports server :
    Another known reason for this error is, if you are passing large parameters
    to the Reports Server which exceeds sqlnet transmission blocks then the request may
    end up with this error. To test it try with small parameter values. If you hit
    this case, the solution is to increase the SDU (Session data unit size) and the TDU
    (Transport unit data size) parameters in tnsnames.ora file, for details please
    have a look at the following document :
    Note 197358.1 "Passing large parameters to Reports show up a Reports Server
    error"
    6) A case specific to OAS 4.0.8.2 :
    If you are using OAS instead of iAS, and the error appeared after
    upgrading to 4.0.8.2 then this is caused because the 4.0.8.2 is using RSF
    (Required Support Files) version 8.1.6 and the Reports 6i is using 8.0.6 and the
    two could not reside in the same ORACLE_HOME directory. So the solution for this
    problem is to create a new batch file and use it from which the actual CGI
    executable is called. For details please see the following document :
    Note 116754.1 "After applying OAS 4.0.8.2 CGI and Cartridge cannot communicate
    to report server"
    7) A case specific to WEBDB version 2.1.0.9.3 :
    Another known case for this error is with WEBDB version 2.1.0.9.3 or less.
    If you are using these old versions of WEBDB as HTTP listener, please have a
    look at the following document :
    Note 95426.1 "URL Not Found When Calling Oracle Developer Report from WebDB Site"

    On Windows you can create a Report Services:
    rwserver -install server=repserverYou have to choose different names for all servers, like your collegue cannot create a server with the same name. You can start/stop this Report server in Services (control panel). Configuration files can be found under $ORACLE_HOME/reports/conf
    Martin

  • Report in delimiteddata format.

    Hello , my report is generated in "delimiteddata" format . I use the following code in oracle form builder :
    SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_DESFORMAT,'DelimitedData'); to call the report .
    However the column name of each field in my report is the name of the field in the database . I would like to have a user-defined column name to be displayed . Is that possible ? What changes do I need to make in my report query if any ? I tried adding an alias in my report query :
    e.g select EMP_NAME AS EMPLOYEE_NAME
    But that didn't work . Any help please ? Thanks.

    I would like to have a user-defined column name to be displayed . Is that possible ?yes. Catch the user-defined names in Forms and pass them as parameters to Reports and replace what wanted to be replaces.

  • Creating report issues

    Hello guys,
    I know that we need data in the table when we PREVIEW (if no data, the screen just flashing)
    But my problem is, when I add a field (from a table from the data environment) in the middle section, sometimes its works well (all the records are shown), sometime there is only 1 record shown (even if the table has many records).
    Any ideas?
    Thx
    Martin
    Mag27

    I have another idea what you could be misunderstanding
    >.then I click and drag a field into the middle section
    Not every section of the report is repeated per record of the controlling table. Also only one table is
    controlling the report. 
    Eg if you drag your field into the report header or footer, you only see one record. The
    detail band (and you may add further bands) is what is repeated per record.
    Eg if you have two tables in the report data environment you also need to state what table controls the
    report. That means go into the properties of the dataenvironment (not any of the tables, the data environment itself) and specify the table name you want to print mainly as the InitialSelectedAlias.
    If you have relations between tables these can also filter the data. Especially if the child table having
    just one or two childs per parent record is the report controlling alias, you only report that record, you don't move forward to the next parent record. You then need to make the parent table the report controlling table to iterate over all records.
    That's also a reason it's simpler to drive a report with a cursor having all needed data in a joined form.
    Bye, Olaf.
    Olaf Doschke - TMN Systemberatung GmbH
    http://www.tmn-systemberatung.de

  • Date format mask in report

    I'm having difficulty using a format mask on a DATE field in a report. The format mask is 'HH24:MI:SS'; however, when the date field is displayed in the report it shows up as '00:00:00'. I know that the DATE field in the database is correct because it displays correctly when I do an SQL query. Any suggestions?

    Ken,
    Try TO_CHAR(Date_Field, 'HH24:MI:SS') with alias in you report based on SQL Query.

  • FR (11.1.2.1) export in query ready mode with default ALIAS

    I am not seeing default ALIAS when exporting my FR from workspace to excel using Query Ready Mode.
    Any help is appreciated.
    Thanks

    Did you try changing the alias once the report is exported?
    Regards
    Celvin
    http://www.orahyplabs.com

  • Alias names couldn't be shown on Prompt window or POV

    hi All.
    We have some financial reports , display this reports on workspace. But we want to change dimension member from prompt option window or POV. Pop up window shows us only members “Name”s, we can not see member alias.
    hyperion Financial Reporting 9 , version 9.3.1.354
    hyperion planning 9.3.1.1.10.4
    thanks

    Hi ,
    Follow below procedure will help you to display member alias in POV.
    1) In workspace File > Preferences > Financial Reporting.
    2) From User Point of View, click General tab , select Setup Members. The Setup User POV dialog is displayed.
    3) Select data sources from Database Connection.
    4) If prompted enter your log on credentials, click OK
    5) Select the member label you prefer from Display Member Label. If you wish to see Alias name in POV window then select *'Default'*
    6) Click OK to save your current changes and return to the repository screen.

  • How to define alias

    Hello,
    I am studying a manual about Oracle9iAS Reports Services Publishing Reports to WEB. I have a question about:
    Put in URL http:/<server9iAS>:80/<alias>/rwservlet?report=MyReport.jsp
    What I must put in alias? Have any configuration file which define that I must put in alias?
    Thanks.
    Carla

    Carla,
    The <alias> is the virtual directory path to where the report servlet is executing from. If you've installed 9iAS release 2 or 9iDS release 2, out of the box it has already preconfigured to use "reports".
    BTW, port number 80 is probably the wrong one, too, unless you have reconfigured the Oracle HTTP Server (or OC4J for 9iDS release 2). It'll most likely be 7777, 7779, or 8888. You can see if your system is running by entering in:
    http://<host-name>:<port-number>/reports/rwservlet
    If it's working, it'll bring up a help page. BTW, if you are using 9iDS release 2, then you need to start the OC4J instance, first.
    regards,
    Stewart

  • Display Button depending on selected saved interactive report

    Hi all,
    I have two saved public views of my interactive report. Now I want to show Button 1, when View 1 is shown and Button 2 only when View 2 is shown.
    Is there a possibility to get this working???
    Thanks
    chrissy
    Edited by: chrissy2 on 06.09.2012 12:17

    this seems to be a way to get this working ... but what happens in translated applications? I don't know if we can translate "Public Report Names"? Do they appear in translation file?
    I think I will fetch the value of the selected item, which should be the internal report id and search database for the report alias of this report id.Yes, I confirm that option value of select list are same as report_id. You can get the report_id using following query.
    select report_id, report_name, report_alias from APEX_APPLICATION_PAGE_IR_RPT where application_id = <app_id>and page_id = <page_id> and status = 'PUBLIC'<li>When we use same application id for DEV and PROD, then report_id value didn't changed. You may check how this behaves with different application ids.
    <li>Also I think, report_alias stays as constant irrespective of workspace or application_id. Its my guess. :)
    Please update how it goes.
    Regards,
    Hari

  • Using alias defined in forms.conf

    My app server is named srvr001
    This app server is version 10g.
    In my forms.conf file, I have defined two aliases:
    Alias /out_report/ "G:\reports\output\files/"
    Alias /out_rep_doc/ "F:\report_doc/"
    G:\reports\output\files is a local drive in srvr001
    Drive F is a network mapping to another server named srvr002
    This link using alias out_report, to bring up a local file, works fine:
    http://srvr001/out_report/testoutput.pdf
    Now if I use the alias out_rep_doc, to bring up a file from the other server, I get 404-Not Found:
    http://srvr001/out_rep_doc/testdocument.pdf
    I have another server, named srvr003 which is version 6i, and the same aliases are defined in the conf file. Both aliases work in that server.
    I use the same user id in both srvr001 and srvr003 to start-up the forms services.
    Why is it that, in app server 10g version, the alias pointing to a local drive works, while the alias pointing to a mapped network drive does not work?
    Is there another configuration file where I should define the alias in srvr001?

    Security and access privileges are all defined and working fine.
    About using sniffer, I would not go that way because I am not authorized to do such.
    Anyway, this problem is solved. So for anybody out there having the same problem, the solution is to also tweak your httpd.conf, not just forms.conf.

Maybe you are looking for

  • Drum loops on Logic Pro 9.?

    I have just installed Logic Pro 9 and I am trying to follow the first tutorial  which is an exercise with Apple Loops.  I had a message to say that  there weren't any Apple Loops on my system "Please reinstall Apple Loop Package."  .  I installed iLi

  • Calling powershell script from a batch file

    Hello All, I have a batch script that calls a powershell script. Before calling the script I set the execution policy to unrestricted, but when it gets to the line that calls the batch script i still get the confirmation in the command window: "Do yo

  • Windows 7 32-bit and Tx

    I had read quite a lot of posts here and I found that most of the questions asked in here were about 64-bit windows.Only very few were about 32-bit windows 7. I have a Tx and I had upgraded my OS to windows 7 32-bit a few days ago. The messages here

  • FAGLL03 / FBL3N Header Field Options

    Is there a way to bring BKTXT (Document Header Text) into the field selection criteria before the report is run?  It is not available as an option by default.

  • Upload to Phase 2 of HFM when Phase 1 is closed

    Hi everyone, Im facing a challange, that im struggeling with. User is creating one file, containing information about IC and normal BS and PL. The IC Information is send 4 days earlier as the remaining informations. After the first upload the phase i