xdoxslt:get_variable does not work as expected inside, if

Hi all

I want to compare the maximum value of an element (the name of the element - ROUND ) with other values.

So I have a loop for iteration. Inside the loop, I have an if statement to compare the values.

If the value of the element is greater than the max value, I replace the max value with the value of the element.

Here, up to 9 it works fine. But after 9, if the value of the element is 10, the comparison is not the case. The Code below does not work.

Code:

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

<? xdoxslt:set_variable($_XDOCTX,_'maxcount',_0)? >

<? for-each: Task_History_V? >

<? If: lower - case (STEP_NAME_1) = "analysis"? >

<? ROUND? > <? » ---« ? > <? xdoxslt:get_variable($_XDOCTX,_'maxcount')? >

<? If: ROUND > (xdoxslt:get_variable($_XDOCTX,_'maxcount'))? >

<? xdoxslt:set_variable($_XDOCTX,_'maxcount',_ROUND)? >

<? end if? >

<? end if? >

<? end foreach? >

<? "Max value: '? >

<? xdoxslt:get_variable($_XDOCTX,_'maxcount')? >


-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Example of XML data:


< / Task_History_V > < Task_History_V >

8th < CHANNEL > < / ROUND >

Analysis of < STEP_NAME_1 > < / STEP_NAME_1 >

< TASK_STATUS_CODE > 4 < / TASK_STATUS_CODE >

< TASK_STATUS > completed < / TASK_STATUS >

< ACT_START_DATE > 2014-11-12T 00: 00:00.000 - 06:00 < / ACT_START_DATE >

< ACT_END_DATE > 2014-11-12T 00: 00:00.000 - 06:00 < / ACT_END_DATE >

< ACTUAL_EFFORT > 1.0 < / ACTUAL_EFFORT >

< / Task_History_V > < Task_History_V >

< 9th > < / ROUND >

Analysis of < STEP_NAME_1 > < / STEP_NAME_1 >

< TASK_STATUS_CODE > 4 < / TASK_STATUS_CODE >

< TASK_STATUS > completed < / TASK_STATUS >

< ACT_START_DATE > 2014-11-12T 00: 00:00.000 - 06:00 < / ACT_START_DATE >

< ACT_END_DATE > 2014-11-12T 00: 00:00.000 - 06:00 < / ACT_END_DATE >

< ACTUAL_EFFORT > 1.0 < / ACTUAL_EFFORT >

< / Task_History_V >

< Task_History_V >

10th < CHANNEL > < / ROUND >

Analysis of < STEP_NAME_1 > < / STEP_NAME_1 >

< TASK_STATUS_CODE > 4 < / TASK_STATUS_CODE >

< TASK_STATUS > completed < / TASK_STATUS >

< ACT_START_DATE > 2014-11-12T 00: 00:00.000 - 06:00 < / ACT_START_DATE >

< ACT_END_DATE > 2014-11-12T 00: 00:00.000 - 06:00 < / ACT_END_DATE >

< ACTUAL_EFFORT > 1.0 < / ACTUAL_EFFORT >

< / Task_History_V >

< Task_History_V >

< ROUND 11 > < / ROUND >

Analysis of < STEP_NAME_1 > < / STEP_NAME_1 >

< TASK_STATUS_CODE > 4 < / TASK_STATUS_CODE >

< TASK_STATUS > completed < / TASK_STATUS >

< ACT_START_DATE > 2014-11-12T 00: 00:00.000 - 06:00 < / ACT_START_DATE >

< ACT_END_DATE > 2014-11-12T 00: 00:00.000 - 06:00 < / ACT_END_DATE >

< ACTUAL_EFFORT > 1.0 < / ACTUAL_EFFORT >

< / Task_History_V >

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Expected results:

8 0

9 8

10 9

11 10


Max value:

11


-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Output current:

8 0

9 8

10 9

11 9


Max value:

9

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------



He would be grateful if you help me to solve this problem.

Thanks in advance.


-Hari

(xdoxslt:get_variable($_XDOCTX,_'maxcount'))? >

TO

number (xdoxslt:get_variable($_XDOCTX,_'maxcount')). >

Tags: Business Intelligence

Similar Questions

  • Question of Safari and Chrome. indicates on the navigation screen. "An element of the Protection of the family filter does not work as expected. Restart your computer. If the problem persists, contact support.  Error: failed to hose CPI. »

    Question of Safari and Chrome. indicates on the navigation screen. "An element of the Protection of the family filter does not work as expected. Restart your computer. If the problem persists, contact support.  Error: failed to hose CPI. »

    Quit Safari, Chrome to quit smoking. If necessary Forcequit.

    Start Safari while holding the SHIFT key, select the menu Safari ClearHistory, then after this check that the homepage is the one you want.

    Do the same for Chrome.

    Close all browsers, restart the mac.

  • FRAGMENTATION applied on several logical Tables does NOT WORK as expected

    Dear all,

    I have the below scenario implemented that does not work as expected.

    I have a logic Table LT1 (SUN) which is being implemented based on two physical Tables PT1 and PT2 (PT1 and PT2 are DIMS). LT1 has two of LTS, LTS1 and LTS2 implemented PT1 and PT2, respectively. Fragmentation is applied based on the ID of the system Source the PT1 and PT2 are loaded from different source systems. The granularity of the Tables physical is the same.

    Likewise, we have LT2 (DIM), which is implemented in two Tables of physics more and Fragmentation is applied in the Source systems function ID.

    We have an other TIMES DIM on which fragmentation is not applied.

    All of the above tables are linked to the fact (also physical and logical).

    I filter the data for TIME_DIM. Year = 2014 in all scenarios below.

    Scenario1: This solution works as expected when I shoot columns of LT1, SUN as well as the fact of TIME. (YEAR = 2014 is passed in the WHERE clause of queries UNION ALL 2, which is OK)

    Scenario2: This solution is also works very well when I shoot columns of LT2, SUN as well as the fact of TIME. (YEAR = 2014 is passed in the WHERE clause of queries UNION ALL 2, which is OK)

    Scenario 3: When I pull the LT1, LT2, SUN report, done TIME and filter the data for TIME_DIM. Year = 2014, the report does NOT WORK as expected. (Filter on YEAR = 2014 is not passed in UNION All queries in this scenario)

    When I build the model above (for scenario 3) report, it does not go as planned. Do not throw any error, it displays incorrect as results as physical demand generated by the BI server is not correct. Some of the filters is past the TIME SUN are not injected at the request of physics.

    Someone come in this scenario, no solution to the above is greatly appreciated. Thanks in advance

    Kind regards

    Madhav P.

    This is the bug in OBIEE 11 g of product. Oracle has provided the patch for the same and it is absolutely working fine now.

    Kind regards

    Madhav P.

  • Adapter DB of the poll as singleton process does not work as expected

    Poller DB adapater uses to control the transaction all the seconds to the downstream system and I want this poller as singleton process (an instance should be in working order at the same time).

    As suggested in the documents of the oracle, here are the settings that are configured in the composite.xml file.

    < name of service = "polling_Mange_Alert_Events."

    UI:wsdlLocation = "polling_Mange_Alert_Events.wsdl" > "

    " < interface.wsdl interface =" http://xmlns.oracle.com/pcbpel/adapter/db/Application1/int_app_manageAlerts/polling_Mange_Alert_Events#wsdl.interface(polling_Mange_Alert_Events_ptt) "/ > "

    < binding.jca config = "polling_Mange_Alert_Events_db.jca" >

    < property name = "singleton" > true < / property >

    < binding.jca >

    < name = "jca.retry.count property" type = "xs: int" much = 'false' override = "may" > 2147483647 < / property > "

    < name = "jca.retry.interval property" type = "xs: int" much = 'false' "

    Override = "may" > 1 < / property >

    < name = "jca.retry.backoff property" type = "xs: int" much = 'false' "

    Override = 'may' > 2 < / property >

    < name = "jca.retry.maxInterval property" type = "xs: String" much = 'false' "

    Override = "may" > 120 < / property >

    < / service >

    JCA file settings are:

    < name of the adapter-config = "polling_Mange_Alert_Events" = 'Database adapter' adapter wsdlLocation = "polling_Mange_Alert_Events.wsdl" xmlns =" " http://platform.integration.Oracle/blocks/adapter/FW/metadata ">

    < connection-factory location = ' ist/DB/vff-int-was"UIConnectionName ="PT_APPINFRA"adapterRef =" "/ >

    < endpoint-activation portType operation "polling_Mange_Alert_Events_ptt" = "receive" = >

    < className = "oracle.tip.adapter.db.DBActivationSpec activation-spec" >

    < property name = value = "polling_Mange_Alert_Events.ManageAlertEvents" / "DescriptorName" >

    < property name = "Nomrequete" value = "polling_Mange_Alert_EventsSelect" / >

    < property name = "MappingsMetaDataURL" value = "polling_Mange_Alert_Events - or - mappings.xml" / >

    < property name = "PollingStrategy" value = "LogicalDeletePollingStrategy" / >

    < property name = "MarkReadColumn" value = "TRANSACTION_STATUS" / >

    < property name = "MarkReadValue" value = "Treatment" / >

    < property name = "PollingInterval" value = "10" / >

    < property name = "MaxRaiseSize" value = "5" / >

    < property name = "MaxTransactionSize" value = "5" / >

    < property name = "NumberOfThreads" value = "1" / >

    < property name = "ReturnSingleResultSet" value = "false" / >

    < property name = "MarkUnreadValue" value = "pending" / >

    < / activation-spec >

    < / point endpoint-activation >

    < / adapter-config >

    This poller process runs on the environment in clusters (2 soa nodes) and it does not work as expected in the singleton process.

    Please advice to solve this problem?

    I think that, in this scenario, you must use the distributed polling in the DB adapter. You can select in the voting options in the DB adapter configuration wizard.

  • BEFORE the UPDATE of relaxation with time stamp does not work as expected

    We have a scenario where I check update operations on a table.

    I created a before update TRIGGER, so that every time he goes an update on the main table statement, one before the image of the lines is captured in the table of audit with timestamp.

    Since it is before updating, ideally the audit table timestamp (TRG_INS_TMST) should be less main table timestamp (IBMSNAP_LOGMARKER) VALUE, I mean TRIGGER should happen before the update.

    (I could understand in a way that the UPDATE statement is formulated with SYSTIMESTAMP earlier before the TRIGGER is evaluated and so UPDATE is to have a time stamp prior to TRIGGER, but this isn't what we wanted. We want PRIOR update)

    'Table' IBM_SNAPOPERATION IBM_SNAPLOGMARKER            
    ---- ----------------- -------------------------------
    T1   U                 13-OCT-15 03.07.01.775236 AM   <<---------- This is the main table, This should have the latest timestamp
    T2   I                 13-OCT-15 03.07.01.775953 AM
    

    Here is my test case.

    DELETE FROM TEST_TRIGGER_1;
    
    DELETE FROM TEST_TRIGGER_2;
    
    SELECT 'T1', ibm_snapoperation, ibm_snaplogmarker FROM TEST_TRIGGER_1
    UNION
    SELECT 'T2', ibm_snapoperation, TRG_INS_TMST FROM TEST_TRIGGER_2;
    
    INSERT INTO TEST_TRIGGER_1 (ID,ibm_snapoperation, ibm_snaplogmarker)
         VALUES (1, 'I', SYSTIMESTAMP);
    
    COMMIT;
    
    SELECT 'T1', ibm_snapoperation, ibm_snaplogmarker FROM TEST_TRIGGER_1
    UNION
    SELECT 'T2', ibm_snapoperation, TRG_INS_TMST FROM TEST_TRIGGER_2;
    
    UPDATE TEST_TRIGGER_1
       SET IBM_SNAPOPERATION = 'U', ibm_snaplogmarker = SYSTIMESTAMP;
    
    COMMIT;
    
    SELECT 'T1', ibm_snapoperation, ibm_snaplogmarker FROM TEST_TRIGGER_1
    UNION
    SELECT 'T2', ibm_snapoperation, TRG_INS_TMST FROM TEST_TRIGGER_2;
    

    Def trigger:

    CREATE OR REPLACE TRIGGER etl_dbo.TEST_TRIGGER_1_TRG BEFORE UPDATE OF IBM_SNAPOPERATION
    ON TEST_TRIGGER_1 REFERENCING OLD AS OLD NEW AS NEW
    FOR EACH ROW
    WHEN (
    NEW.IBM_SNAPOPERATION= 'U'
          )
    DECLARE
    V_SQLCODE  VARCHAR2(3000);
    --PRAGMA AUTONOMOUS_TRANSACTION;
    BEGIN
    INSERT INTO etl_dbo.TEST_TRIGGER_2
    (ID,
    IBM_SNAPOPERATION,
    IBM_SNAPLOGMARKER,
    TRG_INS_TMST
    )
    VALUES (:OLD.ID,:OLD.IBM_SNAPOPERATION,:OLD.IBM_SNAPLOGMARKER,SYSTIMESTAMP)
    ;
    --COMMIT;
    END;
    /
    

    Output is something like this

    1 row deleted.
    1 row deleted.
    no rows selected.
    1 row created.
    Commit complete.
    
    'T1' IBM_SNAPOPERATION IBM_SNAPLOGMARKER            
    ---- ----------------- -------------------------------
    T1   I                 13-OCT-15 03.07.00.927546 AM 
    1 row selected.
    1 row updated.
    Commit complete.
    
    'T1' IBM_SNAPOPERATION IBM_SNAPLOGMARKER            
    ---- ----------------- -------------------------------
    T1   U                 13-OCT-15 03.07.01.775236 AM   <<---------- This is the main table, This should have the latest timestamp
    T2   I                 13-OCT-15 03.07.01.775953 AM 
    
    2 rows selected.
    

    But for some reason, even after the creation of the 'AFTER' trigger for update, it works as expected. Sense - the main table is not having the last timestamp given

    It's OKAY - I told you in my reply earlier. Reread my answer.

    could understand somehow that the UPDATE statement is made with earlier

    SYSTIMESTAMP until the TRIGGER is assessed and updated so is to have

    time stamp prior to the trigger, but this isn't what we wanted. We want to

    BEFORE the update)

    As I told you before that your UPDATE statement occurs BEFORE the trigger is activated.

    Despite what the other speakers have said, it makes NO DIFFERENCE if you use a BEFORE UPDATE or an AFTER UPDATE trigger. Your UPDATE statement runs ALWAYS BEFORE the trigger.

    HE has TO - it's your update processing statement that causes the trigger to fire.

    Your update statement includes SYSTIMESTAMP. If during the processing of your return to update the value of SYSTIMESTAMP "at this exact time" is captured.

    Then your trigger is activated and starts to run. ANY reference to SYSTIMESTAMP that you use in your trigger cannot be earlier than the value of until the trigger was executed. It's IMPOSSIBLE.

    The trigger can use the SAME value by referencing: NEW and the column name you store the value. Or the trigger can get its own value that your code is doing.

    But the SYSTIMESTAMP value in the trigger will NEVER earlier than the value in your query.

    And none of these values can actually be used to tell when the changes are really ENGAGED since the trigger does not work and CAN NOT, to know when, or if, a validation occurs.

    Reread my first answer - he explains all this.

  • 'Ctrl + End' keyboard shortcut does not work as expected. I tried safe mode. does not move the tab to the end of such specified list, just scroll to the end of the page.

    According to http://support.mozilla.com/en-us/kb/keyboard+shortcuts,.
    'Ctrl + End' should move the active tab to the end of the list of tabs.

    But the shortcut does not work. Only, it scrolls to the end of the current page as if only "End" is pressed.

    I tried the mode without failure of firefox and closed all other open programs.

    What to do to debug this problem?
    or may there is a bug in firefox somehow?

    See the post of dao in this MozillaZine forum thread: http://forums.mozillazine.org/viewtopic.php?f=23 & t = 1304895

    Add code to userChrome.css below @namespace.

    See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    
    .tabbrowser-tab[selected="true"] {-moz-user-focus: normal !important;}
    
  • VI does not work as expected

    Hello

    I am trying to create a game but my VI does not work as I want it. IM pretty much a beginner to labview and have no idea of what's wrong with my code. Help please!

    So far I've only added the 'up' and 'down' button, and I want the red square to stop a black square or otherwise follow the instructions of the button that is pressed.

    I'm not entirely sure how I should go to. My trial ended a horrible failure.

    Any help would be appreciated!

    Thank you

    1 stop using local variables.  They are at the origin of the race conditions and you can use the stream for each thing.  The main thing is have it your curls 'building the map' transfer data to your event loop.  This includes the initialization of your shift registers...

    2. make an event for your stop button.

    3 place the controls to their corresponding events.  This will allow the locking buttons.

    4. the work on the line of things better.  It will help a ton by keeping your paths easier to read.

  • defrager disk does not work as expected

    I tried to program the defrager drive to run on a schedule and it confirms that it is now a calendar but it does not work on the scheduled date and time. As a result, I have to manually defragment. Thanks in advance

    Try this:

    Start > Type, Services > click Services > Scroll to drive Derfragmenter > left click, properties > list drop-down list, the automatic value or delayed automatic

  • CTRL key does not work as expected

    Original title: keyboard Help!
     
    There is a recurring issue going on with my keyboard or very probably my pc...
    Well first to start with - I use a software type "ventrilo" called "mumble" that uses the 'CTRL' key as a key to talk with others in the same precedente.* *-could be a reason
    My CTRL key seems really screw randomly until that moment, it turn on sticky keys [where ctrl has practically been pressed permanently] even if it is not enabled on the settings... which makes it really difficult to browse web site or use games because I'm unable to type.
    Even if I try to disable it by using the two keys ctrl - it does not turn off...
    When I try to copy and paste using my CTRL key left it appears just under the letter c or v when I'm trying to do, but when I do it with my right ctrl - it is successful...
    * steam question *.
    I use also a program called "steam" that allows me to talk with others and play some games - but the sticky keys seem to be really stuck on this issue, I am unable to do anything...
    Whenever I press 'a' after that it is already used once - it will remove 2 characters: example: I type AGT-> and I press 'a' once more-> deletions G and T
    or whenever I have press BACKSPACE at all during a conversation of steam, it deletes everything.
    Urgent W on it also a tab or an im window closed on...
    pressing V will paste what I had copied at all, and finally pressing z would substitute a letter - for example: za-> type z once more-> towers to zz
    I hope you understand what I'm talking... help? Thank you...

    Hello Kent,

    Let us make sure that this isn't a keyboard problem. Connect a different keyboard to see if the CTRL key is working.  If it works fine, then it is a problem of faulty device. You may need to replace the driver.

    If this does not work on the new keyboard, then it must be a setting in the software that you have installed that is causing this problem.

    As a work around, I suggest to uninstall and reinstall the drivers for the keyboard and check if this solves this problem.

    1. type of Device Manager in the Start Search box and press on enter.

    2. browse the keyboard.

    3. right click on the mentioned keyboard driver and select Uninstall.

    4. once the driver is uninstalled, restart the computer and check if the problem persists.

    Note: Windows will automatically detect the keyboard and install the necessary driver via Windows updates.

    See 't-working-properly#update-driver-hardware-isn't-working-properly=windows-7 http://windows.microsoft.com/en-in/windows/update-driver-hardware-isn

    If the keyboard print incorrect characters, then try the steps mentioned in http://support.microsoft.com/kb/258826

    I hope this helps. If you have any questions, please let us know.

  • ACS 5.2 - accounts User File Update does not work as expected

    Hello, I have a serious problem with the import of the fixed IP addresses to user accounts in ACS 5.2.

    Because this attribute cannot be migrated directly I try via "file operations--> update". I created the file update model, but entered IP addresses aren't imported - all other attributes can be changed without problem.

    If I try to "Add file operations-->" it works well, but I can't use this option.

    IPv4 address attribute in 'System Administration--> Configuration--> dictionaries--> identity--> internal users' is added correctly and appropriate field is not in user accounts.

    Do you have any idea what can be wrong?

    Hi Michal,

    Yes I submitted this as a bug recently. Sometimes after a migration from ACS 4.

    CSCtk05027 : custom fields for users after migration - import/update does not work

    Try to change one of your user input. Just add an IP manually it for example. Then do the update. She will work for this user, and it will update the ip address.

    The solution is to export all users of your DCC 5. Then remove it from the database and then to make an import file 'Add' instead of update. A bit of a silly workaround but the bug should be fixed in future patches (no information on that yet).

    Kind regards

    Nicolas

    ===

    Remember responses of the rate that you find useful

  • Server.findForType () does not work as expected

    Hi all,

    I have problem with finding vApps using the Server.findForType () method.

    Lets start from the beginning...

    Goal is to produce streams of work that could be called from outside using SOAP (SOAP is unfortunately obligatory). Portal that will call worlflows is underway of another people.

    They said a number of input and output parameters that workflows must accept and provide.

    I have test with vCenter Orchestrator environment, Director and everything works fine.

    SOAP host is created in Orchestrator using the build workflow (attached configuration - SOAP_Host_Configuration.rtf).

    I use SOAP UI to test the portal > communication Orchestrator.

    I am able to call using SOAP UI workflows.

    I am producing a simple workflow what powers on TIME using the string as an input parameter and who would return the same data as output parameter - VAPP UUID, ID, href, or anything that is considered VAPP unique brand.

    Out of SOAP UI of my VAPP is attached (SOAP_UI_vApp_Info.txt).

    If I try to use Server.findForType () it only works if I specify it like this:

    Server.findForType ("vCloud:VApp", "8265a03471add63d97f36c52e86fba8cebade2a3ca7bfcb4cb58cdff9ae9f8c / / /https://172.16.140.215/api/vApp/vapp-c7b33a3e-2174-465d-a4f2-0fa9663dc75d");

    and it does not work if if specify like this

    Server.findForType ("vCloud:VApp", "urn: vcloud:vapp:c7b33a3e - 2174-465 d-a4f2-0fa9663dc75d");

    In this case I get error:

    [21:49:35.911 2014-08-10] [I] Server error: ch.dunes.model.sdk.SDKFinderException: cannot perform the operation ' find (' TIME ',' urn: vcloud:vapp:c7b33a3e - 2174-465 d-a4f2-0fa9663dc75d') ' on the plugin "vCloud".

    Problem is that data "8265a03471add63d97f36c52e86fba8cebade2a3ca7bfcb4cb58cdff9ae9f8c / / / . https://172.16.140.215/API/vApp/vApp-c7b33a3e-2174-465D-a4f2-0fa9663dc75d "cannot be retrieved afterwords and be used as a unique identifier VAPP - vapp.dunesId returns nothing. "

    I use:

    vCenter 5.5.0 1623101

    vCO 5.5.1. 1617127

    vCloud Director 5.5.1 1753992

    vCloud Director Plugin 5.5.0.1894135

    vCenter Plugin 5.5.2.1869849

    Thank you very much for the help.

    Goran

    Of course, no problem. I found even a better way to retrieve by ID directly.

    Ex:

    vApp = host.getEntityById ("PPPV", "urn: vcloud:vapp:65a4db36-8efa-4512-afb5-7d663c13e2be");

    Kind regards

    ALEKS

  • Defrag does not work as expected

    Defrag is set at the Wednesday night at 03:00 and doesn't run. Also running Microsoft Security Essentials, which is scheduled every day at 01:00 doesn't and I unchecked do not work if the computer is busy. Any ideas? I don't see them in Windows Scheduler are they suppose to be? Thanks for any help.

    Default Disk Defragmenter does not wake the computer to run. However, you can change this by clicking on start > then type in "Task Scheduler" in the search box, hit enter or click on it to open it.

    In the left pane, click the small arrow next to the Task Scheduler Library > Microsoft > Windows > Defrag.
    Then follow the steps for the link below:
    Resources:
  • Bluetooth and mouse pad does not work as expected.

    Original title: device issues

    Hi there everyone,

    I bought an ASUS with Windows 8 and I must say after finding my way (which took a while) I am very happy with the PC and Windows 8! Buy - do have a problem with two things:

    1. my bluetooth switch does not seem to be enabled - so can not turn on or off. (here turn on!)

    2. my mousepad - will not work - it works for August two seconds if I start the PC without an external mouse, and then it just closes. I checked the settings of the mouse and the instructions tell me I should change something in the settings of the mouse device, but this option (tab) is not there.

    I checked the edits and there seems to be no shortage.

    Does anyone else have these problems? Any /advice help would be appreciated!

    Thank you

    Monique

    Hi Monique

    Here is the hardware issues that must be addressed by ASUS, especially on a new system.

    There should be clear instructions to install/activate the Bluetooth device.

    The utility for the Touchpad is also a part of manufacturers. May not have been installed properly.

    These can also be known on this model of laptop specific issues.

    Go to this site and select your model for specific help.

    ASUSTeK Computer Inc. - Support - Troubleshooting:

    http://support.ASUS.com/download/options.aspx?SLanguage=en&type=9

    This will have information on the hardware devices installed on this model and download the latest drivers.

    You can also discuss this issue with others who have this model.

    ASUSTeK Computer Inc. - Support Forums:

    http://VIP.ASUS.com/forum/default.aspx?SLanguage=en-us

    Concerning

  • UTL_FILE.fcopy does not work as expected after the upgrade to 10g

    Hi all, I have an Oracle database running in HP - UX 11.31. The database version is 10.2.0.5.0 and it is patched with PSUOct2011_12827745. This database has been actually upgraded to version 10.2.0.4 (no group of hotfixes) on 13 - Dec last year.

    There is a procedure in the database that reads the contents of a directory, and if there are files in this directory, the contents of the file will be read and inserted in the database. After that, the procedure will move the file to another location for archiving purpose. I will summarize below on the procedure:
    Source directory: /home/.../DB_Upload
    Source Dir name: SRC_DIR
    Destination directory: /home/.../DB_Upload/Archive
    Name of destination Dir: DEST_DIR

    Before upgrading the database, the procedure works very well. Since I upgraded to 10.2.0.5 + PSUOCt2011, the procedure still works as expected, but the file in the destination folder becomes 0 bytes, although initially the file from the source directory is nonzero bytes. The procedure contains the following lines which makes the move from the source to the destination file:
    UTL_FILE.fcopy ('SRC_DIR', 'file', 'DEST_DIR', 'file');
    UTL_FILE.fremove ('SRC_DIR', 'file');
    I tried running only the function fcopy by running the query below and I get the same result:
    exec utl_file.fcopy ('SRC_DIR', 'file', 'DEST_DIR', 'file');
    The weird part is that the procedure completed successfully, and no error message only appears. Even alert logs don't show any errors in this procedure.

    After searching for a solution, I found another method called utl_file.frename (...), which can also be used to move the file, so I decided to try it. Here's what I came up with to test:
    exec utl_file.frename ('SRC_DIR', 'file', 'DEST_DIR', 'file');
    Surprisingly, the file is moved to the destination successfully, and the size remains the same from the source (size of 0 bytes is more). Therefore, I changed the procedure to use only the frename() function, and the procedure now works successfully, with files of size zero is not in the destination.

    Is this a bug in the new version of Oracle? This never happens in 10.2.0.4 before the upgrade, and I am very surprised that after the upgrade, this problem appears. Oracle experts, please explain this. Thank you.

    Is a known bug (reported bug 12412502, bug 12345982 and Bug 9926478) to 10.2.0.5 patch group which appears only on the HP - UX Itanium platform...

    There is a work around, copied the text of Bug 9926478:

    WORKAROUND SOLUTION?
    ===========
    Yes

    WORKAROUND INFORMATION
    ======================
    Utl_file.fcopy of execution in a PL/SQL procedure.
    Workaround is acceptable for the customer.

    From My Oracle Support Note ID 1324406.1:

    Patch 12345982 (FILE CREATED FROM UTL_FILE VACUUM. FCOPY on HP - UX ITANIUM 10.2.0.5) is currently available.

    And in the same note, there is a work around using UTL_FILE. GET_RAW and UTL_FILE. PUT_RAW

    But, I think, you already found a better workaround for the cases of displacement... so you can use your workaround or apply the Patch 12345982

    Best regards
    Alfonso Vicente
    [http://www.logos.com.uy/el_blog_de_alfonso]

  • Why this UL CSS does not work as expected

    I try to add a picture as a bullet in a UL, but just appears on a start page, it will be in a standard HTML5 page.

    Here is the code in the start page:

    {.bluesquare}

    list-style - image: URL(images/bullet.png);

    }

    < side class = "col-lg-4 4-md-col col-sm-4 mtop" >

    < section class = "greypnl" >

    < ul class = "bluesquare" >

    < li > links side here < /li >

    < li > links side here < /li >

    < /ul >

    < / item >

    < / side >

    Here's the code in a HTML5 page:

    {.bluesquare}

    list-style - image: URL(images/bullet.png);

    }

    < side class = "col-lg-4 4-md-col col-sm-4 mtop" >

    < section class = "greypnl" >

    < ul class = "bluesquare" >

    < li > links side here < /li >

    < li > links side here < /li >

    < /ul >

    < / item >

    < / side >

    There is no difference between the two that I see, so preventing it from working?

    I can only get the image to appear as the point of the ball when I add an inline style to the AMT itself as follows: < ul class = "bluesquare" style = "list-style - image: url(images/bullet.png);" ">.

    No matter what control of image for the chip set could only inline code as follows: < style li = "background: url(images/bullet.png) non-repetition 0px 0px;" padding: 0 0 5px 30px; ">

    Any thoughts on what is predominant images of ball in a start page layout? I don't really want to encode each ball that will appear like this!

    Thank you.

    I just did a test using Bootstrap and everything worked as expected - hand coded. Nothing in the Bootstrap css file overides the ball style here.

Maybe you are looking for