** Invaild Member Names when using @XREF **

To the Oracle Nation,
I am using the @XREF function to obtain data from one database to copy to another. an Example of my calc string is as follows:
Fix(Jan:Dec,Product,NY,Other) - where NY = Next Year Budget
"Sales" = @XREF(GetData,"Sales Wages",Soda,Entity,"NY working member",West);
When I run the calculation, the status shows that it has ran to success; however, no data is displayed when data is pulled from the target database. To throw a little twist into the mix, when I change "NY" to "NX" in my target database, it works just fine.
That being said, is NY, or any other name string, a restricted member name due to conflicts within Essbase. As side not, It also does not work with NNY or NNNY. We are at a lose on this one, and want to put this issue to rest.
Thank you.
Concerned Essbase Admin

To jump on Stuart's comment, I have had exactly this problem with XREF's.
In the bad old days (Planning 3.5.1, Essbase 6.5.x), I would actually force the creation of blocks in the target by assigning zeros and then clearing the values out to ensure that the calculation went through. Very painful and slow.
If block creation is in fact your issue, you should be able to use the SET CREATEONMISSINGBLK setting to create your blocks: http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/calc/set_createnonmissingblk.htm
You might want to be careful, however, with how you use that setting and target very carefully what/where you are creating blocks as you might otherwise get way, way more blocks than you want.
I have not followed my own advice, wondered why my db was so big/slow, and then used SET MSG DETAIL to see all of the blocks roll in. Whoops. At least my numbers calculated. :)
Regards,
Cameron Lackpour

Similar Messages

  • What is the column name when use select ... from table(my_table)

    I have some code that takes a csv and loads it into a type table. I am now trying to select from this table but am not sure what column name to use in my cursor. (See below I have c2.???).
    FUNCTION in_list_varchar2 (p_in_list IN VARCHAR2) RETURN VARCHAR2_TT is
    l_tab VARCHAR2_TT := VARCHAR2_TT();
    l_text VARCHAR2(32767) := p_in_list || ',';
    l_idx NUMBER;
    BEGIN
    LOOP l_idx := INSTR(l_text, ',');
    EXIT WHEN NVL(l_idx, 0) = 0;
    l_tab.extend;
    l_tab(l_tab.last) := TRIM(SUBSTR(l_text, 1, l_idx - 1));
    l_text := SUBSTR(l_text, l_idx + 1);
    END LOOP;
    RETURN l_tab;
    END in_list_varchar2;
    schema_list := 'SCOTT, TOM, MIKE';
    schema_names := regexp_replace(schema_list, '([^,]+)', '''\1''');
    schema_list_t := DATAPUMP_UTIL.in_list_varchar2(schema_list);
    for c2 in
    select *from table(schema_list_t)   
    loop
    dml_str := 'DROP USER ' || c2.??? || 'CASADE';
    EXECUTE IMMEDIATE dml_str;
    end loop;

    Chris wrote:
    I have some code that takes a csv and loads it into a type table. I am now trying to select from this table but am not sure what column name to use in my cursor. (See below I have c2.???).
    FUNCTION in_list_varchar2 (p_in_list IN VARCHAR2) RETURN VARCHAR2_TT is
    l_tab VARCHAR2_TT := VARCHAR2_TT();
    l_text VARCHAR2(32767) := p_in_list || ',';
    l_idx NUMBER;
    BEGIN
    LOOP l_idx := INSTR(l_text, ',');
    EXIT WHEN NVL(l_idx, 0) = 0;
    l_tab.extend;
    l_tab(l_tab.last) := TRIM(SUBSTR(l_text, 1, l_idx - 1));
    l_text := SUBSTR(l_text, l_idx + 1);
    END LOOP;
    RETURN l_tab;
    END in_list_varchar2;
    schema_list := 'SCOTT, TOM, MIKE';
    schema_names := regexp_replace(schema_list, '([^,]+)', '''\1''');
    schema_list_t := DATAPUMP_UTIL.in_list_varchar2(schema_list);
    for c2 in
    select *from table(schema_list_t)   
    loop
    dml_str := 'DROP USER ' || c2.??? || 'CASADE';
    EXECUTE IMMEDIATE dml_str;
    end loop;
    I have some code that takes a csv and loads it into a type table.Why a type table? Where is type table defined as such?
    with PL/SQL, objects must be declared before they can be referenced.
    You need to correct syntax errors before tackling any runtime/logic flaws.

  • securityagent name when using IBM TAM for SSO with Hyerion

    Hi,
    What should we declare in the css_config.xml file for the <securityagent>, when using IBM TAM for SSO with Hyperion.
    The admin guide only mentions Netegrity, but that would be the case when we use Siteminder for SSO.
    Any lights??
    Thanks,
    Sasi

    While, seems one way is to use stream to bypass login.

  • Add Counter to File name when using Tran Protocol as FTP

    Hi There,
    Was wondering if there was any way to achive the same "Add Counter"  functionality used for File names in Reciever file adapter when we are using FTP as the transport protocol, this option is only provided in NFS,
    My requirement is ..
    Write files using counter on to ftp..
    say if three files already exists on the ftp server with names ...fname001, fname002 and fname003
    then the next time a file is written it should have a file name fname004 else fname001 if no file exists.
    Any help would be greatly appreciated

    No such standard functionality is available in communication channel...
    But you can try customizing ur scenario in one of the following ways...
    Case 1: If a field in source data carries the information regarding the sequence.
    You can map this value ( Directly .. or using some transformation ) in some temporary field in the target and then use a Variable substitution at the receiver communication channel.
    Case 2. If the source file name carries the sequence information. then you can enable the Adapter specific settings in the Sender communication channel , and then get the information of the source file name using the Container object in the mapping. Then assign the sequence number to a field in the target , use a Variable substitution at the receiver communication channel.
    Case 3 : If Case 1 and Case 2 are not applicable ... then you have to use a Ztable to store the sequence number , a function module to fetch the number , and then use a UDF in which you will implement the RFC call logic.Then the same process .... assign the sequence number to a field in the target , use a Variable substitution at the receiver communication channel.
    BR,
    Sushil.

  • Not getting the Document name when using CSWB

    happy New Year all!
    Am using SP Online.
    I have inserted the Content Search Web Part on a subsite to pull documents from a main list located on the parent site.
    It works ok but the result I am getting is the first line inside the document, so all I get a 10 identical results.
    team meeting
    team meeting
    team meeting
    How can I get the actual document name?
    Thank you
    Pierre
    pgg02

    Hello Sekar,
    I think I figured out the problem but still is strange.  Am trying things but SharePoint Online is extremely slow.
    When I created the library list, I only created 2 columns, one called "Name" the other "Tower", other columns got in like  automatically and are created by:, modified by, modified date.
    I went to edit one of the documents, and that's when I saw a field called "title" which does not appear See below:
    Columns
    A column stores information about each document in the document library. The following columns are currently available in this document library:
    Column (click to edit)
    Type
    Required
    Title
    Single line of text
    Tower
    Choice
    Created
    Date and Time
    Modified
    Date and Time
    Created By
    Person or Group
    Modified By
    Person or Group
    Checked Out To   
    Person or Group
    but in the column ordering screen see
    Field Order    
    Choose the order of the fields by selecting a number for each field under "Position from Top".
    Field Name  
    Position from Top   
    <input name="numSelects" type="hidden" value="3" />
    Name
    <select name="FormPosition0" title="Name: Position from Top"><option selected="selected" value="FileLeafRef">1</option>   <option value="FileLeafRef">2</option>   <option value="FileLeafRef">3</option>         
    </select>
    Title
    <select name="FormPosition1" title="Title: Position from Top"><option value="Title">1</option>   <option selected="selected" value="Title">2</option>   <option value="Title">3</option>         
    </select>
    Tower
    <select name="FormPosition2" title="Tower: Position from Top"><option value="Tower">1</option>   <option value="Tower">2</option>   <option selected="selected" value="Tower">3</option>         
    </select>
     A field called "Name" mysteriously appeared.
    The text in the "Name" fields was the same for all items so that explains why I was getting 10 times the same result.
    I went back to my list and copied the unique file name (library of word documents) into the "Name" field. But now when I am finally able to try the query I get the same results as before.?!
    here is the KQL
    path:"https://proposalforcondo.sharepoint.com"  (FileExtension:doc OR FileExtension:docx OR FileExtension:xls OR FileExtension:xlsx OR FileExtension:ppt OR FileExtension:pptx OR FileExtension:pdf) (IsDocument:"True"
    OR contentclass:"STS_ListItem")
    The result I get is:
    RelevantResults                       
                    (8)           
                        Home.aspx               
                            proposalforcondo.sharepoint.com/Home.aspx.docx                   
                        CARLETON CONDOMINIUM CORPORATION NO. 12               
                            proposalforcondo.sharepoint.com/C12_MINUTES_Oct 28...                   
                        CARLETON CONDOMINIUM CORPORATION NO. 12               
                            proposalforcondo.sharepoint.com/C12_MINUTES_July4_...                   
                        CARLETON CONDOMINIUM CORPORATION NO. 12               
                            proposalforcondo.sharepoint.com/C12_MINUTES_Septem...                   
                        CARLETON CONDOMINIUM CORPORATION NO. 12               
                            proposalforcondo.sharepoint.com/C12_MINUTES_July31...                   
                        CARLETON CONDOMINIUM CORPORATION NO. 12               
                            proposalforcondo.sharepoint.com/C12_MINUTES_June17...                   
                        CARLETON CONDOMINIUM CORPORATION NO. 12               
                            proposalforcondo.sharepoint.com/C12 - MINS_June 25...                   
                        CARLETON CONDOMINIUM CORPORATION NO. 12               
                            proposalforcondo.sharepoint.com/C12 - MINS_June11_...
    Any suggestion?
    Thanks again
    Pierre
    pgg02

  • File Adapter: File name when using event

    I'm using the Bea file adapter 7.0 to retrieve ascii files from the file system
    and this triggers a business process in WLI. Is there any way that you can get
    the name of the file when doing this? And is there a way to dynamically name a
    file when you write it to the file system using the file adapter?

    Dear Prakasu,
    In reply to your help
    "Select the Time out tag.
    Fill the require time limit.Like if you want to process a file with in 10 min then maintain 10 min.
    If the file is not transfered with in 10 min then adapter consider an error and through the error.Use alert for adapter errors and send the alert."
    I didn't find Time Out in sender Adapter,Time Out Flag is visible in OS CMDS..
    Can you explain me in more details..
    Thanks
    Prabhakar

  • How do I retain the original file name when using Compressor?

    Hello,
    I am in the process of doing a batch export and would like to keep everything identical to the source material, including the name. There is quite a bit of footage so deleting the "-Apple ProRes 422 for Progressive material" addition can be time consuming.
    Any suggestions?
    I found this thread:
    http://discussions.info.apple.com/thread.jspa?threadID=2369070
    but even though I read it more than 10 times I could not set a "custom" path in my destination options.
    I only have the following options available from the pulldown:
    -Cluster Storage
    -Desktop
    -Source
    -Users movie folder
    Any help is greatly appreciated.
    Message was edited by: Ricardo Javier

    As was mentioned in the thread you linked to, the easiest way is to create a custom Destination. Here are some step-by-step instructions:
    1. Click the Destinations tab.
    2. Click the plus sign in the upper right and choose "Local..."
    http://dl.dropbox.com/u/19589/Compressor%20Custom%20Destination.png
    3. Navigate to or create your destination folder. Click "Open" to select the destination.
    At this point, you've created a new custom destination. To select it, click the disclosure triangle next to the "Custom" folder. This is where all of your custom destinations are located.
    4. Select the custom destination you want to use for your batch.
    5. In the inspector, you'll see a box where you can change the "Output Filename Template". By default, it'll just have "Source File Name". If that's all you want, then press return.
    http://dl.dropbox.com/u/19589/Compressor%20Destination%20Inspector.png
    Now, when you go back to your batch window and apply this custom destination to your job settings, Compressor will apply the Output Filename Template to your filenames. Basically, it will get rid of the setting name (as long as you only have "Source File Name" in the Filename Template.
    Hope this helps.

  • Change file name when using subversion

    Using CS6 / Windows 8.1.
    In our setup all files are checked into Subversion. This seems to cause problems when renaming files. I rename files from within Dreamweaver. All links on other pages get updated, but the file name doesn't change. This is not an issue if file hasn't been checked in yet, or for sites not using Subversion. Is this a bug? Is there a workaround?

    I see this was a problem in CS5. Is it still not fixed in CS6?
    Can't rename file under Subversion control.

  • Appending a _ in front of the jsp class name when using weblogic.jspc

     

    http://e-docs.bea.com/wls/docs60/jsp/reference.html
              java weblogic.jspc -d /weblogic/classes -keepgenerated primero.jsp
              "rb" <[email protected]> wrote in message
              news:[email protected]...
              >
              > hi,
              >
              > i do
              >
              > java weblogic.jspc -d /weblogic/classes primero.jsp
              >
              > and it only is generated a _primero.class and do not appear
              > the .java ?
              >
              > what i do bad ?
              >
              > thanks for advance
              >
              >
              > Rodrigo Fonseca da Fonseca <[email protected]> wrote:
              > >Hi,
              > >
              > >I'm using weblogic.jspc to compile some jsp fiels. The compilation is
              > >complete and successfully, but the names of generated files .java and
              > >..class are strange.
              >
              >
              >
              > >
              > >For example, compiling a file named change_login_data.jsp, the resulting
              > >files are change95_login_95_data.java and
              > >change95_login_95_data.class. Compiling a file named buy.jsp, the
              > >resulting files are buy.java and buy.class (fine situation). Why???
              > >
              > >I'm using:
              > >
              > >java weblogic.jspc -d c:\jsp_result -classpath
              > >
              >
              >c:\weblogic\myserver\serverclasses;c:\weblogic\lib\weblogicaux.jar;c:\weblo
              gic\classes
              > >-compiler jikes.exe -J-verbose -keepgenerated -verbose
              > >change_login_data.jsp
              > >
              > >
              > >thanks
              > >Rodrigo
              > >
              > >
              > >
              > >Mark Spotswood wrote:
              > >>
              > >> The namespace for java class files is more restrictive
              > >> than for JSP files. We prepend these underscores so
              > >> that if, for example, someone names their JSP "1.jsp",
              > >> we get a class file with a legal name. We did consider
              > >> not doing this for files which started with characters
              > >> we kenw to be valid (in fact we may have put it in a
              > >> service pack), but later found that this was not sufficient
              > >> because its possible to name a jsp file something that
              > >> clashes with java keywords ("class.jsp" for example).
              > >> Rather than making the scheme even more complex,
              > >> we decided to go back to the original sheme of always
              > >> prepending the underscore.
              > >> --
              > >> mark
              > >>
              > >> Mika Moilanen wrote:
              > >>
              > >> > >>>>> "Shankar" == Shankar Roy <[email protected]> writes:
              > >> >
              > >> > Shankar> Problem seems to go away with weblogic510sp4.jar in
              compilation
              > >classpath.
              > >> > Shankar> Shankar.
              > >> >
              > >> > Shankar> Shankar Roy wrote:
              > >> >
              > >> > >> Hi,
              > >> > >> Can anyone tell why when I invoke weblogic.jspc the class file
              that
              > >is
              > >> > >> generated has a _ in front of the class name
              > >> > >>
              > >> > >> java -classpath
              > >> > >>
              >
              >/space/shankar/weblogic/lib/weblogicaux.jar:/space/shankar/weblogic/classes
              /boot:/space/shankar/weblogic/classes:/space/shankar/dev/dev/lib/activation.
              jar:/space/shankar/dev/dev/lib/classes12.zip:/space/shankar/dev/dev/lib/mail
              .jar:/space/shankar/dev/dev/lib/oroinc.jar:/usr/java/lib/classes.zip
              > >> > >> weblogic.jspc -package com.careassured.jsp -commentary login.jsp
              > >> > >>
              > >> > >> produces a class file by the name _login.class
              > >> > >>
              > >> > >> Thanks for any help pointers.
              > >> > >> Shankar.
              > >> >
              > >> > Not with WLS5.1 and weblogic510sp6.jar, we still get '_' prefixed
              > >> > classes...
              > >> >
              > >> > Actually we're suffering quite a lot because of this bug in
              > >> > weblogic.jspc. Are there any plans for fix?
              > >> >
              > >> > --
              > >> > Best Regards,
              > >> > Mika
              > >> > ----------------------------------------------------------
              > >> > [email protected] phone: +358-0-511-23587
              > >> > Nokia Networks, PO box 320, FIN-00045 NOKIA GROUP, Finland
              > >> > ----------------------------------------------------------
              >
              

  • Change excel sheet name when using spool

    Hi, all! I encounter a problem when I was trying to spool a sql to excel using sqlplus.
    That is the sheet name is as same as the file name, but the requirement of client is the sheet name is "specific" and not as same as file name, could you please help if there is any solution for this.
    thanks a lot for your help.

    hi
    when you create XLS file manually in the command line, can you set the sheet's name?
    - no
    unless you use some "Basic's" commands to manipulate the file later within your batch file, I think there's no way (excel.exe file provides no options in the command line).

  • Assigning a name when using LVM Format

    Hi
    I am currently developing an application, which reads 9 Traces from an Agilent Spectrum Analyzer.
    I am using the TDM File Format for a machine-readable format and the LVM Format (Write to Measurement File Express VI) for a human readable output  possibility. Now when I view the LVM format, I can find the lines:
    ---snip---
    X0    0.0000000000000000E+0    0.0000000000000000E+0    0.0000000000000000E+0    0.0000000000000000E+0    0.0000000000000000E+0    0.0000000000000000E+0    0.0000000000000000E+0    0.0000000000000000E+0    0.0000000000000000E+0   
    Delta_X    2.493766E+7    2.493766E+7    2.493766E+7    2.493766E+7    2.493766E+7    2.493766E+7    2.493766E+7    2.493766E+7    2.493766E+7   
    ***End_of_Header***                                       
    X_Value    Untitled    Untitled 1    Untitled 2    Untitled 3    Untitled 4    Untitled 5    Untitled 6    Untitled 7    Untitled 8    Comment
    0.000000    -65.739000    -14.069000    -72.392000    -65.183000    -14.069000    -72.392000    -64.011000    -14.069000    -72.392000
    2.493766E+7    -64.526000    -57.759000    -75.090000    -68.186000    -57.759000    -75.090000    -65.462000    -57.759000    -75.090000
    ---snip---
    Now I would like to give the traces a name, instead of them being called Untitled. How would I do that?

    Hi Thomas
    You can use Set Waveform Attribute where you can set Name string equal to NI_ChannelName which in turn is recognised by the Convert to DDT function.
    Like this
    David
    Message Edited by David Crawford on 09-07-2006 10:07 AM
    Attachments:
    Setting LVM Signal Names.jpg ‏20 KB

  • HELP: Duplicate name when using in GROUP BY

    I have three table and Select and insert statments as follows.. my problem is when I add the bolded lines, I get duplicate Estimator name
    and id, I tried DISTINCT but didn't work.. can you look at it?
    It is when I add the GROUP BY , and I can't go without that as it complains.. What are my choices?
    thanks,
    SELECT ESTIMATOR_NAME, estimator_id , TRUNC(AVG( result1 ),1) avg_new
    , TRUNC(AVG( result2 ),1) avg_notified , result1 + result 2
    FROM ( SELECT e.ESTIMATOR_NAME, e.estimator_id,
    j.request_id
    ,MAX( DECODE(s.request_wflow_status,'New'
    ,NVL(end_date,SYSDATE)-start_date,NULL) ) result1
    ,MAX( DECODE(s.request_wflow_status,'Estimator
    Notified'
    ,NVL(end_date,SYSDATE)-start_date,NULL) ) result2
    FROM pm_estimators e, cc_requests j,
    cc_request_status s
    WHERE e.Estimator_id = j.Estimator_id AND
    j.request_id = s.request_id
    GROUP BY e.ESTIMATOR_NAME, e.estimator_id,
    j.request_id)
    GROUP BY ESTIMATOR_NAME, estimator_id, result1 +
    result 2
    Thank you,
    My tables look like these...
    CREATE table cc_request_status ( request_id number,
    request_wflow_status varchar2(30), start_date Date,
    End_date Date )
    CREATE table pm_estimators ( Estimator_id number,
    Estimator_name varchar2(100) )
    CREATE table cc_requests (request_id number,
    Estimator_id number)
    insert into cc_request_status (request_id,
    request_wflow_status, Start_date, End_date) values
    (11,'New','03-Mar-07','09-Mar-07)
    insert into cc_request_status request_id,
    request_wflow_status, Start_date , End_date ) values
    (11,'Estimator Notified','09-Mar-07','23-Mar-07)
    insert into cc_request_status (request_id ,
    request_wflow_status, Start_date, End_date) values
    (12,'New','02-May-07','12-May-07)
    insert into cc_request_status (request_id ,
    request_wflow_status , Start_date , End_date ) values
    (12,'Estimator Notified','12-May-07','21-May-07)
    insert into cc_request_status ( request_id ,
    request_wflow_status, Start_date ) values (
    13,'New','02-May-07' )
    insert into cc_request_status (request_id ,
    request_wflow_status , Start_date , End_date ) values
    (14,'New','01-May-07','26-May-07)
    insert into cc_request_status (request_id ,
    request_wflow_status , Start_date ) values
    (14,'Estimator Notified','26-May-07')
    insert into pm_estimators(Estimator_id,Estimator_name) values (3, 'JC Construction')
    insert into pm_estimators(Estimator_id,Estimator_name) values (4, 'ABC Construction')
    insert into pm_estimators(Estimator_id,Estimator_name) values (5, 'LM Decking')
    insert into cc_requests (request_id, Estimator_id) values (100,3)
    insert into cc_requests (request_id, Estimator_id) values (200,3)
    insert into cc_requests (request_id, Estimator_id) values (300,3)
    insert into cc_requests (request_id, Estimator_id) values (400,2)
    insert into cc_requests (request_id, Estimator_id) values (125,2)
    insert into cc_requests (request_id, Estimator_id) values (224,2)
    insert into cc_requests (request_id, Estimator_id) values (344,3)
    insert into cc_requests (request_id, Estimator_id) values (299,3)

    try this
    write a query which has result+1result2 (with alias) in the select clause and in the outer query use the alias name in group by clause
    hope this helps
    /rms

  • File names when using "Save Image As..."

    I am using Safari for Windows to read Gmail. When I open an image and want to save it, I right-click on "Save Image As..." Instead of displaying the images file name in "File name:" it always says "mail" requiring me to re-type the file name for every photo I save. It also saves every file as "All Files" instead of as a jpg image which my photo viewer does not recognize as even being there.
    Any help would be appreciated.

    As an addendum, the 10.6.8 OS has also been sluggish when I log in or out of my computer (my old PowerBook G4 boots faster after being off).  Otherwise, everything else seems normal.

  • Incorrect name when using my icloud email

    I have an icloud email, when I email people it spells my name wrong.
    I have checked with my apple ID and my name is spelt correctly.

    To change your sender name on an iOS device, go to Settings>Mail,Contacts,Calendars...tap iCloud under Accounts, tap your iCloud account at the top of the next screen, tap Mail at the bottom of the next screen, then enter the name you want to use in the Name field at the top.

  • Can you refer to the original host name when using a challenge redirect?

    I have an authentication scheme that uses a challenge redirect to cause authentication to happen using https instead of http. However, this seems to break some of our monitoring scripts because now the credential challenge is coming from a different host name. Is it possible to refer to the original host name with some type of variable in the challenge redirect parameter? Below is an example:
    1. User accesses secured URL at http://appstenv2.company.com/testurl
    2. This webserver is hosting several aliases (appstenv2.company.com, appstenv4.company.com, appstenv6.company.com) and has a main name of appsdev.company.com - but is a single apache webserver where there is an application server plugin installed which will route to the desired application server environment based on the original hostname. So if a user accesses it with a name of appstenv2.company.com/testurl they will be routed to the "test 2" environment application server. If they access it as appstenv6.company.com, they would be routed to the "test 6" environment application server.
    3. This webserver listens on both http and https.
    4. The current challenge redirect can only redirect to a specific URL so it is set to "https://appsdev.company.com" which works fine interactively but the recorded monitoring scripts suddenly see a new hostname doing the prompting for credentials even though it is the same webserver - just a different alias.
    5. If possible, I would want to do the redirect in a relative fashion rather than absolute by using the original hostname from the URL being accessed. So, if the user was accessing http://appstenv2.company.com/testurl, I would like to redirect to https://appstenv2.company.com for the basic authentication. but with the same authentication scheme, if the user accesses http://appstenv6.company.com/testurl, I would want the challenge redirect to go to https://appstenv6.company.com. I'm hoping it's possible to use some system variable like SERVER_NAME to do this.
    Challenge Redirect: https://$SERVER_NAME
    Does anyone know if that is available in OAM 10.1.4.3 or some other way to accomplish the same thing with a single authentication scheme?

    No, there are not multiple policies - the host names for all aliases on that single webserver are together in a single host identifier. And I realize I can only have a single challenge redirect, I just want to use a variable to redirect to the host name that was accessed as opposed to a static name.

Maybe you are looking for

  • Problems saving open files

    I've recently been having troubles saving an open PDF file. I'm getting the error message: "The document could not be saved. The file may be read-only, or another user may have it opened. Please save the document with a different name or in a differe

  • Free Items with other costs !!

    Hi Can any one give me an idea to deal with the scenario of free PO if we have to pay octroi / freight / insurance etc Thank You

  • Auto Deployment versus Hot Deployment

    Hi, Can anyone one please tell me what the real difference is between auto deployment versus hot deployment in WLS 8.1 SP4 as I am confused after reading the documentation. Can they both be individually enabled or disabled? Can I just disable Auto de

  • Unable to view .XLSX doc

    Hi, I have a user that is unable to open xlsx file. Our environment is Office 2007, Win 7, Server '08. Everyone else can access the file except for her. We have verified that she belongs to the correct member groups in AD. And it doesn't matter what

  • Smart Collections

    I installed version 4 upgrade.  The colletion name is visable and the film strip is there but no actual photos.   Help. Herb Cover