Control and acquisition (events) 2

I have questioned :"I need to control a stepper motor and at the same time to acquire signals (voltage of the motor). When I control a stepper motor it works perfectly, it responds inmediatly, but if I try to control the motor and acquire signal at the same time, the motor not respond inmediatly.... How can I control and acquire the signals at the same time? and the motor respond inmediatly."
Jonnie5 responds me.. and he said that if I´m using buffered types, there should be no problem in simultaneous acquisition & control...
I don´t know what does he mean with buffered types, also I need information about events, and which is the utily of the events?

First of all, we will need to know what hardware you are using. I hope you've got the NI Motion controller and an NI DAQ board. If so, you're looking good. Jonnie5 was talking about continuous buffered acquisition. There are several examples at your fingertips that ship with LabVIEW. Under the Help menu, go to Find Examples. On the dialog that appears, select Hardware Input and Output -> DAQ -> Analog Input -> General and then whichever "Cont Acq .... (buffered)" example you like.
Run that example in parallel with your stepper motor routines and you've got a prototype. If you do not feel that your LabVIEW skills are developed enough to integrate the two functions in parallel, there are LabVIEW experts waiting to help at a nearby Alliance Member co
mpany like ours.
Daniel L. Press
PrimeTest Corp.
www.primetest.com

Similar Messages

  • Use of loops in pbo and pai events when a table control is on the screen

    asap.

    Hi Feroz,
              What is the very purpose of using table controls and tab strips in module pool programming.
    Rgds,
    kha

  • PC reboots during Labview controlled data acquisition

    Hi,
    I'm using LabView to control the acquisition of a large number of gamma spectra and whenever the system gets to the ~700th data acquisition the PC reboots itself. There is no sign that the Labview software has crashed, the PC just goes dead and reboots. This problem only happens when using LabView. After a data acquisition a data file is saved to the hard drive, the files are only 12KB in size and I have 1GB of RAM, so I don't think it's a memory problem.
    Would appreciate any help!
    Thanks

    hi there
    Are there any entries in the system events list (assuming MS Win) or in some application logs?
    You said "This problem only happens when using LabView". Does this mean you can acquire data without problems when using another language than LabVIEW? if possible I'd try to create a basic app in some other language to check if the problems depend on the hardware or on the application.
    Can you provide some information about your platform and post some code (pls. don't forget required additional files lile driver DLLs etc.)
    Best regards
    chris
    CL(A)Dly bending G-Force with LabVIEW
    famous last words: "oh my god, it is full of stars!"

  • Can you share FP Controls between different Event Structures

    I'm creating a program that will either read real-time data from an VNA on the GPIB bus, or read a saved s2p (Agilent) file and analyze it. The FP consists of 5 graphs, and various controls which handle events like printing, changing filters, or exiting. on the BD I have a case structure controlled by an operator selection pop-up. I tried using the same FP controls in the event structures I have setup in each case, as only one event structure would ever be executing at any given time, but the program doesn't seem to like it ast run-time. I've worked around the issue by creating "duplicate" controls and using the property setting to make them visible/disabled, etc., but the is seriously congesting my BD.
    Anyone know a way to share controls with seperate event structures?

    It sounds like the root problem is the overall structure of your program. I highly recommend that you check out the Queued Message Handler project template in LabVIEW 2012, that will show you how to utilize a single event structure and pass events to a consumer loop. If you program is too large to consider an architecture change at this stage of the game, then there is a workaround for your problem.
    What is most likely happening is that you have the event structures all set to lock the front panel until the event completes. However the case structure that you have wrapped around these event structures is causing all but one of these event structures to be unreachable thus preventing you from handling the event. Again, as I stated above, the "RIGHT WAY" to fix this is to select a better program structure but the "kluge work-around" fix is this: Dynamically register for the value change event on all of the controls you are trying to trap events for. Dynamic events can be deregistered and re-registered at run time. This will allow only the event structure in the active owning case structure to be registered for the events, thus no other event structures will get in your way.
    Disclaimer: This advice is given based on very minimal information and a great deal of speculation and may not be correct. Please include your code if you need further assistance.
    Charles Chickering
    Architecture is art with rules.
    ...and the rules are more like guidelines

  • What is the diffrence between sap events and application events

    Hi all,
    what is the diffrence between sap events and application events.Can any one tell me with examples.
    regards,

    Hi,
    Look at this,
    <b>System Events (Default)</b>
    The event is passed to the application server, but does not trigger the PAI. If you have registered an event handler method in your ABAP program for the event (using the SET HANDLER statement), this method is executed on the application server.
    Within the event handler method, you can use the static method SET_NEW_OK_CODE of the global class CL_GUI_CFW to set a function code and trigger the PAI event yourself. After the PAI has been processed, the PBO event of the next screen is triggered.
    The advantage of using this technique is that the event handler method is executed automatically and there are no conflicts with the automatic input checks associated with the screen. The disadvantage is that the contents of the screen fields are not transported to the program, which means that obsolete values could appear on the next screen. You can work around this by using the SET_NEW_OK_CODE method to trigger field transport and the PAI event after the event handler has finished.
    <b>Application Events</b>
    The event is passed to the application server, and triggers the PAI. The function code that you pass contains an internal identifier. You do not have to evaluate this in your ABAP program. Instead, if you want to handle the event, you must include a method call in a PAI dialog module for the static method DISPATCH of the global class CL_GUI_CFW. If you have defined an event handler method in your ABAP program for the event (using the SET HANDLER statement), the DISPATCH method calls it. After the event handler has been processed, control returns to the PAI event after the DISPATCH statement and PAI processing continues.
    The advantage of this is that you can specify yourself the point at which the event is handled, and the contents of the screen fields are transported to the application server beforehand. The disadvantage is that this kind of event handling can lead to conflicts with the automatic input checks on the screen, causing events to be lost.
    Hope u understood.
    Thanks&Regards,
    Ruthra.R

  • How do I click on a cell in a table control, and display the value in a string?

    What I would like to do is to click on a cell in a table control, and have the value of the cell be displayed in a string indicator. What ever cell I click on, I would like the value to be displayed in the indicator.
    Thank you!
    Solved!
    Go to Solution.

    ... or
    Event >>> ouse down for table.
    Use Coords" to feed invoke node "point To Row Column" and returned "Cell Postion" can be unbundled to produce the row and column tht can be used to index out the value.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Problem with custom control and focus

    I've a problem with the focus in a custom control that contains a TextField and some custom nodes.
    If i create a form with some of these custom controls i'm not able to navigate through these fields by using the TAB key.
    I've implemented a KeyEvent listener on the custom control and was able to grab the focus and forward it to the embedded TextField by calling requestFocus() on the TextField but the problem is that the TextField won't get rid of the focus anymore. Means if i press TAB the first embedded TextField will get the focus, after pressing TAB again the embedded TextField in the next custom control will get the focus AND the former focused TextField still got the focus!?
    So i'm not able to remove the focus from an embeded TextField.
    Any idea how to do this ?

    Here you go, it contains the control, skin and behavior of the custom control, the css file and a test file that shows the problem...
    control:
    import javafx.scene.control.Control;
    import javafx.scene.control.TextField;
    public class TestInput extends Control {
        private static final String DEFAULT_STYLE_CLASS = "test-input";
        private TextField           textField;
        private int                 id;
        public TestInput(final int ID) {
            super();
            id = ID;
            textField = new TextField();
            init();
        private void init() {
            getStyleClass().add(DEFAULT_STYLE_CLASS);
        public TextField getTextField() {
            return textField;
        @Override protected String getUserAgentStylesheet() {
                return getClass().getResource("testinput.css").toExternalForm();
        @Override public String toString() {
            return "TestInput" + id + ": " + super.toString();
    }skin:
    import com.sun.javafx.scene.control.skin.SkinBase;
    import javafx.beans.value.ChangeListener;
    import javafx.beans.value.ObservableValue;
    import javafx.event.EventHandler;
    import javafx.scene.control.TextField;
    import javafx.scene.input.KeyCode;
    import javafx.scene.input.KeyEvent;
    public class TestInputSkin extends SkinBase<TestInput, TestInputBehavior> {
        private TestInput control;
        private TextField textField;
        private boolean   initialized;
        public TestInputSkin(final TestInput CONTROL) {
            super(CONTROL, new TestInputBehavior(CONTROL));
            control     = CONTROL;
            textField   = control.getTextField();
            initialized = false;
            init();
        private void init() {
            initialized = true;
            paint();
        public final void paint() {
            if (!initialized) {
                init();
            getChildren().clear();
            getChildren().addAll(textField);
        @Override public final TestInput getSkinnable() {
            return control;
        @Override public final void dispose() {
            control = null;
    }behavior:
    import com.sun.javafx.scene.control.behavior.BehaviorBase;
    import javafx.beans.value.ChangeListener;
    import javafx.beans.value.ObservableValue;
    import javafx.event.EventHandler;
    import javafx.scene.input.KeyCode;
    import javafx.scene.input.KeyEvent;
    public class TestInputBehavior extends BehaviorBase<TestInput> {
        private TestInput control;
        public TestInputBehavior(final TestInput CONTROL) {
            super(CONTROL);
            control = CONTROL;
            control.getTextField().addEventFilter(KeyEvent.KEY_PRESSED, new EventHandler<KeyEvent>() {
                @Override public void handle(final KeyEvent EVENT) {
                    if (KeyEvent.KEY_PRESSED.equals(EVENT.getEventType())) {
                        keyPressed(EVENT);
            control.focusedProperty().addListener(new ChangeListener<Boolean>() {
                @Override public void changed(ObservableValue<? extends Boolean> ov, Boolean wasFocused, Boolean isFocused) {
                    if (isFocused) { isFocused(); } else { lostFocus(); }
        public void isFocused() {
            System.out.println(control.toString() + " got focus");
            control.getTextField().requestFocus();
        public void lostFocus() {
            System.out.println(control.toString() + " lost focus");
        public void keyPressed(KeyEvent EVENT) {
            if (KeyCode.TAB.equals(EVENT.getCode())) {
                control.getScene().getFocusOwner().requestFocus();
    }the css file:
    .test-input {
        -fx-skin: "TestInputSkin";
    }and finally the test app:
    import javafx.application.Application;
    import javafx.scene.Scene;
    import javafx.scene.control.TextField;
    import javafx.scene.layout.GridPane;
    import javafx.stage.Stage;
    public class Test extends Application {
        TestInput input1;
        TestInput input2;
        TestInput input3;
        TextField input4;
        TextField input5;
        TextField input6;
        Scene     scene;
        @Override public void start(final Stage STAGE) {
            setupStage(STAGE, setupScene());
        private Scene setupScene() {
            input1 = new TestInput(1);
            input2 = new TestInput(2);
            input3 = new TestInput(3);
            input4 = new TextField();
            input5 = new TextField();
            input6 = new TextField();
            GridPane pane = new GridPane();
            pane.add(input1, 1, 1);
            pane.add(input2, 1, 2);
            pane.add(input3, 1, 3);
            pane.add(input4, 2, 1);
            pane.add(input5, 2, 2);
            pane.add(input6, 2, 3);
            scene = new Scene(pane);
            return scene;
        private void setupStage(final Stage STAGE, final Scene SCENE) {
            STAGE.setTitle("Test");
            STAGE.setScene(SCENE);
            STAGE.show();
        public static void main(String[] args) {
            launch(args);
    The test app shows three custom controls on the left column and three standard textfields on the right column. If you press TAB you will see what i mean...

  • I would like to do a program that have one string control and one string indicator, any character that I type in the string control in the same time it will be appear in another string (indicator). How can help me?

    I would like to do a program that have one string control and one string indicator, any character that I type in the string control in the same time it will be appear in another string (indicator). How can help me?

    Why not use an event
    Add a While Loop, inside the loop add the Event Sructure.
    Now in the event structure selecd the String Controls.value change event to
    react
    and the new value inside the event that you get,( connect to the String
    indicator box.
    On Sun, 10 Aug 2003 15:58:47 -0500 (CDT), WiltonFilho wrote:
    > I would like to do a program that have one string control and one
    > string indicator, any character that I type in the string control in
    > the same time it will be appear in another string (indicator). How can
    > help me?
    >
    > I would like to do a program that have one string control and one
    > string indicator, any character that I type in the string control in
    > the same time it will be appear in another string (indicator). How can
    > help me?
    >
    Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

  • How to detect control-mo​useclick event

    I'm trying to make the Z-scale max property of an Intensity graph more flexible to modify from the front panel.  In the attached VI, I use an increment/decrement control and just detect a value change event (ignoring the value of the control).  This works fine, although it is a bit of a kludge.
    I'd like to make it more functional though.  My main question is the following:  How can I detect a "control-mouseclick" event?  I plan to use this event to change the Intensity Graph max by a factor rather than by an additive value.
    A second small question:  On the numeric control, is there a way I can get rid of the displayed number whitespace and leave only the increment/decrement buttons?
    Thanks,
    Allan
    Solved!
    Go to Solution.
    Attachments:
    intensity graph scale.vi ‏16 KB
    intensity graph control.jpg ‏21 KB

    tbob,
    Thanks.  Your suggesetion solves my original problem, but it creates another.  With the platmods "ctrl" boolean hooked to a case statement, I can choose between those "ctrl click" and "regular click" cases.  However, with the "mouse down" event, I can't tell if the increment or decrement button was pressed.
    I guess one solution is to replace a single inc/dec control with two booleans controls (increase and decrease) and to have two separate events .  Problem with that is that I'm really piling up event cases, because I'll need several copies of this type of control on my front panel.
    Can you suggest any way to have both inc/dec button and ctrl-mouse functionality?  Maybe there is a way to combine the "value change" and "mouse down" events?
    Allan

  • How could control the scroll events in ALV OO?

    Hello experts!
    I'm programing a report, inside there is a field that need time of processing. I'm using ALV OO.
    I have thought that it could only calculate the field for the lines that visualize.
    How could control the scroll events to calculate the field of the visualized lines?
    I'm using CL_SALV_TABLE class and cl_salv_events_table to control the events, but there aren't any event to control the scroll.
    best regards!

    Hi Sriram,
    I did view the information that you was attaching, but this don't resolve my problem. With methods get_scroll_info_via_id and set_scroll_info_via_id, we can get and put information of selection and view rows in the screen but we don't control when the user click in the scroll for advance or to back down a page.
    I would like to refresh the data in ALV when the user view news rows.
    I want your genial ideas.
    Best regards!

  • Mouse move to the edge of the tabitem and this will trigger mosueenter and mouseleave event again and again

    I have registered the tabitem mouseenter and mouseleave event, and when user move the mouse in tabitem a block will follow, if mouse leave the block will return to the original position. Now I meet a weird thing, when I MOVE THE MOUSE TO THE EDGE OF TABITEM
    CAREFULLY, the block will follow and return again and again. Have you ever meet this problem?
    void fe_MouseLeave(object sender, MouseEventArgs e)
    TabItem item = this.SelectedItem as TabItem;
    if (item != null && item.IsVisible)
    //block return to origin position
    BeginAnimation(item);
    void fe_MouseEnter(object sender, MouseEventArgs e)
    TabItem item = sender as TabItem;
    if (item != null && item.IsVisible)
    //block go to the mouse position
    BeginAnimation(item);

    The MouseLeave and MouseEnter are routed events and this means that your event handlers will get invoked whenever a child element of the TabItem raises any of these events, for example when the mouse enters and leaves an element that is part of the control
    template of the TabItem.
    You also need to understand that the entire TabItem is not a single UI element. It is for example made up of a header and a content panel and this means that there will be at least one MouseLeave and one MouseEnter event raised when you move the mouse pointer
    from the content panel area (which is made up of some elements) into the header area (which is made up of some other elements) and the other way around.
    You need to reconsider your approach here because the MouseLeave and MouseEnter routed events will be fired even when the mouse pointer remains inside the area that you consider to belong to the single TabItem.
    Please remember to mark all helpful posts as answer and then start a new thread if you have a new question. Please don't ask several questions in the same thread.

  • Internal and External Events

    Hello,
    Inside of the Event Loop Structure is there a way of telling if the event was triggered by a Front Panel change or by the Value Signaling property. I'm thinking I could use the value tabs to the left of the structure (maybe source or type), but I do not know exactly how these values are used. I could not find documentation on these tabs.
    Thank You,
    Glen

    While there may be a way using the event structure I was unable in a short look to find it. I created a VI with a numeric control and a value change event that had indicators on the "source" and "type" connectors on the left side of the event frame. I created a sub-vi with a control ref input that was tied to a property node, val(sgnl). This was in a for loop set to execute a few times. This vi was set to run in the "other1" thread rather in the "same as caller" which would have been the UI thread. When I run this
    the "Source" indicator on the top level vi shows LabVIEW UI and the "Type" as Value Change the same as if the control is actuated in directly in the higher vi ...
    Sorry,
    Putnam Monroe
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • How to Calculate Freight and Acquisition Overheads on Material Price

    Hi Gurus,
    currently i am working in Product costing. my requirement is to calculate Freight and Acquisition overheads on Material Price.i have maintaind rates for condition types ZFRA , ZA2H and ZAOH  by using MEK1 transaction code. eventhough system is not calculating this overheads while running CK11n. system showing only material price no other oveheads.
    my intension is to estimate the cost for Purchased parts not for Manufacturted parts. for that i have given the priority in the Valuation Variant is Price from purchase record.
    can anybody resolve my problem?
    Thanks&Regards
    Prasad

    Hi
    Thanks for your reply.According to my clients requirement i need to do material cost estimates for purchased materials thru ck11n.for this i have given priority as price from purchase info record in the Valuation Variant. my mm  friends maintaind price in the purchase info record ME11.
    In additions to this i also maintained rates for Freight,Acquisition and Customs condition types in MKE1.
    Now if i run CK11n, system showing only Material Price which is in the Purchase inforecord but system not calculating any required overheads.
    I need to calculate Overheads thru Condition types not thru Costing sheet.
    If you see Price Simulation system calculating the Overheads accordingly.but same is not getting populating while running the CK11n.
    In Valuation Variant under the Deivery Costs tab I have assign all required Condition types to Valuation Variants and Controlling area accordingly.
    I hope that i explained my current problem clearly.can anybody give me the solution
    Thanks&Regards
    Prareddy

  • Is it possible to sort the controls and indicators on the front panel?

    Programming events would be much easier in an application with lots of
    controls and indicators, if there where a means to sort and group them.
    Is there any means to do so such that you see a sorted list when choosing the control that triggers an event etc..?

    I am not aware of a way to sort the list of controls (that are listed in the edit events dialog) by name. They seem to be sorted in the order they were created.
    I agree, sorting could be useful for large VIs.
    LabVIEW Champion . Do more with less code and in less time .

  • If you have any possible with in the itemrender have one is label control and onther one is datagrid

    Hi Friends,
                    If you have any possible with in the itemrender have one is label control and onther one is data grid control.
    In my application i was using list control.The list control have item renderer. In my case if i click list control of label name, the corresponding releated data of data grid need to display and list control label also.
    <mx:List width="750" id="Lst_userlist" verticalScrollPolicy="off"  horizontalScrollPolicy="off" rowCount="20"
    labelField="sec_user_first_name+sec_user_last_name" labelFunction="BindUserName" buttonMode="true" itemClick="Click_UserList(event)" >
    <mx:itemRenderer>
      <fx:Component>
       <mx:VBox  horizontalScrollPolicy="off" verticalScrollPolicy="off" >        
         <s:Label id="lbl_userhead" name="{data.sec_user_first_name+data.sec_user_last_name}" buttonMode="true" color="#000000"/>
              <mx:DataGrid height="100%" id="membershipGrid" alternatingItemColors="[#DCDCDC,#F8F8FF]"  paddingLeft="5"  horizontalScrollPolicy="off" color="black"
          horizontalGridLines="false" verticalScrollPolicy="auto"  verticalGridLines="false"   rowCount="{membershipArrColl.length}" rowHeight="25"
                borderSkin="{null}" showHeaders="true" borderVisible="false" dataProvider="{membershipArrColl}" width="750"  visible="false" includeInLayout="false">
    <mx:columns>
      <mx:DataGridColumn width="180" headerText="Name" minWidth="150" sortable="true"  wordWrap="true" >
       <mx:itemRenderer>
        <fx:Component>
         <mx:HBox horizontalScrollPolicy="off"   >
          <fx:Script>
           <![CDATA[
           override public function set data(value:Object):void{
           super.data = value;
           if(data.home_sec_organization_id==data.sec_organization_id)
            fileimg.load("/ist_shared/ist_images/ist_icons/Modern/gif/16/hot/user _favorites_16_hot.gif");
           else
            fileimg.load("/ist_shared/ist_images/ist_icons/Modern/gif/16/dis/user _remove_16_dis.gif");
           lbl_Gridcloumn_name.text=data.sec_user_first_name+" "+data.sec_user_last_name;
           ]]>
          </fx:Script>
          <mx:Image id="fileimg"    buttonMode="true"  toolTip="This is the User's Home Organization"/>          
          <s:Label  id="lbl_Gridcloumn_name"  width="200" buttonMode="true" textDecoration="underline" toolTip="User Menu [{data.sec_user_name}]" click="outerDocument.Click_Name(event);"    />
         </mx:HBox>
        </fx:Component>
       </mx:itemRenderer>
      </mx:DataGridColumn>
      <mx:DataGridColumn width="120" minWidth="110" headerText="UserName" sortable="true"  dataField="sec_user_name"  />
      <mx:DataGridColumn width="100" minWidth="80"  headerText="OrgName"  dataField="sec_org_name">
    </mx:columns>
    </mx:DataGrid>
       </mx:VBox>
      </fx:Component>
    </mx:itemRenderer>
    </mx:List>
    Please Any One Help to me...
    Thanks,
    Magesh R.

    Hi Friend,
    The list values are display Even if i click perticular data list value ,the corresponind data grid are display in blow line data list...
    can u see below sample.
    Blue colotr items are List values
    Green Color items are Data Grid values... If click Blue color name then only correspond data grid items are display...
    Canvass360 01
    Canvass360 01
    canvass360-01
    HR Demo
    System Wide Auth Admin UT
    Canvass360 01
    canvass360-01
    HR Demo
    System Wide DocStor Admin UT
    Andrew Addison
    Andrew Addison
    AAddison
    HR Demo
    System Wide Auth Admin UT
    Andrew Addison
    AAddison
    HR Demo
    System Wide DocStor Admin UT
    System Admin
    System Admin
    Admin
    HR Demo
    MyOrg Administrator UT
    System Admin
    Admin
    HR Demo
    Regional Manager UT
    System Admin
    Admin
    HR Demo
    Site Manager UT
    System Admin
    Admin
    HR Demo
    System Wide Auth Admin UT
    System Admin
    Admin
    HR Demo
    System Wide DocStor Admin UT
    Ben Affleck
    Ben Affleck
    Ben
    HR Demo
    Site Manager UT
    Jennifer Aniston
    Jennifer Aniston
    JenniferA
    HR Demo
    Site Manager UT
    Christian Bale
    Christian Bale
    Christian Bale
    HR Demo
    Site Manager UT
    Brad Burgess
    Brad Burgess
    BBurgess
    HR Demo
    System Wide DocStor Admin UT
    Sean Connery
    Sean Connery
    SConnery
    HR Demo
    Site Manager UT
    Harrison Ford
    Harrison Ford
    HFord
    HR Demo
    Regional Manager UT
    Megan Fox
    Megan Fox
    MFox
    HR Demo
    Regional Manager UT
    Chuck Gamble
    Chuck Gamble
    CGamble
    HR Demo
    MyOrg Administrator UT
    Chuck Gamble
    CGamble
    HR Demo
    Regional Manager UT
    Chuck Gamble
    CGamble
    HR Demo
    Site Manager UT
    Chuck Gamble
    CGamble
    HR Demo
    System Wide Auth Admin UT
    Chuck Gamble
    CGamble
    HR Demo
    System Wide DocStor Admin UT
    Chuck Gamble
    CGamble
    HR Demo
    OnBoarding UT
    Please Any One Help to me.
    Thanks,
    Magesh R.
    Amiee Mann
    AMann
    HR Demo
    Regional Manager UT
    Jennifer Smith
    JenniferSmith
    HR Demo
    Site Manager UT
    Reese Witherspoon
    Reese
    HR Demo
    Site Manager UT

Maybe you are looking for

  • Bought a MacBook Pro Just Before the New Ones Came Out?

    I'm just going to put this out there since every time Apple refreshes a product, we get the same questions: +*1) I just bought my MacBook Pro a week ago. Can I exchange it for a new 2011 one?*+ In the U.S., Apple has a 14 day return policy. You may r

  • Logical Standby - Log auto delete

    Hello Everybody, We are having a logical standby database which is working fine.. But the only concern is with deletion of archive logs that are applied.. I wanted to auto delete the archives that are applied.. Till yesterday all the archives that ha

  • Unread message doesn't exist

    Mail says I have an unread email, but I have non. I have rebuilt the mailbox and deleted the index in the library, but it is not working. The folders inside the home\library\mail are: Bundles (spamsieve) Bundles (disabled) Mac-username Mailboxes the

  • Expired Password - PLEASE HELP!

    Does anyone know how to go about changing all the Administration Passwords? Our DBA set up the lastest 10g version of portal on our server and sent us the URL with the user log in details. Well now we try to log in and it says password has expired co

  • SPD "The server could not complete your request" while "Saving the XOML file"

    Greetz! I'm trying to resolve an issue where a SharePoint Designer Approval workflow on a list fails while "Saving the XOML file". The workflow has been reduced to a single step for tests and it still fails.The more details dialog is empty. The Even