Deleting interfaces from class

hi to all
I am trying to delete interfaces from class . But it showing that "You cannot perform this action in modification/enhancement mode". where is the problem.
thank you

Hi,
       This error comes up when the object you are trying to edit has original system as something else. This is a protection given by the modification assistant, so that the changes to the objects are recorded. If you know what you are doing(modifying objects in non-original system), go to edit menu and select modifications and select "switch off modification assistant".
Regards,
Arun Prakash

Similar Messages

  • Impact of Deleting interface from ASA

    Hi Everyone,
    During our maintenance window i need to delete few interfaces from ASA.
    In ASDM when i filter by these interface names i see many acl configured for these interfaces but ACL have different name as compare to interface
    name.
    If i delete the interface will it also delete all those ACLs and any object groups configured under interface subnets?
    Or
    What else will be deleted when  i delete the interface from ASA?
    Regards
    MAhesh

    You would have to re write that ACL entry as it will either be deleted or the reference to the inside interface will be deleted and the rest of the ACL will remain.  When I tested it my ACL remained but the name of the interface was removed.  As I mentioned I am testing this on an 8.4 box so it is possible that in newer versions this ACL will be deleted.
    the access-group inside_access_in in interface inside command will be deleted once you delete the inside interface...actually you don't need to delete the inside interface for it to be deleted, you only need to remove the nameif command from the interface.  once the nameif is removed from the interface, all commands that reference that name will also be deleted.
    This is why I stated that you should assume that all commands that reference the name of the interface you are deleting will also be deleted.  That would include, but not limited to, ACLs, NAT, Policy maps, and static routes...just to name a few.
    Please remember to select a correct answer and rate helpful posts

  • How to delete students from class roster?

    Hi all,
    Enrolling students in a class was easy, but...
    How do you delete a student from the class roster?
    Thanks!

    Hi
    It’s not so difficult!
    But, it could be better, writing also the model number of your reader device!!!!
    Anyway, here is how on PRS-T2 http://docs.esupport.sony.com/reader/PRST2/eng/contents/06/01/01/01.html
    It’s about the same on most newer models of reader devices (PRS-T1/T2/T3…)
    ---Press the HOME button --> tap [Bookshelves]
    ---Tap and hold an item
    The option items appear.
    ---Tap [Delete].
    ---Tap [Yes] when prompted.
    The item is deleted from the Reader
    Jannis

  • Recover deleted method from class.

    Hi,
    Is there any way I can recover a method which I deleted from my active class. I haven't activated the new class yet.
    Regards,
    Swadhin

    even  if  you  have saved the deleted Method   just  go to se10  see the Change request   in which you have saved   from there  open the request you can see you class  and in the Method  which you deleted   Double Click on it and  see the method.
    otherwise  go for the Version Management of that Class not for the Method.
    Because  Your class is  like your Function Group so with that the version managemnet of the Class you can get it back ....
    Reward  points if it is usefull...
    Girish

  • "Safe" delete of Thread class from a Vector

    I need to be able to delete a thread class object from a vector.
    1) Is it safe to do so immedately after calling xyz.stop() ?
    2) If so, does Java clean all the thread stuff up automatically ?
    3) If not, is there something else I should do to clean up?

    The stop method of class Thread is deprecated, however it's still possible to stop this thread. A thread's memory should become available for garbage collection the moment it is no longer executing, and it is no longer being reffered to.
    To stop your thread, you need to set a boolean flag that is available to it to false:
    Thread myThread = new Thread()
         public boolean stopRunning = false;
         public boolean threadComplete = false;
         public void run()
              while(!stopRunning)
                   doSomething();
              threadComplete = true;
    }If you are doing something involving blocking I/O inside your thread, you're going to need to interrupt the thread after setting this public flag to true in order to get it to stop executing.
    Then you can simply remove it's refference from that Vector, and it will become elligable for Garbage collection the moment it becomes inactive.
    -Jason Thomas.

  • [svn] 4081: Remove @private from an interface and class

    Revision: 4081
    Author: [email protected]
    Date: 2008-11-12 06:50:02 -0800 (Wed, 12 Nov 2008)
    Log Message:
    Remove @private from an interface and class
    QE Notes: None
    Doc Notes: None
    Bugs:
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseContentH older.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/ISmallMessage.as

    System.arraycopy()
    You're almost certainly better off with a List implementation, though. Whether you use LinkedList or ArrayList should depend on your usage specifics, but from the limited information provided it seems that LinkedList would be a better choice.

  • Renaming proto files in the browser interface deletes them from my ipad.

    Step 1.  Create a new proto project, on your ipad.  It defaults its name to "Project 2".
    Step 2.  Add some drawings/text/what ever, just to have something in it.
    Step 3.  Go back to the "home screen" (top left arrow) to see your samples folder, and the "project 2" listed.
    Step 4.  Watch it sync to the cloud.
    Step 5.  Go to https://creative.adobe.com/files and see your project 2 listed there.
    Step 6.  Rename "Project 2" to something more sensible, like "This is my awesome client project" or, you know, what ever you need to call it, so you know what it is.
    Step 7.  Go back to your ipad,  watch Proto "sync", and the project you just created, vanishes from Proto, meaning you can't work on it any more.  
    Asking proto to sync, doesn't retrieve it from creative cloud, and now its just on creative cloud, how ever you left it, and I can't figure out how to get it back on my ipad.
    This... is a pretty serious bug.
    It appears the act of renaming it deletes it from the ipad.

    Yes this is a bug.
    A workaround is to rename the file on the web to anything with '.proto' on the end. It will then re-appear on your iPad.

  • Is there any BAPI or function module  to delete entries from a table (VBAK)

    Hi Everybody,
    this is my first thread in SDN...
    my problem follows...
    A report is be created that selects all sales orders created by e-Sales that are more than 20 minutes old and still have a delivery block:
    tables:
    VBAK     sales document: header data
    selection fields:
    VBAK-LIFSK      &#8800;     <BLANK>
    VBAK-ERNAM     =     userID used by e-Sales / IVE
              (EP-BATCH / EAI-BATCH)
    VBAK-ERDAT      <=     Current system Date
    VBAK-ERZET     <=     Current system Time - 20 minutes
    These orders should be deleted from SAP system.
    This report should be scheduled to run regularly every 10 minutes.
    my doubt : is ther any BAPI or Function module to delete entries from a standard table...if no what is the way to delete the enteries from a std table...
    best replies will be rewarded....
    regards
    Reddy

    Hi Vasanth ,
    thanks for your reply.
    i tried in the same manner what u mentioned.
    but how to pass only one parameter to the functionmodule..
    here in this case we have to pass only update flag as 'D'..
    i did the same it giving dump..
    An exception occurred that is explained in detail below.                          
    The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_TYPE', was      
      not caught and                                                                   
    therefore caused a runtime error.                                                 
    The reason for the exception is:                                                  
    The call to the function module "BAPI_SALESORDER_CHANGE" is incorrect:                                                                               
    In the function module interface, you can specify only                            
    fields of a specific type and length under "ORDER_HEADER_INX".                    
    Although the currently specified field                                            
    "INT_ORDER_HEADER_INX" is the correct type, its length is incorrect.              
    my pgm :
    *& Report  YNEW_ORDER_DELETION
    REPORT  ynew_order_deletion.
    TABLES:vbak.
    PARAMETERS:
         p_lifsk LIKE vbak-lifsk DEFAULT '02'.
    SELECT-OPTIONS:
       s_lifsk FOR vbak-lifsk DEFAULT '10',
        s_ernam FOR vbak-ernam,
        s_erdat FOR vbak-erdat,"DEFAULT sy-datum.
        s_erzet FOR sy-uzeit.
    *PARAMETERS:
    p_erzet LIKE sy-uzeit.
       s_erdat like vbak-erdat,
       s_erzet like vbak-erzet.
    DATA:
       BEGIN OF int_final OCCURS 0,
            w_vbeln TYPE vbak-vbeln,
       END OF int_final.
    DATA:
      int_return LIKE bapiret2 OCCURS 0 WITH HEADER LINE.
    DATA: int_order_header_inx LIKE bapisditmx OCCURS 0 WITH HEADER LINE.
    DATA:
      wf_time TYPE sy-uzeit.
    INITIALIZATION.
      s_ernam-low = 'KULKARMA'.
      s_ernam-sign = 'I'.
      s_ernam-option = 'EQ'.
      APPEND s_ernam.
    s_ernam-low = 'EAI-BATCH'.
    s_ernam-sign = 'I'.
    s_ernam-option = 'EQ'.
    APPEND s_ernam.
    wf_time = sy-uzeit - 1200.
    p_erzet = sy-uzeit - 1200.
    p_erzet-low = wf_time.
    APPEND s_erzet.
      int_order_header_inx-updateflag = 'D'.
      APPEND int_order_header_inx.
    START-OF-SELECTION.
      SELECT vbeln FROM vbak
                       INTO TABLE int_final
                       WHERE lifsk EQ p_lifsk
                         AND ernam IN s_ernam
                         AND erdat IN s_erdat
                         AND erzet IN s_erzet.
      IF sy-subrc = 0.
        LOOP AT int_final.
          CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
            EXPORTING
              salesdocument         = int_final-w_vbeln
      ORDER_HEADER_IN             =
        order_header_inx            = int_order_header_inx
      SIMULATION                  =
      BEHAVE_WHEN_ERROR           = ' '
      INT_NUMBER_ASSIGNMENT       = ' '
      LOGIC_SWITCH                =
      NO_STATUS_BUF_INIT          = ' '
            TABLES
              return                      = int_return
      ORDER_ITEM_IN               =
      ORDER_ITEM_INX              =
      PARTNERS                    =
      PARTNERCHANGES              =
      PARTNERADDRESSES            =
      ORDER_CFGS_REF              =
      ORDER_CFGS_INST             =
      ORDER_CFGS_PART_OF          =
      ORDER_CFGS_VALUE            =
      ORDER_CFGS_BLOB             =
      ORDER_CFGS_VK               =
      ORDER_CFGS_REFINST          =
      SCHEDULE_LINES              =
      SCHEDULE_LINESX             =
      ORDER_TEXT                  =
      ORDER_KEYS                  =
      CONDITIONS_IN               =
      CONDITIONS_INX              =
      EXTENSIONIN                 =
        ENDLOOP.
        LOOP AT int_return.
          WRITE:/ int_return-type,
                  int_return-id,
                  int_return-number,
                  int_return-message.
        ENDLOOP.
      ENDIF.
    please help me ..its a very urgent issue to be solved...
    am waiting for ur reply...
    regards
    gangareddy

  • Deleting message from Message Handler

    Hello,
    I want to delete some message that are getting displayed on ECM UI from SAP in the BADI HRECM00_CONSISTENCY.
    There are several methods available for adding and getting messages from message handler in class CL_HRPA_MESSAGE_LIST
    but there is no method for deleting message from message handler.
    Please let me know if any one of you have any idea,how to delete messages from message handler.
    Message handler has reference to CLASS CL_HRPA_MESSAGE_LIST in the BADI.
    Thank you
    Arvind

    Hello
    In the BADI the messages are not coming in internal table but are in class instance (message_handler).I have got the messages in internal tabe now.But after deleting it this needs to be again added in message handler in such a way that old one are removed and new one are added only.
    This is required as message handler will be carrying the message to ECM user interface where it will be displayed.
    Currently all the message are going to UI,my requirement is to send only my message to UI.
    Thank you
    Arvind

  • Error while deleting Interface

    Hi all
    I have a ODI interface which I need to delete. But when I do right click > delete ... I get an error message 'Error while deleting'. The details shows the following.
    Please help me if you can
    java.sql.SQLException: ORA-00923: FROM keyword not found where expected
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:185)
    at oracle.jdbc.driver.T4CPreparedStatement.execute_for_describe(T4CPreparedStatement.java:503)
    at oracle.jdbc.driver.OracleStatement.execute_maybe_describe(OracleStatement.java:965)
    at oracle.jdbc.driver.T4CPreparedStatement.execute_maybe_describe(T4CPreparedStatement.java:535)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1051)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2984)
    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3026)
    at com.sunopsis.l.r.b(r.java)
    at com.sunopsis.l.r.a(r.java)
    at com.sunopsis.l.r.a(r.java)
    at com.sunopsis.l.r.a(r.java)
    at com.sunopsis.l.r.a(r.java)
    at com.sunopsis.l.e.a(e.java)
    at com.sunopsis.l.f.a(f.java)
    at com.sunopsis.l.a.a(a.java)
    at com.sunopsis.l.a.a(a.java)
    at com.sunopsis.dwg.DwgObject.f(DwgObject.java)
    at com.sunopsis.dwg.DwgObject.a(DwgObject.java)
    at com.sunopsis.dwg.DwgObject.deleteAction(DwgObject.java)
    at com.sunopsis.dwg.DwgObject.a(DwgObject.java)
    at com.sunopsis.dwg.DwgObject.deleteAction(DwgObject.java)
    at com.sunopsis.dwg.DwgObject.a(DwgObject.java)
    at com.sunopsis.dwg.DwgObject.deleteAction(DwgObject.java)
    at com.sunopsis.dwg.DwgObject.a(DwgObject.java)
    at com.sunopsis.dwg.DwgObject.a(DwgObject.java)
    at com.sunopsis.dwg.DwgObject.delete(DwgObject.java)
    at com.sunopsis.dwg.DwgObject.delete(DwgObject.java)
    at com.sunopsis.graphical.g.d.c(d.java)
    at com.sunopsis.graphical.g.d.a(d.java)
    at com.sunopsis.graphical.s.m.actionPerformed(m.java)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.AbstractButton.doClick(Unknown Source)
    at com.jidesoft.plaf.vsnet.VsnetMenuItemUI.doClick(Unknown Source)
    at com.jidesoft.plaf.vsnet.VsnetMenuItemUI$MouseInputHandler.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    thanx
    Sam

    It's about underlying SQL. If your working repository is on Oracle you can try something like this:
    - connect to your work repository
    - try deleting interface
    - if it fails look into v$sqlarea for your query
    - paste it here

  • Delete photo from iPhoto library and HDD

    Hopefully I'm not repeating a previous thread...
    Not being an expert, am I correct in saying that iPhoto only changes its version of the photo when editing it?
    Also, if you delete the photo by moving it to the trash can, it doesn't physically delete it from the HDD? (When you empty the trash can)
    This causes a problem for a few reasons.
    I have just loaded Medialink PS3 which allows the iMac to serve the PS3. (BTW - Good product)
    If you point Medialink to the original HDD folder then this still includes photos I thought I had deleted.
    Also If I want to burn a cd with the photo folder external to iPhoto , the "deleted" photos are also burnt.
    I copied all of the photos from a windows PC, and Picasa allowed you to physically delet from its own folder as well as the HDD.
    Doesn't iPhoto 09 allow this?
    What would iPhoto do if I went through and cleaned up the external folder and deleted jpgs or edited using Canon editing software? If using the external editor, would iPhoto reflect the changes?
    Sorry if this is verbose.
    regards,

    You might want to have a llook at the iPhoto tutorials. They cover a lot of these basics.
    http://www.apple.com/ilife/tutorials/#iphoto-hero
    And the version of iPhoto you are using?
    I'm not at all sure that a Referenced Library is what you want. In fact I strongly recommend against it. But however:
    *How to do it:*
    Simply go to iPhoto Menu -> Preferences -> Advanced and uncheck 'Copy Files to the iPhoto Library on Import'.
    *What Happens:*
    Now iPhoto will not copy the files, but rather simply reference them on your HD. To do this it will create an alias in the Originals Folder that points to your file. It will still create a thumbnail and, if you modify the pics, a Modified version within the iPhoto Library Folder.
    *Some things to consider:*
    1. Importing and deleting pics are more complex procedures. You have to to put the files where they will be stored before importing them. When you delete them you'll need to remove the files from the HD yourself.
    2. You cannot move or rename the files on your system or iPhoto will lose track of them on systems prior to 10.5 and iPhoto 08. Even with the later versions issues can still arise if you move the referenced files to new volumes or between volumes.
    3. Most importantly, migrating to a new disk or computer can be much more complex.
    4. Because iPhoto has no tools for managing Referenced Files, if, for some reason, the path to the photos changes then you could find yourself resolving aliases for +each photo in the Library+ one by one.
    My own opinion:
    I've yet to see a good reason to run iPhoto in referenced mode unless you're using two photo organisers
    If disk space is an issue, you can run an entire iPhoto Library from an external disk:
    1. Quit iPhoto
    2. Copy the iPhoto Library as an entity from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    If you're concerned about accessing the files, There are many, many ways to access your files in iPhoto:
    *For Users of 10.5 and later*
    You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    You can access the Library from the New Message Window in Mail:
    Uploaded with plasq's Skitch!
    *For users of 10.4 and later* ...
    Many internet sites such as Flickr and SmugMug have plug-ins for accessing the iPhoto Library. If the site you want to use doesn’t then some, one or any of these will also work:
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. However, if you're using Gmail you can use iPhoto2GMail
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    *If you want to access the files with iPhoto not running*:
    For users of 10.6 and later:
    You can download a free Services component from MacOSXAutomation which will give you access to the iPhoto Library from your Services Menu. Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and later:
    Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    +Some Other Comments+
    iPhoto will not touch any file outside its library. Period.
    It will copy files on import and leave existing files untouched,
    It will delete files within the Library but not outside the Library.
    When you choose to go with a Referenced Library you are deciding that You want to manage the Files. You want to import them from the camera, you want to sort them however you want and you want to delete them yourself. That's the point of a referenced Library.
    I just did a test by editing a photo using Canon Professional and the changes were not reflected in iPhoto. And vise versa.
    The point of iPhoto is that you interface with your Photos via the Application. Like Addressbook for your contacts, iTunes for your Music, it's the go-to app for your Photos.
    So, you want to edit Photos, you go to iPhoto and use the External Editor:
    You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.
    Note that iPhoto sends a copy+ of the file to Photoshop, so when you save be sure to use the Save command, not Save As... If you use Save As then you're creating a new file and iPhoto has no way of knowing about this new file. iPhoto is preserving your original anyway.
    Regards
    TD

  • How do you delete file from time machine back up?

    How do you delete file from time machine back up?

    This from Apple KB Article  If Time Machine is not in your Dock, you can enter Time Machine from the Menu Bar or System Preferences.
    Deleting data from a Time Machine backup
    To delete all backups of one or more items from a Time Machine backup, follow these steps:
    Click the Time Machine icon on your Dock to enter the Time Machine restore interface.
    Click on the item you would like to delete. Command-click to select multiple items.
    Control-click (or right click) the highlighted item(s) and select "Delete All Backups of..." from the contextual menu, or select "Delete all backups of..." from the Action Item menu.
    Authenticate with an administrator password when prompted.

  • Unable to delete rows from Target.

    Hello everyone,
    I am unable to delete rows from target data store. Here is what I have done.
    Source Oracle 10g - staging 11g - Target Oracle 11g
    I have implemented consistent set CDC on data model in staging and added 2 tables to CDC and turned on the journals . Both tables A and B are joined together via Column E (primary key of table A). Table A is the master table(has foreign key). Table B is child table. Target column consists of all the columns of both table A and B.
    Following is what I am able to do and not to do
    ABLE TO DO. If data is inserted into both or any of journalized tables I can successfully load the same in target by performing following steps. 1. Extend the consistency window at model level. Lock subscriber. Run the interface with any source table marked as Journalized data only. Unlock subscriber and purge journal.
    ABLE TO DO. If data is updated in any of the journalized table, along with the steps mentioned above I can execute two interfaces. In one Interface table A marked as journalized data only Joined with table B and in second interface table B marked as Journalized data only joined to table a.
    NOT ABLE TO DO If data is deleted from one or both tables it shows up as journalized data in JV$D<tablename> marked as D with date and subscriber name but when i run the interface by extending the window , locking subscriber executing both interfaces, unlock subscriber purge journals. no change takes place is Target. After unlocking subscriber step, journalized data gets removed from JV$D view. Please let me know what I am doing wrong here. How can rows delted from source can also be deleted from TARGET?
    NOTE : In the flow table SYNC_JRNL_DELETES is YES
    In moel under jounalized table tab Table have following order Table A folloed by Table B
    Thanks in advance
    Greenwich

    Sorry I still do not get it. when you say "Its a legacy app", are you talking about the VB.NET app ?
    If so then I repeat my self :-) Why not to connecting to the SQL server directly?
    * even if you need information from several databases (for example ACCESS + SQL Server), in most cases, it is much better to connect directly and get each information to the app. Then in your app you can combine the information and analyse it
    [Personal Site] [Blog] [Facebook]
    Access app is the legacy app. 

  • How to delete message from the fodler of  AOL account using Java mail

    Hello All,
    I am using Java MAil API in my application, i want to delete message from AOL account's folder,
    when i set the folder as "Recently Deleted" or "Trash" , i get an exception as "folder does not exist".
    when i tested , some times mail is moving into Recently Deleted folder, but not every time.
    this is happening in both the interface as AOl Interface or my application.
    when i use folder.close(true) after setting the flag of message as DELETED. it completely remove the message from the acount.
    but i want to let the message be remained in the Recently Deleted folder. what should i do.
    i dont want to remove the message completely from the account.I am using IMAP also.

    You'll need to figure out what the real name of the "Recently Deleted" folder is on the AOL IMAP server
    (assuming it's a real folder and not some sort of "virtual" folder), then copy the message into that folder.
    See the folderlist.java demo program as a way to explore the names of all the folders on the server.

  • Delete Button in Class

    Hello All,
    I am unable to delete characteristics from a class as the delete button has got disabled. The problem I guess is due to usage of change number. Once I go to the class after giving the change number, I see that the delete button has got disabled.
    Can somebody throw some light on how to come out of this issue?
    PS:
    I want to archive the change master records too!!!
    Thanks and Regards
    Adithya

    Hi Adithya,
    you can undo (revert) all changes related to a change number with CCUNDO transaction.
    See docs:
    Undoing of Changes - Engineering Change Management (LO-ECH) - SAP Library
    You have to give the change number and it will delete all modifications which are related to that. You also have a simulation mode I propose to simulate it before undoing.
    Best regards
    Tamas

Maybe you are looking for

  • Error while processing dimension!!

    Hello Experts, We are using BPC 7.5 M sp04, I am trying to add a "Parenth6" column to the "Org" dimension (Org dimension already has Parenth1 to Parenth5 columns), After adding the "Parenth6" column I tried processing the dimension and it is showing

  • Printer will not stay on model C5500

    Printer has worked great until I changed the ink cartridge. Now it will not stay on. All the trouble shooting did not work. I get error messages.  I was told it is out of warranty but if it is not a software issue (cost 20.00) I could buy a new one f

  • Runtime Error: SAPSQL_INVALID_TABLENAME or CX_SY_DYNAMIC_OSQL_SEMANTIC

    Hi all! When starting a BPS-Layout, I get a Runtime Error. The Error comes from a Program, which selects from a temporary table: Select   preis_ref from (W_tabelle) into w_preis.   endselect. W_tabelle is at this moment for example "/BI0/0100000054"

  • Data Guard - Different Platforms

    Hello, I'm currently looking at Oracle's Data Guard/Standby DB option. (Standard Edition Version) Our primary database is on a Sun Solaris Sparc system and we want to have our Standby on an Sun Solaris Intel system. Is this possible with Sun Sparc? W

  • BPM 11g urgent questions

    Questions: 1, we don't want to have the "Bulk Actions" function. Is there a way to delete the select column and bulk action function? 2, how to change a worklist table header? For instance, can we change the "Participant" to "Assigned to"? 3, almost