Essbase Error(1042017)

Hi,
I get this error when i run this business rule.
Detail:Cannot calculate. Essbase Error(1042017): Network error: The client or server timed out waiting to receive data using TCP/IP.  Check network connections.  Increase the NetRetryCount and/or NetDelay values in the ESSBASE.CFG file. Update this file on both client and server.  Restart the client and try again.
The rule is
FIX(Inbound,Outbound,@ATTRIBUTE(Transaction_Based),@ATTRIBUTE(Transaction_Based_Queue),@ATTRIBUTE(Transaction_Slab_Based),@ATTRIBUTE(Transaction_Slab_Based_Queue))
"Shrinkage Considered in Staffed hours(%)" = @ROUND(((Queue_All->ST_All->@UDA(Entity,@ATTRIBUTESVAL(@NAME(@CURRMBR(location))))->@UDA(Location,@ATTRIBUTESVAL(@NAME(@CURRMBR(location))))->"Holidays in a year") /(Queue_All->ST_All->@UDA(Entity,@ATTRIBUTESVAL(@NAME(@CURRMBR(location))))->@UDA(Location,@ATTRIBUTESVAL(@NAME(@CURRMBR(location))))->"Total working days in a year"))*100,2);
ENDFIX
I am sure
*@UDA(Location,@ATTRIBUTESVAL(@NAME(@CURRMBR(location))))* is causing the error. Am i doing something conceptually wrong here?
Regards,
Ragav.
Edited by: ragavhere on May 27, 2010 11:32 AM
Edited by: ragavhere on May 27, 2010 11:33 AM

Hi Ragahv,
this error comes,
1) If you rule take more time and the default time out time set in the configuration file
2) or its stuck up in some never ending calculation
so you have two options to eliminate this error:
1) incease the default time out time
2) reduce the running time of you businesss rule (if you can :) )
as far as ur staement is concerned
@UDA(Location,@ATTRIBUTESVAL(@NAME(@CURRMBR(location))))
@UDA(Dimname,UDANAME)
as per ur statement is @ATTRIBUTESVAL(@NAME(@CURRMBR(location))) yeilds the uda name?
is location dimension have the values which have the same name as the uda?
coz @ATTRIBUTESVAL(From a text attribute dimension)
Return the value of the level 0 attribute member that is associated with the base member being calculated.
Cheers...!!!

Similar Messages

  • Problem with Business rule-Essbase Error(1042017):

    Hi,
    I am getting the following error when i run this business rule specifically.
    Detail:Cannot calculate. Essbase Error(1042017): Network error: The client or server timed out waiting to receive data using TCP/IP.  Check network connections.  Increase the NetRetryCount and/or NetDelay values in the ESSBASE.CFG file. Update this file on both client and server.  Restart the client and try again.
    I dont get this error with any other rule. I have checked the solution provided in this link
    _[http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_error/erhelp.htm#ercalc.htm]_. But this solution wont help because i dont get this error in any other rule.
    The rule i run is
    "Depreciation Value" = "Cumulative.Asset value"/ ("Assumptions_Programs"->Jul->@UDA(Entity,@NAME(@CURRMBR(Location)))->@UDA(Location,@NAME(@CURRMBR(Location)))->"Assets life in months");
    The functions in the above rule will get replaced as below
    "Depreciation Value" = "Cumulative.Asset value"/ "Assumptions_Programs"->Jul->IND_Assumptions->LOC_IND->"Assets life in months";
    If i hardcode and run, i dont get this error. Please help.
    Regards,
    Ragav.

    The reason it works when you hard code it and why it doesn't when use UDA is simply that you should never have a multiple answers in a cross dimensional. @UDA function returns multiple answers. Even if for your case it only brings back one I believe it is tripping up the calculation. Worse if you are actually bring back multiple answers for @UDA that is definitely not going to work.
    I would have to understand all your fixes above the calcultion to recommend you the best possible solution. But at least you understand why you are getting the error and what you have to fix

  • Essbase Error (1042017): Network Error in Smart View

    I try to do Ad hoc ahalysis in Smart View via Essbase provider and get Essbase Error (1042017): Network Error: The client or server timed out waiting to receive data using TCP/IP. Check network connections. Increase the olap.server.netConnectRetry and/or olap.server.netDelay values in the essbase.properties.
    I've tried to increase this values in essbase.properties file in C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\aps\bin directory and in Essbase Administration Services console but it has no effect. This behaviour occur only for one application. Early I has no problem with this.
    How this can be fixed?

    Please follow the steps below:
    1) Add the following parameters to the mod_wl_ohs.conf for APS within the aps location match section:
    WLIOTimeoutSecs 1800
    Idempotent OFF
    For Example:
    <LocationMatch ^/aps/>
    SetHandler weblogic-handler
    WeblogicCluster vm0asazon1112:13080
    WLIOTimeoutSecs 1800
    Idempotent OFF
    </LocationMatch>
    Note: mod_wl_ohs.conf file is located in <drive>:\<Oracle_EPM_Home>\Middleware\user_projects\epmsystem1\httpConfig\ohs\config\OHS\ohs_component directory.
    Make a back up copy of the mod_wl_ohs.conf file before editing.
    2) Save the mod_wl_ohs.conf
    3) Restart Reporting and Analysis Framework - Web Application
    4) Restart Oracle Process Manager (ohsInstancexxxxxxxxxx)
    For more details on the Weblogic Plug-ins parameters, please refer to this link: http://download.oracle.com/docs/cd/E13222_01/wls/docs92/pdf/plugins.pdf
    Hope this helps.
    HTH-
    Jasmine.

  • Eroor while launching businessr rule - (Essbase Error(1042017))

    Hi,
    I get this error message while try to launch my BR,which is due to the usage of too many functions in the ELSEIF part.
    Error:
    Detail:Cannot calculate. Essbase Error(1042017): Network error: The client or server timed out waiting to receive data using TCP/IP. Check network connections. Increase the NetRetryCount and/or NetDelay values in the ESSBASE.CFG file. Update this file on both client and server. Restart the client and try again.
    BR:
    FIX("Existing")
    FTE(
    IF("Scenario" == "Budget" AND ((FTE<>0) OR (FTE<>#MISSING)))
    "FTE"=FTE->&Bud_Start_Mth;
    "TBH"->&Bud_Start_Mth = "Headcount"->&Bud_Start_Mth - "Existing"->&Bud_Start_Mth;
    "TBH" = "Headcount" - "Existing";
    ELSEIF(@ISMBR(@LIST(@REMOVE(@LDESCENDANTS(@LIST(@REMOVE(@ISIBLINGS(@PARENT(&LE_Month)),(@LSIBLINGS(@PARENT(&LE_Month)))))),@LSIBLINGS(&LE_Month)))) AND ((FTE<>0) OR (FTE<>#MISSING)))
    "FTE"=FTE->&LE_Month;
    "TBH"->&LE_Month = "Headcount"->&LE_Month - "Existing"->&LE_Month;
    "TBH" = "Headcount" - "Existing";
    ENDIF;)
    ENDFIX
    ELSEIF(@ISMBR(@LIST(@REMOVE(@LDESCENDANTS(@LIST(@REMOVE(@ISIBLINGS(@PARENT(&LE_Month)),(@LSIBLINGS(@PARENT(&LE_Month)))))),@LSIBLINGS(&LE_Month)))) AND ((FTE<>0) OR (FTE<>#MISSING)))
    +"FTE"=FTE->&LE_Month;+
    +"TBH"->&LE_Month = "Headcount"->&LE_Month - "Existing"->&LE_Month;+
    +"TBH" = "Headcount" - "Existing";+
    Here i try to calculate FTE for the subsquent months based on my &LE_Month.
    For Eg: I have,
    Q2 oct,nov,dec
    Q3 jan,feb,mar
    Q4 apr,may,jun
    And my &LE_Month as say, "feb"
    based on the above elseif,i wanna calculate FTE only for the months right to "feb"(&LE_Month)i.e.for mar,apr,may and jun
    Is there any other suggestions to work it out..?
    Any help is appreciable..
    Regards,
    Rev

    Hi,
    Why you want to complicate the BR?
    you can simply use @ismbr(&LE_Month:JUN) or whatever based on your months ordered in the dimension.
    - Krish

  • Essbase Errors in the log and applications crashing - 11.1.2.0 and 11.1.2.1

    We recently started installing a new DEV, CERT and Prod environment. We installed 11.1.2.0 in Dev and then 11.1.2.1 in Cert and Prod. In all three environments we are getting error messages in our essbase logs...“Essbase Error 1042017 - Increase the NetRetryCount and/or NetDelay” We have done all the usual changes to the config file by changing the netretrycount and netdelay settings, however the problem still persists. We are only working with developed applications in Dev, and there it causes those applications to stop. In Cert and Prod, only the sample apps are loaded, but again we get these errors in our logs. Since it spans multiple environments it seems that this is some thing with our environment, but not sure what that would be. Any thoughts?

    Questions regarding version compabilities come up quite often, yet the answer is still the same: have a look at the certification matrix http://www.oracle.com/technetwork/developer-tools/forms/oracle-forms-11gr2certmatrix-519680.xls
    for installation instructions on your chosen platform have a look at the installation manual: http://docs.oracle.com/cd/E24269_01/doc.11120/e23960/toc.htm
    What do you plan to do with SOA suite? This isn't needed for forms&reports.
    cheers

  • Analytic Server Error(1042017): Network error:

    I keep getting this error when building dimensions in essbase 9.3.1. It happens every other run of the same package. If I run the same package again it works..
    ****Analytic Server Error(1042017): Network error:*****
    Has anyone else run into this? If so, what is the best approach to fix it.
    I have already changed the netdelay and netretry settings in server config for essbase.
    I have also tried putting the client essbase.cfg file with these settings where ODI will use it, I can't figure out where to put it so ODI essbase driver will use it.
    Thanks for your help,
    Rami.

    Hi,
    It could actually be a network error or it could be down to a limitation with windows where it can't handle the amount of connections are being opened to essbase.
    To get around this some registry setting changes are required
    1. Open the Registry
    2. Navigate to Local Machine\System\CurrentControlSet\Services\TCPIP\Parameters
    3. Add new DWORD Value named TcpTimedWaitDelay, right click and select Modify. Select decimal radio button, type in 30.
    (The default value of this parameter is 2 minutes.
    This is how long it will take for a TCP/IP port that was used by the network for a connection to be released and made available again.
    30 sec is the minimum allowed by Microsoft)
    4. Add new DWORD Value named MaxUserPort, right click and select Modify. Select decimal radio button, type in 65534.
    ( The default value is 5000. This determines the highest port number TCP can assign when an application requests an available user port from the system.
    5. Add new DWORD Value named MaxFreeTcbs, right click and select Modify. Select decimal radio button, type in 6250.
    (The default value is 2000. This determines the number of TCP control blocks (TCBs) the system creates to support active connections.
    Because each connection requires a control block, this value determines how many active connections TCP can support simultaneously.
    If all control blocks are
    6. Apply to essbase machine and machine using the API to connect to essbase, reboot machine after changes.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Essbase Error:Set is too large to be processed. Set size exceeds 2^64 tuple

    Hi,
    we are using obiee 11.1.1.6 version with essbase 9.3.3 as a data source . when I try to run a report in obiee, I am getting the below error :
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 96002] Essbase Error: Internal error: Set is too large to be processed. Set size exceeds 2^64 tuples (HY000)
    but if I run the same query in excel add in, I am just getting 20 records . wondering why I am getting this error in obiee . Does any one encountered the same issue ?
    Thanks In advance,

    Well if you want to export in I think you have to manually do it.
    The workaround it to open your aperture library by right clicking it and show contents...
    Then go into your project right click show contents...
    In here there are sub folders on dates that the pictures were added to those projects. If you open the sub folder and search for your pictures name it should be in that main folder.
    You can just copy it out as you would any normal file to any other location.
    Voila you have manually exported out your file.
    There is a very similar post that has been close but again you can't export the original file that you are working on - FYI http://discussions.apple.com/thread.jspa?threadID=2075419

  • Essbase error:You do not have sufficient access to perform a lock on this..

    Hi all,
    I tried to retrieve the members in the spreadsheet addin client and I am getting the error as follows:
    Essbase error: You do not have sufficient access to perform a lock on this database.
    But Iam trying to do only a retrieve operation. Essbase version is 9.3.0.1.02 and OS is windows XP.
    Also under Essbase->options->Mode tab, the check box update mode was unchecked.
    I was able to do the operation before without any error and suddenly Iam facing this issue.
    Can anyone help me on the above
    Thanks in advance,
    Raja

    Hi Raja,
    Check this out../
    Weird problem regarding Essbase Excel plug in
    It might help
    Regards
    Amarnath

  • Export in Query Ready Mode get Essbase Error 1020047

    Through Workspace when in a Financial Reporting Report, when we click on Export in Query Ready Mode, we get the following error in Excel and then Excel closes. 'Essbase Error (1020047): A column item [%] conflicts with a row item[%].'
    Any ideas?
    We are using 11.1.2
    Thanks.

    This is bug and fixed in 11.1.2.1.102 Smart View

  • Substitution varialbe does not exist Essbase error 1051083

    Gurus,
    I have a query about this error.
    Essbase Error 1051083 - Substitution variable APP.DATABASE.YMNTH does not exist
    This substitution variable is is created in global level - for ALL APPS/ALL DBS.
    When users try to pull off reports in planning using this database, we get the error message mentioned above.
    What could be reason we get this error even though we have the member available in the cube.
    I know the substitution variable is defined without any issue, it has the name and value as well and we have those members in the dimensions. I believe, the report freezes during such report retrieval, so I think the freezing has to do with this as well.
    Any advise?
    Thanks

    Which version?
    Is that error populated in Essbase logs?
    Error "1051083 Substitution variable <<app.db.substitutionvariablename>> is not found" [ID 1259386.1]
    By default Planning looks at specific app/db level variable, then at app level and then at global level. (Just checked that in 11.1.2.2.303 Planning and didn't see any issues)
    Regards
    Celvin
    http://www.orahyplabs.com

  • Hyperion analyzer essbase error

    Hello alll,
    I am trying to connect to essbase database (7.1.x) using analyzer, for some reason I am getting an exception
    1033 Native 2001 Essbase error, nested exception is com.hyperion.ap.exception (1033) Native 2001 Essbase error.
    Can any one face this kind of issue.
    Thank you for your time!!!

    I got the answer , it is looking for runtime client dll, for some reason dll was corrupted, reinstallling Run time client fixed this issue.
    Thank you everyone!!

  • Essbase Error(1021001) Failed to Establish Connection With SQL Database...?

    Hi there!
    I am very new in Essbase and I am receiving the error message quoted below while trying to load data in a Cube. Weird thing is that we have checked all connections already and they are working correctly, however this process is still failing.
    If someone can give us an idea to troubleshoot it, that would be really appreciated.
    Thanks very much in advance for any help and regards!
    MAXL> deploy data from model 'Production_GL_Cube_SchemaModel' in cube schema '\Production_GL\Cube_Schemas\Production_GL_Cube_Schema' login AdminUserAccount identified by MyPassword on host 'ServerName.MyCompany.com' to application 'ORA_HFM' database 'GL' overwrite values using connection 'ServerName' keep all errors on error ignore dataload write 'E:\Logs\DataLoad_Error_2013.04.19.16.23.00.txt';
    BPM Connect Status: Success
    Failed to deploy Essbase cube. Caused by: Failed to load data into database: GL. Caused by: Cannot get async process
    state. Essbase Error(1021001): Failed to Establish Connection With SQL Database Server. See log for more information
    BPM maxl deployment ...failure.

    Hi Celvin,
    Thanks for your reply and my apologies for not coming back before on this issue.
    For the benefit of other readers, after hours struggling with the issue, we focused our attention in the following portion of the ORA_HFM.log file:
    [Sat Apr 20 11:48:34 2013]Local/ORA_HFM/GL/Service_Acct@Native Directory/54996/Info(1013157)
    Received Command [Import] from user [Service_Acct@Native Directory] using [GL.rul] with data file [SQL]
    [Sat Apr 20 11:48:34 2013]Local/ORA_HFM/GL/Service_Acct@Native Directory/8964/Info(1021041)
    Connection String is [DRIVER={DataDirect 6.1 Oracle Wire Protocol};Host=MyEssbaseServer01.MyCompany.com;Port=1521;SID=PRODUCTION;UID=...;PWD=...;ArraySize=1000000;]
    [Sat Apr 20 11:48:34 2013]Local/ORA_HFM/GL/Service_Acct@Native Directory/8964/Info(1021006)
    SELECT Statement [SELECT cp_127."ACCT" AS "Accounts_CHILD",
             cp_127."PERIOD_MEMBER" AS "Period_CHILD",
             cp_127."PERIOD_YEAR" AS "Years_CHILD",
             'INPUT'  AS "View_CHILD",
             cp_127."ENTITY"  AS "Entity_CHILD",
             cp_127."PRODUCT_LINE" AS "Custom1_Product_CHILD",
             cp_127."Function" AS "Custom4_Function_CHILD",
             cp_127."B_U" AS "Business_Unit_ORACLEBUSINESS",
             cp_127."ORACLEFUNCTION" AS "Oracle_Function_CHILD",
             cp_127."LEGALENTITY" AS "Oracle_Entity_CHILD",
             'P' || cp_127."PRODUCTLINE" AS "Oracle_Product_CHILD",
             'A'[Sat Apr 20 11:48:34 2013]Local/ORA_HFM/GL/Service_Acct@Native Directory/8964/Info(1021043)
    Connection has been established
    [Sat Apr 20 11:48:34 2013]Local/ORA_HFM/GL/Service_Acct@Native Directory/8964/Info(1021044)
    Starting to execute query
    [Sat Apr 20 11:48:34 2013]Local/ORA_HFM/GL/Service_Acct@Native Directory/8964/Info(1021013)
    ODBC Layer Error: [S1000] ==> [[DataDirect][ODBC Oracle Wire Protocol driver][Oracle]ORA-04063: view "REP_ESSBASE.VW_GL_BALANCES" has errors]
    [Sat Apr 20 11:48:34 2013]Local/ORA_HFM/GL/Service_Acct@Native Directory/8964/Info(1021014)
    ODBC Layer Error: Native Error code [4063]
    [Sat Apr 20 11:48:34 2013]Local/ORA_HFM/GL/Service_Acct@Native Directory/8964/Error(1021001)
    Failed to Establish Connection With SQL Database Server. See log for more information
    [Sat Apr 20 11:48:34 2013]Local/ORA_HFM/GL/Service_Acct@Native Directory/8964/Error(1003050)
    Data Load Transaction Aborted With Error [1021001]
    Then we concentrated in the following error message: *ODBC Layer Error: [S1000] ==> [[DataDirect][ODBC Oracle Wire Protocol driver][Oracle]ORA-04063: view "REP_ESSBASE.VW_GL_BALANCES" has errors]*
    So, we checked the database and noticed the schema and their views were damaged and -due to this- they lost all their properties (like data types, for example). So, we had to recompile all of them in order to avoid any loss of data. This was done in TOAD, as per the following info: https://support.quest.com/SolutionDetail.aspx?id=SOL66821
    Finally, once all the views on this schema were rebuilt and fixed, we were able to deploy the Cube again.
    Hope this help in the future. Cheers!!

  • MaxL Command    :    ERROR - 1241101 - Unexpected Essbase error 1007083

    Hi,
    I have created outline here I have created one dimension i.e. Account
    and also created Rule file as per databse outline. It is valid
    successfully.
    Now I have to load dimension by using MaxL command.
    I have created Account.csv
    within that I have take :
    Account->xyz
    xyz->abc members.
    I am loading dimension by using following statement:
    import database PLAN.PLANDB dimensions from data_file 'D:\Practice\Account
    .csv' using rules_file 'C:\Oracle\Middleware\user_projects\epmsystem1\EssbaseSer
    ver\essbaseserver1\app\PLAN\PLANDB\plan.rul' on error append to 'C:\Oracle\Middl
    eware\user_projects\epmsystem1\EssbaseServer\essbaseserver1\app\PLAN\Log\plan.log';
    So I getting following error:
    OK/INFO - 1053012 - Object [PLANDB] is locked by user [admin@Native Directory].
    OK/INFO - 1053012 - Object [52772261] is locked by user [admin@Native Directory
    ERROR - 1007083 - Dimension build failed. Error code [1090003]. Check the ser
    ver log file and the dimension build error file for possible additional info..
    OK/INFO - 1053013 - Object [52772261] unlocked by user [admin@Native Directory]
    ERROR - 1241101 - Unexpected Essbase error 1007083.
    OK/INFO - 1053013 - Object [PLANDB] unlocked by user [admin@Native Directory].
    and also in log file I getting message like:
    \\Column 1 Ignored; No DimBuild Dimension (3325)
    \\Column 3 - Invalid Dimension
    So could you tell me why I getting this types of error.
    what is the meaning of log file information i.e. "Invalid dimension."

    Hi,
    As per the error message, there was a mismatch of the dimension tagging or incorrect rules. Did you try to build the dimension/members using EAS Console?
    Take a simple sources file and rules file and re-build the dimension.
    You can try the following:
    1. Launch EAS Console and login using Administrative user credentials
    2. Connect to Essbase Server using administrative user credentials
    3. Create a test Application & Database say TestApp & TestDb
    4. Open the outline in the edit mode and create a dimension "Measures"
    5. Open the notepad and Create a source file as:
    Profit Margin Sales
    Profit Margin COGS
    Save the file in the c:\ drive as Sales.txt
    6. In EAS Console, right-click on database and select create Rules File and import the Source file
    7. Set the Field Properties.
    8. Build the dimension and check if the members are added to the Measures dimension
    9. Delete the members under Measures and then try the MaxL Script.
    Hope it helps....
    KosuruS

  • OBIEE Evaluate - "Essbase error : Repeated dimension in MDX query"

    Hi,
    I'm using OBIEE 11.1.1.6.2 BP1 on top of Essbase.
    I have a project dimension in Essbase with three levels - Total Project -> Project Class -> Project. I have created a new logical column in OBIEE to query two levels from project dimension, using evaluate function as below:
    Evaluate('%1.Members, %2.Members',  "Oracle Hyperion Planning"."ASOCUBE".""."Planning"."Gen2,Project" ,   "Oracle Hyperion Planning"."ASOCUBE".""."Planning"."Gen4,Project" ).
    The above column when used in analysis, works fine, returning "Total Project" and all the projects. It breaks however when any filter is applied on project dimension with the following error:
    "[nQSError: 96002] Essbase Error: Repeated dimension [Project] in MDX query".
    I donot have any MDX skills and would appreciate if anyone can explain this error and provide any workaround for this. Here's the MDX that fails:
    With
      set [_Project0] as '{[Project].Generations(2).Members, [Project].Generations(4).Members }'
    select
      {} on columns,
      {{[_Project0]}} properties GEN_NUMBER on rows
    from [ASOCUBE.Planning]
    where ([Project].[1000000-Treatment Plant])
    Many Thanks

    This issue regarding BIEE
       because MDX is wrong
    With
      set [_Project0] as '{[Project].Generations(2).Members, [Project].Generations(4).Members }'
    select
      {} on columns,
      {{[_Project0]}} properties GEN_NUMBER on rows
    from [ASOCUBE.Planning]
    where ([Project].[1000000-Treatment Plant])

  • Server error[1012]:Essbase error[1260052]

    Dear All,
    We created a report in Hyperion Interactive reporting using Hyperion Essbase as database connection file .
    We have a substitution variables in Essbase.We want to use the Substitution variables ("CMonth","CYTD") in IR report Substitution variables were already created in Essbase.
    In Query when i select Period dimension i saw an option called Substitution variables i selected the variables("CMonth","CYTD").When i hit process button i am getting the following error Message
    "server error[1012]:Essbase error[1260052]:Syntax error in input MDX query on line 2 at token 'OctYTD'
    Please let me is there a better way to bring the variables in Query.
    Any suggestions to resolve issue will be really helpful.
    Thanks in advance
    Regards
    Vamsi

    Hello Pros,
    I am new to ASO and would like to know this simple formula where i am making a mistake.
    IIF(Withattr([Date],"<",[Date_01-01-2013],1,0)
    over here Date is attribute dimension which is associated with Entity dimension. I am trying to apply the formula on account saying in which Entity the date is less that 01-01-2013 put 1 else but 0. but i am getting syntax error and not able to figure out. any help will be great.

Maybe you are looking for

  • Oracle RAC 10g on Windows XP Professional

    Hi All, I read many articlaes that we can not install Oracle 10g RAC on Windows xp professional but the problem is I have a laptop where I am installing VMWARE with Unix O/S I can not upgrade my XP to Server edition as I do not have money o buy licen

  • Animating bullet points on a single slide

    I have a slide with 4 bullet points on. How do I progress the bullets by clicking play and having the slide automatically advance to reveal the next bullet and pause before showing the bullet after that.  Like you would build in Keynote or PowerPoint

  • FF logs not generating

    Hi Gurus, We got a probleme here. FF logs are not coming to controller for few ids. For ID's its generating and approver can see the logs in inbox. Controller getting the notification but not able to see the logs. Action usage table is full , is this

  • Customize messages in oracle.adf.view.faces.resource.MessageBundle class

    Is there a way to customize messages in oracle.adf.view.faces.resource.MessageBundle class? Thanks JP

  • Cannot Make PPTP VPN Connection in 10.7.4

    As far as I can tell everything is setup correctly but every time I try to connect I get this message: You were disconnected by the communication device. Try reconnecting. If the problem continues, verify your settings. Console Log: 6/25/12 5:11:40.3