Drop or delete instance

what is the command to drop or delete instance?

or you mean drop database
http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_8009.htm#i2157988

Similar Messages

  • How to drop/delete instance

    Hi all,
    I need to delete or drop an instance from the database. How do i do it? What command to use to drop the entire instance with the data in it. I dont need the instance as we'r creating a new one.pls help on how to delete instance.
    Thanks
    M.Kaur

    An instance is merely a set of memory structures. If you stop the instance, those memory structures disappear. So you can't say, 'I don't want to stop the instance but remove it' unless you and I are talking a completely different language where words have new meanings. To "remove" an instance, you stop it. But the correct terminology is "stopping an instance".
    If i would to delete my datafiles,control files and redo logs files, how should I do that
    Well, how do you delete any file? Depends on my OS, of course, but del *.txt usually does the trick of deleting all text files on Windows, and there's rm *.txt for doing the same thing on Linux or Unix. It's a safe bet that to delete all traces of a physical database, you're going to need to do something like del *.ctl or rm *.dbf.
    So no, you can't delete all traces of a database without having access to the file system. And you won't get that from SQL*Plus.
    And no, there are no scripts I can provide for this sort of thing. Apart from anything else, I haven't a clue what operating system you're running, so my forward slashes might need to be your backslashes or vice versa. But even if I knew, I wouldn't provide you with a script: deleting a database is something you do with care and understanding, not something you can borrow someone else's generic scripts for!

  • Delete instance subform with radioButton

    Hello I have a problem, an object radio button (yes or no)
    I have to delete instances if they are not valued
    For example, if I believe 5 instances without exploiting any field, when I select NO I delete only those instances not valued
    I put an example to better understand
    how can I do??

    Please clarify.
    1) if the radio button is set to 'No', when you click the 'Delete' button the row instance is not deleted, or
    2) if the radio button is set to 'No' and the drop-down selection is null, when you click the 'Delete' button the row instance is not deleted, or
    3) another variation
    Steve

  • Error while deleting instances and Human Tasks arent deleted

    Hi,
    The Error:
    Cannot delete instances.
    The process domain was unable to purge the instances from the datastore. The exception reported is: [POL-5130] table or view SYSTEM.WI_FAULT not found
    Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check that the datasource connection parameters (user/password) is currently valid.
    sql statement: DELETE FROM wi_fault WHERE domain_ref = ?
    When I query tasks over a jsp i also get the uncompleted human tasks from the deleted instances ( the try to delete them, i think they are there, but in the BPEL Console i cant see them anymore).
    The Error occured since i patched my oracle soa suite 10.1.3.1 to 10.1.3.3.
    What can I do?
    I hope someone can help me.
    My best Regards

    I think you didn't ran the upgrade-script when you've installed the patchset 10.1.3.3 to your bpel environment.
    Check the readme file of the patchset and you will see in the post-installation tasks you need to run the upgrade-script to patch your database environment as well.
    Kind regards,
    Nathalie

  • Error while deleting instance in 10g RAC

    Hi,
    I am trying to delete an instance in node 3 using DBCA. I am in node 2 and when I give username and password (Instance Management --> Delete Instance) i get the following error
    "SID given in connect descriptor could not be resolved.
    Connection to the database failed. Please make sure that service "xxxxxx" is registered with the listener. Username Sys has SYSDBA privleges, password is correct and then try again."
    The local_listener parameter is set to the listener name.
    Please provide suggestions...Its urgent.

    Hello,
    I think you should refer to this Doc ID:  269320.1 : Removing a Node from a 10g RAC Cluster ; this might be helpful to you. You can also try srvctl command to remove instance from the RAC and follow the instructions.
    Make sure you take backup of OCR before removing the node /instances.
    Can you connect from node2 to node 2 using explicit connection string, how is your tnsnames.ora configured? If not able to connect correct that issue and try again
      sqlplus username/password@NODE3_INSTANCE;
    Regards

  • SMSY Error : Unable to delete Instance Components

    On SMSY transactions...how to remove / unselect the J2EE Adapter Engine(PI/XI) and J2SE Adapter
    Engine(PI/XI. Is there any table associate  with Extended Assignment off to remove?

    Hello Filipe,
    maybe SAP Note [862211|https://service.sap.com/sap/support/notes/862211] "SMSY: Procedure when deleting instances" might be helpful.
    Best regards,
      Andreas

  • Finding out the deleted instance from a recurrent set of events

    Good Morning,
    We have a requirement to find out all the events which belong to a uid in a recurrent event. When the event is created the RRULE returned is:
    RRULE:FREQ=MONTHLY;BYMONTHDAY=16;COUNT=6;INTERVAL=1;WKST=SU
    I then change the date of one of the instance in the event and the rrule and rdate are returned as follows
    RRULE:FREQ=MONTHLY;BYMONTHDAY=16;COUNT=6;INTERVAL=1;WKST=SU
    RDATE:20060717T060000Z
    I then delete one of the instance and there is no change in the properties rrule or the rdate.
    Is there a way to find out the deleted instances in the recurrent set while doing the fetch on the calendar.
    Best Regards
    Joyce

    Good Morning,
    We can use the EXDATE and EXRULE property to get the events in exception.
    Thanks
    Joyce

  • Guided Procedures Problems with Deleted Instances

    Hi everyone, good morning, In Guided Procedures Administration I cannot delete Instances, when I trying to delete an instance through "Procees Instance Manager" I had the following message "Cannot stop instance <Instance name> <null>", this Instance I finished it and then I try to deleted, its status is Terminated, I want to clean my  Completed Processes, Terminated Processes but I can't, what should I do? Thanks
    Atte Israel

    Hi
    Try following:
    Maintain Processes -> All Processes
    - check terminated checkbox checked.
    - select dates
    - put the name of prococess contributor
    - check the relevent checkbox of process contributor roles
    Then try to delete the instance. Instance takes time to delete. Behind the scene all instance are working as threads.

  • XBRL Extension - loading/deleting instance?

    Hi,
    I have the XBRL Extension installed on Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production.
    I loaded a taxonomy (with loadSchema and loadLinkbase procedures) and several instances (with loadInstance procedure) without any problems. I can also delete an instance, but if I want to reload that instance, or another instance, using the same location I get:
    > EXEC DBMS_ORAXBRL.loadInstance('/test/istance1.xbrl', XMLType(BFILENAME(BASE_DIR, '/istance1.xbrl'), nls_charset_id('AL32UTF8')));
    ok
    > EXEC DBMS_ORAXBRL.deleteInstance('/test/istance1.xbrl');
    ok
    > EXEC DBMS_ORAXBRL.loadInstance('/test/istance1.xbrl', XMLType(BFILENAME(BASE_DIR, '/istance1.xbrl'), nls_charset_id('AL32UTF8')));
    ORA-20023: Delete Instance Failed: ORA-31001: Invalid resource handle or path name "/xbrl/xbrlsys/xbrlrc.xml"
    ORA-06512: at "XBRLSYS.DBMS_ORAXBRL", line 1506
    ORA-06512: at line 1
    What I did wrong? Is it a bug? I have the same issue if I execute DBMS_ORAXBRL.deleteFolder('/test') instead of deleteInstance. No problems if I change the location to '/test/istance2.xbrl' or similar...
    Furthermore, is it possible to update an instance without deleting it before?
    Thanks in advance for your help.

    Hi,
    no news for this issue?
    For the last question, I found that the guide (APIs &amp;#x2013; XBRL Extension to Oracle XML DB) says:
    loadInstance: Load one instance document into the XBRL repository. If the document is present in the repository, replace it.
    but this sentence is not reported in the detailed API.
    I tried to execute the loadInstance procedure specifying the same instanceLoc but I get another error:
    ORA-20026: Load instance failed: ORA-31003: Parent "/test/" already contains child entry "instance1.xbrl"
    ORA-06512: at "XBRLSYS.DBMS_ORAXBRL", line 1518
    ORA-06512: at line 1
    Can you give me support to resolve this problem?
    Thanks

  • Do I need to reinstall OBIEE if I drop ORCL DB instance holding RCU schemas

    Hi,
    I want to drop Oracle database instance named ORCL which contain OBIEE schema namely BI_PLATFORM and MDS and tablespaces. If I re-create the same database instance ORCL again and run RCU, will the existing OBIEE work or I need to reinstall OBIEE.
    Thanks,
    Anilesh

    Hi,
    No need of installing OBIEE again,
    After installing RCU , u need to modify the details in console.
    go to - Envirinment - cluster - bi_cluster - services - bip_datasource - connection pool -
    Give ur database details here.
    and restart server
    Mark if 'HELPFUL'

  • How to retrieve deleted instances

    Hello Everybody,
    In Guided Procedure Administration, we have one link for Maintain tasks. Using this feature, we can find the existing GP instances.
    There is one option to delete the instances.
    Is there any way ti get the deleted instances back any how?
    By deleting one instance, all the running instances are gone from the list. Now, there are no running instances shown.
    CAn you please let me know whether any way to get those back?
    IT would be really appriciated.
    Thanks,
    Bhavik

    Hi
    Have a look on similar thread
    1. [GP process |GP process and Delete instances Button aunder GP Administration invisible;
    2. [Question to Guided Procedures   |Question to Guided Procedures;
    3. [test|GP Folders not deleted on undeploy;
    BR
    Satish Kumar

  • Drop/Delete Instance

    Hi,
    We are recycling an old system with oracle9i for as a test server for another project. How do i delete the instance from the system as we do not need it any more.

    If its windows server:-
    Net Stop oracleservice<sid>
    Oradim -delete -sid <sid>
    then remove all datafiles / control files / etc / etc
    if its unix server :-
    shutdown database;
    then remove all datafiles / control files / etc / etc

  • Error while deleting Instance

    During the deleting of an SAP instance, I receive these messages.  I am using the SAPinst to perform the delete.  I receive this error during the Drop instance phase.  The instance is an SCS instance.  This is the last instance to be removed.  Can anyone give me a work around?
    ERROR 2008-08-25 16:17:16
    FJS-00003  TypeError: instance has no properties (in script NW_Uninstall|ind|ind|ind|ind, line 90104: ???)
    ERROR 2008-08-25 16:17:16
    FCO-00011  The step runCleanIPC with step key |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0|NW_Instance_Uninstall|ind|ind|ind|ind|2|0|runCleanIPC was executed with status ERROR .

    Satish,
    Yes this is a windows platform 32 bit.
    Thanks for the suggestion, but i do not have the Sneak_Preview\Full\Install in my path. Instead I have
    C:\Program Files\sapinst_instdir\NW04S\LM\UNINSTALL\AS.  I made the change in the control.xml in this directory and restarted the uninstall.  I still have the same result.
    Here is the entire error log.   Maybe you can see another issue here?
    Thanks for your help.
    David
    INFO 2008-08-26 08:57:29
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/LM/UNINSTALL/AS/keydb.xml' to 'C:/Program Files/sapinst_instdir/NW04S/LM/UNINSTALL/AS/keydb.1.xml'.
    INFO 2008-08-26 08:57:29
    Creating file C:\Program Files\sapinst_instdir\NW04S\LM\UNINSTALL\AS\inifile.xml.
    INFO 2008-08-26 08:57:29
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/LM/UNINSTALL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW04S/LM/UNINSTALL/AS/inifile.1.xml'.
    INFO 2008-08-26 08:57:29
    Execute step fillContext of component |NW_Uninstall|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:35
    Execute step fillContext of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:35
    Execute step readProductXML of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Read_Product_XML|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 08:57:36
    Execute step checkRuntimeSystem of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:36
    Execute step askStandardMode of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:36
    Execute step syncKeydb of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:36
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/LM/UNINSTALL/AS/product.xml' to 'C:/Program Files/sapinst_instdir/NW04S/LM/UNINSTALL/AS/product.1.xml'.
    INFO 2008-08-26 08:57:36
    Execute step changeUserInstall of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:36
    Creating file C:\Program Files\sapinst_instdir\NW04S\LM\UNINSTALL\AS\change.log.
    INFO 2008-08-26 08:57:36
    Output of change user /install is written to the logfile change.log.
    WARNING 2008-08-26 08:57:36
    Execution of the command "change user /install" finished with return code 1. Output: Install mode does not apply to a Terminal server configured for remote administration.
    INFO 2008-08-26 08:57:36
    Execute step chgautInstdirPublicAllOS4 of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:36
    Execute step replaceDLLs of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:36
    Execute step registerEventsDll of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:36
    Execute step AddPrivileges of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:37
    Execute step checkInstDirPermissions of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:37
    Creating file C:\Program Files\sapinst_instdir\NW04S\LM\UNINSTALL\AS\testfile.1.
    INFO 2008-08-26 08:57:37
    Removing file C:\Program Files\sapinst_instdir\NW04S\LM\UNINSTALL\AS\testfile.1.
    INFO 2008-08-26 08:57:37
    Execute step DNSCheck of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:37
    Execute step done of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:37
    Execute step fillContext of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 08:57:37
    Execute step collect of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_readProfileDir|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:44
    Found these instances: sid: GTQ, number: 03, name: SCS03, host: dpgtqclvsid: GTQ, number: 02, name: ASCS02, host: dpgtqclvsid: GTQ, number: 00, name: D00, host: dpgtqcl002sid: GTQ, number: 12, name: ERS12, host: dpgtqcl002sid: GTQ, number: 13, name: ERS13, host: dpgtqcl002
    INFO 2008-08-26 08:57:45
    Execute step getMounts of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_readProfileDir|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:45
    Execute step getMounts of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_readProfileDir|ind|ind|ind|ind|0|0|NW_getMounts|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:45
    Execute step updateMountInfo of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_readProfileDir|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 08:57:45
    Execute step getProfileDir of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_readProfileDir|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 09:01:35
    Execute step fillContext2 of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 09:01:35
    Execute step fillContext of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 09:01:35
    Execute step fillContext2 of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 09:01:37
    Execute step isUnicodeFromStack of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|1|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 09:01:37
    Execute step isUnicodeFromExecutables of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|1|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 09:01:37
    Execute step isUnicodeFromMsgServer of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|1|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    WARNING 2008-08-26 09:01:39
    Connect to message server (dpgtqclv/3902) failed: NIECONN_REFUSED.
    INFO 2008-08-26 09:01:39
    Execute step isUnicodeFromProfile of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|1|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 09:01:40
    Execute step askUnicode of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|1|0|NW_getUnicode|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 09:01:40
    Execute step sanityCheckAccounts of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0|NW_GetSidFromProfilesPartial|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 09:01:40
    Execute step return of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_GetSidMaybeProfiles|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 09:01:40
    Execute step fillContext2 of component |NW_Uninstall|ind|ind|ind|ind|0|0.
    INFO 2008-08-26 09:01:40
    Execute step getHasABAPandJava of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_getHasABAPandJava|ind|ind|ind|ind|2|0.
    INFO 2008-08-26 09:01:40
    Execute step askHasABAPandJava of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_getHasABAPandJava|ind|ind|ind|ind|2|0.
    INFO 2008-08-26 09:01:40
    Execute step fillTable of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0.
    INFO 2008-08-26 09:01:41
    Execute step askInstances of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0.
    INFO 2008-08-26 09:01:44
    Execute step fillContextUsers of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0.
    INFO 2008-08-26 09:01:44
    Execute step fillContext of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0.
    INFO 2008-08-26 09:01:44
    Execute step fillContextDB of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0.
    INFO 2008-08-26 09:01:44
    Execute step askDB of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0|NW_uninstallDB|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 09:01:55
    Execute step fillContext of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0|NW_uninstallDB|ind|ind|ind|ind|1|0.
    INFO 2008-08-26 09:01:55
    Execute step checkPostConditions of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0|NW_Instance_Uninstall|ind|ind|ind|ind|2|0.
    INFO 2008-08-26 09:01:55
    Creating file C:\Program Files\sapinst_instdir\NW04S\LM\UNINSTALL\AS\summary.html.
    INFO 2008-08-26 09:01:59
    Execute step stopInstances of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0.
    INFO 2008-08-26 09:02:00
    Creating file C:\Program Files\sapinst_instdir\NW04S\LM\UNINSTALL\AS\stop_GTQ_SCS03.log.
    INFO 2008-08-26 09:02:00
    Output of R:\usr\sap\GTQ\SYS\exe\uc\NTI386\stopsap.exe name=GTQ nr=03 SAPDIAHOST=dpgtqclv is written to the logfile stop_GTQ_SCS03.log.
    INFO 2008-08-26 09:02:07
    Execution of the command "R:\usr\sap\GTQ\SYS\exe\uc\NTI386\stopsap.exe name=GTQ nr=03 SAPDIAHOST=dpgtqclv" finished with return code 0. Output: STOPSAP executed succesfully
    WARNING 2008-08-26 09:02:09
    Connect to message server (dpgtqclv/3903) failed: NIECONN_REFUSED.
    INFO 2008-08-26 09:02:09
    Execute step removeOsCol of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0|NW_Instance_Uninstall|ind|ind|ind|ind|2|0.
    INFO 2008-08-26 09:02:10
    Execute step stop of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0|NW_Instance_Uninstall|ind|ind|ind|ind|2|0.
    INFO 2008-08-26 09:02:11
    Creating file C:\Program Files\sapinst_instdir\NW04S\LM\UNINSTALL\AS\stop_GTQ_SCS03.log.
    INFO 2008-08-26 09:02:11
    Output of R:\usr\sap\GTQ\SYS\exe\uc\NTI386\stopsap.exe name=GTQ nr=03 SAPDIAHOST=dpgtqclv is written to the logfile stop_GTQ_SCS03.log.
    INFO 2008-08-26 09:02:19
    Execution of the command "R:\usr\sap\GTQ\SYS\exe\uc\NTI386\stopsap.exe name=GTQ nr=03 SAPDIAHOST=dpgtqclv" finished with return code 0. Output: STOPSAP executed succesfully
    WARNING 2008-08-26 09:02:20
    Connect to message server (dpgtqclv/3903) failed: NIECONN_REFUSED.
    INFO 2008-08-26 09:02:20
    Execute step removeJavaInstancesFromDB of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0|NW_Instance_Uninstall|ind|ind|ind|ind|2|0.
    INFO 2008-08-26 09:02:20
    Execute step runCleanIPC of component |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0|NW_Instance_Uninstall|ind|ind|ind|ind|2|0.
    ERROR 2008-08-26 09:02:21
    FJS-00003  TypeError: instance has no properties (in script NW_Uninstall|ind|ind|ind|ind, line 90104: ???)
    ERROR 2008-08-26 09:02:21
    FCO-00011  The step runCleanIPC with step key |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0|NW_Instance_Uninstall|ind|ind|ind|ind|2|0|runCleanIPC was executed with status ERROR .

  • Problem with the deleted instance of the subform in the generated XML

    Hi
    I have a dropdown and it has 3 values in it and I have 3 subforms(min count=0, max count=1).
    Based on the selection of the dropdown
    If value is 1, I am adding an instance of subform 1
    If value is 2, I am adding an instance of subform 2 and deleting the instance of subform 1
    and so on.
    This functionality works fine.
    The question is when i generate XML using "submit by email" button, the generated XML also contains the tags of the subforms which are not present in the form and got deleted. They appears as an empty tag in the xml which i do not want in that file if that subform instance got deleted.
    Pls. Help
    Thanks
    Abhiram

    Hi,
    As you know the binding is set in the Object > Bindling palette. You can't change the binding using script at runtime, therefore if objects have a binding Name/Normal or Global, then they will participate in the XML data processing.
    I don't think you can change this in LC Designer/Acrobat. You might be able to process the XML file once you have received it.
    Good luck,
    Niall

  • Drag and drop between multiple instances of an executable

    I want to know if there is a special way (not using Windows API) to drag and drop data between multiple instances of a same executable. 
    I have an application built in LabVIEW, where the main window can open a child window. Each window has a plot control. Between the two windows, a plot data of main window can be copied by drag and drop. 
    And I open another instance of the same executable. Now there are two executables(A and B).
    I want to drag and drop a plot data from the main window of B to the child window of A. But in this case, Drag Enter Event is not fired. I think that the event seems to be fired only inside an executable.
    http://digital.ni.com/public.nsf/allkb/AB268878693EF4B586257037004A6725 says that Queue or Semaphore is working only inside an executable. Is drag operation also valid only inside a process?

    Hi,
    Placed images (as opposed to pasted images) in Indesign are by their very nature pointers to an external image file, so there is no way to slim down the size of your exported PDF other than by playing with the export settings. Other than that, ensure that your file is placed in Indesign at 100% and at the correct resolution for your desired output. If you open the PDF in Acrobat, you can also save as a reduced size PDF which may help.
    Good luck!
    Malcolm

Maybe you are looking for