Terminating VB Script after an Error

A simple question that I cannot find the answer too. Below is an section of code to show what I'm looking for. I need to display a error message and then exit the script, what is the command to exit the VBscript?
Thanks,
Archie
Function myDuplicateStyle (myInDesign, myDocument)
On Error Resume Next
myStyleDocument.PageItems.item(myStyleNumber).duplicate myDocument.Pages.Item(1)
If Error.Number <> 0 Then
MsgBox "Custom Style Number " & myStyleNumber & " Missing From Custom Style Document"
Error.Clear
*** What goes here? ***
End If
End Function

Thanks, you nailed it! I tried comparing the two files myself, but Bridge told me that the 72.009 dpi document was 72 dpi.
I have no idea why the resolution mess things up, but as long as I know how to avoid the bug, things are grand!

Similar Messages

  • After Effects error:crash occurred while invoking effect plug-in"scripting"

       I made up a bat file with 8 commands like"  afterfx -m -r ...." .
       It will startup 8 AEs and render my work. But when I double the commands with starting 16 AEs,7-8 of them are carshed,says "crash occurred while invoking   effect plug-in"scripting" .
       And "After Effects error: Crash in progress. Last logged message was:<2312><ASL.ResourceUtils.GetLanguageIDFromRegistry><0>Unable to obtain the User 'Language' registry key at: Software\Adobe\After Effects\10.0\Defaulting to 'en_US'."
       I am confused for a few days. Need help here.
    Warm regards 

    Good question, but I would suspect that the previous instances simply never correctly unload and/or parts of the auxiliary services like dynamiclinkmanager or qt32server remain active/ loaded, ultimately causing a conflicht or simpyl chewing up all your memory...
    Mylenium

  • CCX 8.0.2 Script prompt recording stopped working. Recording command stop after beep, "Error Unmarshaling return" Has anyone experience this error?

    Our Script prompt recording stopped working. After user authentication, the Recording command plays the prompt asking to record after the beep, but after the beep the application ends with error exception on screenshot below.
    Have anyone experience this error?
    Any thoughts will be appreciated
    Cisco Unified CCX Administration
    System version: 8.0.2.11004-12

    Hello Everyone,
    Just in case that someone experience this problem, this problem points to a permission issue with the owner of one of the directories via root. TAC needs to be involved in order to modify the following settings.
    Note:
    If you have two servers, you need to do it on both.
    I've seeing sometimes that it takes a couple of minutes to take action.
    Record prompt script failing with error message    "CMTRecordingDialogImpl"
    UCCX versions:   Linux versions and especially after upgrades to the system.
    Solution:   Problem is due to permissions,
    [root@DISDUCCXPUB ~]# cd /opt/cisco/uccx/
    [root@DISDUCCXPUB uccx]# ls -l | grep temp
    drwxr-xr-x   2 root       root         4096 Oct  6  2011 temp
    [root@DISDUCCXPUB uccx]# chown uccxuser:uccxservice temp
    [root@DISDUCCXPUB uccx]# chmod 775 temp
    [root@DISDUCCXPUB uccx]# ls -l | grep
    temp  drwxrwxr-x   2 uccxuser   uccxservice  4096 Oct  6  2011 temp
    [root@DISDUCCXPUB uccx]#   drwxrwxr-x   2 uccxuser   uccxservice  4096 Jan 17 15:07 temp
    This should take care of the problem. Again, Cisco TAC needs to be engage because of the root access.
    Regards,
    Daniel Amador
    Cisco TAC Support Engineer, IPCC Express Team

  • Problem with Java Script after upgrade from BW 3.5 to BI7

    Dear Colleagues,
    We're facing the issue with Java Script after upgrade of BW 3.5 to BI7.
    Just after update we checked the basic functionality and it occured that some of web templates that use Java Script don't work. They generate seelction screen, but after selection the screen becomes blank without any error messages.
    We're currently stucked since web templates weren't converted to BI7 version so they should work exactly as before the upgrade.
    We compared the Java code with other environment that was not upgraded - it's perfectly the same.
    The only explanation that comes to my mind is that some Java Script settings on the server level were changed during the upgrade but I have no idea where I can check that.
    Thanks in advance for any suggestions,
    Andrzej Bobula

    Hi Deepu,
    Thanks, it was great to read your reply and then few minutes later talk to you live on SDN Day!
    Unfortunately, http cache clean-up did not help. But there is another funny thing I found - for exactly the same 3.5 webtemplate html code returned from WebAS 3.5 was different then from 7.0.
    Unfortunately, this editor does not allow to paste complete code, even in CODE brackets, but here are main differences:
    <b>3.5</b>
       if (navigator.appName == "Microsoft Internet Explorer")
    <frame src="/sap/bw/BEx?SAP-LANGUAGE=E&PAGENO=1&REQUEST_NO=1&CMD=GET_TEMPLATE"
    name="Content">
    and
    <b>7.0</b>
       if (navigator.appName.indexOf("Microsoft Internet Explorer")!=-1)
    <frame src="/sap/bw/BEx?SAP-LANGUAGE=E&PAGENO=8&REQUEST_NO=0&CMD=GET_TEMPLATE"
    name="Content" 0nLoad="javascript:loadTitle()">
    (I intentionaly put 0 i/o o in 0nLoad, otherwise Forum's editor does not accept the text.
    How about SAP's claim that technical upgrade from 3.x to 7.0 changes nothing?
    Regards,
    Vitaliy

  • USER (ospid: 2268): terminating the instance due to error 12853

    Good morning all.
    I have a tricky situation going on around here....
    My Oracle DB was working fine till 5 minutes ago. Once we bounced the server, It stopped working. Here are some details:
    ORACLE RDBMS Version: 11.1.0.6.0
    C:\Documents and Settings\Administrator&gt;tnsping dwcorp
    TNS Ping Utility for 32-bit Windows: Version 11.1.0.6.0 - Production on 12-MAR-2
    009 11:46:44
    Copyright (c) 1997, 2007, Oracle.  All rights reserved.
    Used parameter files:
    D:\app\Administrator\product\11.1.0\client_2\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
    (HOST = riovermelho)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = dwcorp)))
    OK (10 msec)
    SQL&gt; conn [sys@dwcorp|mailto:sys@dwcorp] /as sysdba
    Enter password:
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    Something I consider may cause this issue is that there was a change in the Shared pool size and java pool size without any precautions...
    Wed Mar 11 16:03:13 2009
    ALTER SYSTEM SET java_pool_size='150M' SCOPE=SPFILE;
    ALTER SYSTEM SET shared_pool_size='150M' SCOPE=SPFILE;
    Wed Mar 11 16:06:10 2009
    ALTER SYSTEM SET shared_pool_size='450M' SCOPE=SPFILE;
    ALTER SYSTEM SET java_pool_size='150M' SCOPE=SPFILE;
    Wed Mar 11 16:07:03 2009
    ALTER SYSTEM SET java_pool_size='150M' SCOPE=SPFILE;
    Wed Mar 11 16:14:35 2009
    ALTER SYSTEM SET shared_pool_size='800M' SCOPE=SPFILE;
    Wed Mar 11 21:24:04 2009
    Even after these changes, made yesterday, database was working perfectly fine. Here is the ALERT LOG output, after bounce:
    Starting up ORACLE RDBMS Version: 11.1.0.6.0.
    Using parameter settings in server-side spfile D:\APP\ADMINISTRATOR\PRODUCT\11.1.0\DB_1\DATABASE\SPFILEDWCORP.ORA
    System parameters with non-default values:
      processes                = 150
      shared_pool_size         = 800M
      java_pool_size           = 152M
      memory_target            = 1552M
      control_files            = "E:\APP\ADMINISTRATOR\ORADATA\DWCORP\CONTROL01.CTL"
      control_files            = "E:\APP\ADMINISTRATOR\ORADATA\DWCORP\CONTROL02.CTL"
      control_files            = "E:\APP\ADMINISTRATOR\ORADATA\DWCORP\CONTROL03.CTL"
      db_block_size            = 8192
      compatible               = "11.1.0.0.0"
      db_recovery_file_dest    = "D:\app\Administrator\flash_recovery_area"
      db_recovery_file_dest_size= 2G
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      db_domain                = ""
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=dwcorpXDB)"
      audit_file_dest          = "D:\APP\ADMINISTRATOR\ADMIN\DWCORP\ADUMP"
      audit_trail              = "DB"
      db_name                  = "dwcorp"
      open_cursors             = 300
      star_transformation_enabled= "TRUE"
      diagnostic_dest          = "D:\APP\ADMINISTRATOR"
    Thu Mar 12 11:44:31 2009
    PMON started with pid=2, OS id=3156
    Thu Mar 12 11:44:31 2009
    VKTM started with pid=3, OS id=1324 at elevated priority
    VKTM running at (20)ms precision
    Thu Mar 12 11:44:31 2009
    DIAG started with pid=4, OS id=3000
    Thu Mar 12 11:44:31 2009
    DBRM started with pid=5, OS id=2920
    Thu Mar 12 11:44:31 2009
    PSP0 started with pid=6, OS id=3004
    Thu Mar 12 11:44:31 2009
    DSKM started with pid=7, OS id=3320
    Thu Mar 12 11:44:31 2009
    DIA0 started with pid=8, OS id=2072
    Thu Mar 12 11:44:31 2009
    MMAN started with pid=7, OS id=4068
    Thu Mar 12 11:44:31 2009
    DBW0 started with pid=9, OS id=2092
    Thu Mar 12 11:44:31 2009
    LGWR started with pid=10, OS id=1296
    Thu Mar 12 11:44:31 2009
    CKPT started with pid=11, OS id=1736
    Thu Mar 12 11:44:31 2009
    SMON started with pid=12, OS id=2816
    Thu Mar 12 11:44:31 2009
    RECO started with pid=13, OS id=964
    Thu Mar 12 11:44:31 2009
    MMON started with pid=14, OS id=3040
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Thu Mar 12 11:44:31 2009
    MMNL started with pid=15, OS id=1492
    starting up 1 shared server(s) ...
    Thu Mar 12 11:44:34 2009
    Sweep Incident[26443]: completed
    Sweep Incident[26442]: completed
    Errors in file d:\app\administrator\diag\rdbms\dwcorp\dwcorp\trace\dwcorp_ora_2268.trc  (incident=27649):
    ORA-04031: unable to allocate 257772 bytes of shared memory ("large pool","unknown object","large pool","PX msg pool")
    Incident details in: d:\app\administrator\diag\rdbms\dwcorp\dwcorp\incident\incdir_27649\dwcorp_ora_2268_i27649.trc
    Trace dumping is performing id=[cdmp_20090312114438]
    Thu Mar 12 11:44:44 2009
    Errors in file d:\app\administrator\diag\rdbms\dwcorp\dwcorp\trace\dwcorp_ora_2268.trc  (incident=27650):
    ORA-04031: unable to allocate 128892 bytes of shared memory ("large pool","unknown object","large pool","PX msg pool")
    Incident details in: d:\app\administrator\diag\rdbms\dwcorp\dwcorp\incident\incdir_27650\dwcorp_ora_2268_i27650.trc
    Thu Mar 12 11:44:45 2009
    Trace dumping is performing id=[cdmp_20090312114445]
    Errors in file d:\app\administrator\diag\rdbms\dwcorp\dwcorp\trace\dwcorp_ora_2268.trc  (incident=27651):
    ORA-04031: unable to allocate 64452 bytes of shared memory ("large pool","unknown object","large pool","PX msg pool")
    Incident details in: d:\app\administrator\diag\rdbms\dwcorp\dwcorp\incident\incdir_27651\dwcorp_ora_2268_i27651.trc
    Trace dumping is performing id=[cdmp_20090312114451]
    Thu Mar 12 11:44:57 2009
    Errors in file d:\app\administrator\diag\rdbms\dwcorp\dwcorp\trace\dwcorp_ora_2268.trc  (incident=27652):
    ORA-04031: unable to allocate 32232 bytes of shared memory ("large pool","unknown object","large pool","PX msg pool")
    Incident details in: d:\app\administrator\diag\rdbms\dwcorp\dwcorp\incident\incdir_27652\dwcorp_ora_2268_i27652.trc
    Thu Mar 12 11:44:58 2009
    Trace dumping is performing id=[cdmp_20090312114458]
    Errors in file d:\app\administrator\diag\rdbms\dwcorp\dwcorp\trace\dwcorp_ora_2268.trc  (incident=27653):
    ORA-04031: unable to allocate 16124 bytes of shared memory ("large pool","unknown object","large pool","PX msg pool")
    Incident details in: d:\app\administrator\diag\rdbms\dwcorp\dwcorp\incident\incdir_27653\dwcorp_ora_2268_i27653.trc
    Trace dumping is performing id=[cdmp_20090312114504]
    Thu Mar 12 11:45:10 2009
    Errors in file d:\app\administrator\diag\rdbms\dwcorp\dwcorp\trace\dwcorp_ora_2268.trc  (incident=27654):
    ORA-04031: unable to allocate 16012 bytes of shared memory ("large pool","unknown object","large pool","PX msg pool")
    Errors in file d:\app\administrator\diag\rdbms\dwcorp\dwcorp\trace\dwcorp_ora_2268.trc  (incident=27655):
    ORA-04031: unable to allocate 257772 bytes of shared memory ("large pool","unknown object","large pool","PX msg pool")
    Thu Mar 12 11:45:23 2009
    Errors in file d:\app\administrator\diag\rdbms\dwcorp\dwcorp\trace\dwcorp_ora_2268.trc  (incident=27656):
    ORA-04031: unable to allocate 128892 bytes of shared memory ("large pool","unknown object","large pool","PX msg pool")
    Errors in file d:\app\administrator\diag\rdbms\dwcorp\dwcorp\trace\dwcorp_ora_2268.trc  (incident=27657):
    ORA-04031: unable to allocate 64452 bytes of shared memory ("large pool","unknown object","large pool","PX msg pool")
    Thu Mar 12 11:45:34 2009
    Sweep Incident[27657]: completed
    Sweep Incident[27656]: completed
    Sweep Incident[27655]: completed
    Sweep Incident[27654]: completed
    Sweep Incident[27653]: completed
    Sweep Incident[27652]: completed
    Sweep Incident[27651]: completed
    Sweep Incident[27650]: completed
    Sweep Incident[27649]: completed
    Thu Mar 12 11:45:35 2009
    Errors in file d:\app\administrator\diag\rdbms\dwcorp\dwcorp\trace\dwcorp_ora_2268.trc  (incident=27658):
    ORA-04031: unable to allocate 32232 bytes of shared memory ("large pool","unknown object","large pool","PX msg pool")
    Errors in file d:\app\administrator\diag\rdbms\dwcorp\dwcorp\trace\dwcorp_ora_2268.trc  (incident=27659):
    ORA-04031: unable to allocate 21492 bytes of shared memory ("large pool","unknown object","large pool","PX msg pool")
    USER (ospid: 2268): terminating the instance due to error 12853
    Instance terminated by USER, pid = 2268Any ideas?

    Hi Anantha.
    First of all, really appreciate your help.
    Completing information regarding my environment, it's a Windows 2003 server (SP2).
    I've read this thread you posted. It's been a long time since I was a DBA, till oracle 8i. Now, stuff is completely different, so, i'm kinda lost...
    The point is that the database is not up and it fails whenever I try to start it.
    I've tried to mannualy recreate my PFILE. So, I've made a copy of the SPFILE, removed special characters and now it looks like this:
    dwcorp.__db_cache_size=335544320
    dwcorp.__java_pool_size=33554432
    dwcorp.__large_pool_size=83886080
    dwcorp.__oracle_base='D:\app\Administrator'#ORACLE_BASE set from environment
    dwcorp.__pga_aggregate_target=64592281
    dwcorp.__sga_target=981467136
    dwcorp.__shared_io_pool_size=16777216
    dwcorp.__shared_pool_size=57881395
    dwcorp.__streams_pool_size=0
    *.audit_file_dest='D:\app\Administrator\admin\dwcorp\adump'
    *.audit_trail='db'
    *.compatible='11.1.0.0.0'
    *.control_files='E:\app\Administrator\oradata\dwcorp\control01.ctl','E:\app\Administrator\oradata\dwcorp\control02.ctl','E:\app\Administrator\oradata\dwcorp\control03.ctl'
    *.db_block_size=8192
    *.db_domain=''
    *.db_name='dwcorp'
    *.db_recovery_file_dest='D:\app\Administrator\flash_recovery_area'
    *.db_recovery_file_dest_size=2147483648
    *.diagnostic_dest='D:\app\Administrator'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=dwcorpXDB)'
    *.java_pool_size=157286400
    *.memory_target=1622147072
    *.open_cursors=300
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.shared_pool_size=83886080
    *.star_transformation_enabled='TRUE'
    *.undo_tablespace='UNDOTBS1'I've tried to start it up using ORADIM, since NET START (or either windows services panel) is not working.
    C:\Documents and Settings\Administrator>oradim -startup -sid dwcorp -starttype srvc,inst -pfile D:\app\Administrator\product\11.1.0\db_1\database\archive\pfiled
    wcorp.ora
    ORA-01078: failure in processing system parametersIf you need more information, please, just ask me. My database is down and the whole dev. team is idle......
    Another question is, I know I can connect to Oracle down, as an idle instance. But I cannot remember how to do it.
    Please, refresh my memory and tell me how to connect to an idle instance, so I could try to manually start database.
    As you may notice in my first post, This issue started after I bounced the server. I have done it several times before, but Yesterday, I changed some of the Oracle parameters (SHARED_POOL_SIZE and JAVA_POOL_SIZE).
    TIA,
    Marcos

  • "Update was terminated" during VF01 after the invoice is save

    I am experiencing an error of "Update was terminated" during VF01 after the invoice is save. The Update terminations are displayed in transaction SM13. When I check the error is in the 'RV_MESSAGE_UPDATE' with the error text 'BF00 075: No entry found for argument PL 0 0 in table T015Z'.
    I did found a related OSS note "Note 423130 - Update terminatation when create billing document". I change the output dispatch time to '3' but I still encountering the error.
    Could anyone know other possible solution?
    Thanks in advance.

    I dont think this relates to output time but it relates to converting some amount into words. 
    Below the SAP explanation on Table T015Z
    Table T015Z is used for converting amounts into words. The Unit field is
    used for specifying the power of ten of a figure in the amount to be
    converted, and the Figure field is used for specifying the digit in the
    amount defined by the power of ten. The Number in words field is used
    for specifying the corresponding word.
    You use the function module SPELL_AMOUNT to convert an amount into
    words. The function module can be tested with report RF_SPELL.
    thanks
    G. Lakshmipathi

  • PMON terminating the instance due to error 4031

    database went down following the below alert log message and came back on its own.
    ORA-04031: unable to allocate 3960 bytes of shared memory ("shared pool","unknown object","sga heap(3,0)","osp allo
    cation")
    PMON (ospid: 5170): terminating the instance due to error 4031
    Question : how could a database restart on its own. There is no cron job to restart any instance.

    Depends on the operating system.  Windows services can restart after they die so if this is a Windows installation it may be how the service is configured.
    We really need more information before anyone can tell you exactly what happened.
    David Fitzjarrell

  • Terminating the instance due to error 119

    System : Oracle 11gR2 running on Oracle VM.
    Issue : Oracle fails to comeup after LISTENER.ORA is removed/corrupted. Any reason?
    Actions taken : used *.ora files from backup taken during healthy state and dbstart works fine now.
    Resolved but Question : Does dbstart depend on *.ora files availability? What is this error 119 (couldnt find any info on that)?
    Thanks.

    Dear sb92075,
    Thanks for confirming :
    listener is NOT required to start or access any local Oracle database.
    listener.ora file is NOT required to start or use the listener.
    Coming to ...
    It is really, Really, REALLY difficult to fix a problem that can not be seen.
    As said earlier, issue is fixed.  Question is why DBSTART works only when proper ORA files are used.
    Anyways, here is the info requested :
    [oracle@oraclelinux6 bin]$ dbstart
    ORACLE_HOME_LISTNER is not SET, unable to auto-start Oracle Net Listener
    Usage: /apps/app/oracle/product/11.2.0/dbhome_1/bin/dbstart ORACLE_HOME
    Processing Database instance "orcl": log file /apps/app/oracle/product/11.2.0/dbhome_1/startup.log
    [oracle@oraclelinux6 bin]$
    From startup log :
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Dec 2 18:47:47 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    SQL> Connected to an idle instance.
    SQL> ORA-00119: invalid specification for system parameter LOCAL_LISTENER
    ORA-00132: syntax error or unresolved network name 'LISTENER_ORCL'
    SQL> Disconnected
    /apps/app/oracle/product/11.2.0/dbhome_1/bin/dbstart: Database instance "orcl" warm started.
    [oracle@oraclelinux6 bin]$
    From trace file :
    *** 2013-12-02 18:47:58.236
    USER (ospid: 3950): terminating the instance due to error 119
    [oracle@oraclelinux6 trace]$
    From alert log :
    Starting up:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options.
    Using parameter settings in server-side spfile /apps/app/oracle/product/11.2.0/dbhome_1/dbs/spfileorcl.ora
    System parameters with non-default values:
      processes                = 150
      memory_target            = 1584M
      control_files            = "/apps/db/orcl/control01.ctl"
      control_files            = "/apps/app/oracle/flash_recovery_area/orcl/control02.ctl"
      db_block_size            = 8192
      compatible               = "11.2.0.0.0"
      db_recovery_file_dest    = "/apps/app/oracle/flash_recovery_area"
      db_recovery_file_dest_size= 3882M
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      db_domain                = "localdomain"
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=orclXDB)"
      local_listener           = "LISTENER_ORCL"
      audit_file_dest          = "/apps/app/oracle/admin/orcl/adump"
      audit_trail              = "DB"
      db_name                  = "orcl"
      open_cursors             = 300
      diagnostic_dest          = "/apps/app/oracle"
    USER (ospid: 2999): terminating the instance due to error 119
    Instance terminated by USER, pid = 2999
    Mon Dec 02 18:47:51 2013
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Using LOG_ARCHIVE_DEST_1 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =27
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options.
    Using parameter settings in server-side spfile /apps/app/oracle/product/11.2.0/dbhome_1/dbs/spfileorcl.ora
    System parameters with non-default values:
      processes                = 150
      memory_target            = 1584M
      control_files            = "/apps/db/orcl/control01.ctl"
      control_files            = "/apps/app/oracle/flash_recovery_area/orcl/control02.ctl"
      db_block_size            = 8192
      compatible               = "11.2.0.0.0"
      db_recovery_file_dest    = "/apps/app/oracle/flash_recovery_area"
      db_recovery_file_dest_size= 3882M
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      db_domain                = "localdomain"
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=orclXDB)"
      local_listener           = "LISTENER_ORCL"
      audit_file_dest          = "/apps/app/oracle/admin/orcl/adump"
      audit_trail              = "DB"
      db_name                  = "orcl"
      open_cursors             = 300
      diagnostic_dest          = "/apps/app/oracle"
    USER (ospid: 3950): terminating the instance due to error 119
    Instance terminated by USER, pid = 3950
    [oracle@oraclelinux6 trace]$
    [oracle@oraclelinux6 trace]$ df -k
    Filesystem                          1K-blocks      Used Available Use% Mounted on
    /dev/mapper/vg_oraclelinux6-lv_root  15237120   8088772   5709648  59% /
    tmpfs                                 5242880       272   5242608   1% /dev/shm
    /dev/sda1                              495844    125202    345042  27% /boot
    /dev/sdd                             12385456  10527572   1228740  90% /apps
    none                                  4194304       108   4194196   1% /tmp
    Linux                               353894396 300370788  53523608  85% /media/sf_Linux
    /dev/sr0                                54082     54082         0 100% /media/VBOXADDITIONS_4.2.4_81684
    [oracle@oraclelinux6 trace]$ ps -ef | grep oracle
    avahi     1513     1  0 18:43 ?        00:00:00 avahi-daemon: running [oraclelinux6.local]
    oracle    2354     1  0 18:45 ?        00:00:00 /usr/bin/gnome-keyring-daemon --daemonize --login
    oracle    2363  2344  0 18:45 ?        00:00:00 gnome-session
    oracle    2371     1  0 18:45 ?        00:00:00 dbus-launch --sh-syntax --exit-with-session
    oracle    2372     1  0 18:45 ?        00:00:00 /bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
    oracle    2435     1  0 18:45 ?        00:00:00 /usr/bin/VBoxClient --clipboard
    oracle    2443     1  0 18:45 ?        00:00:00 /usr/bin/VBoxClient --display
    oracle    2448     1  0 18:45 ?        00:00:00 /usr/bin/VBoxClient --seamless
    oracle    2453     1  0 18:45 ?        00:00:01 /usr/bin/VBoxClient --draganddrop
    oracle    2477     1  0 18:45 ?        00:00:00 /usr/libexec/gconfd-2
    oracle    2484     1  0 18:45 ?        00:00:00 /usr/libexec/gnome-settings-daemon
    oracle    2491     1  0 18:45 ?        00:00:00 /usr/libexec/gvfsd
    oracle    2494     1  0 18:45 ?        00:00:00 seahorse-daemon
    oracle    2502  2363  0 18:45 ?        00:00:00 metacity --sm-client-id 1072b0438d14c83ab2138561248658457800000023660026
    oracle    2506     1  0 18:45 ?        00:00:00 /usr/bin/pulseaudio --start --log-target=syslog
    oracle    2511  2363  0 18:45 ?        00:00:00 gnome-panel --sm-client-id 1072b0438d14c83ab2138561248661659600000023660027
    oracle    2519  2506  0 18:45 ?        00:00:00 /usr/libexec/pulse/gconf-helper
    oracle    2520  2363  0 18:45 ?        00:00:00 nautilus --sm-client-id 1072b0438d14c83ab2138561248673276200000023660028 --sm-client-state-file /home/oracle/.config/session-state/nautilus-1386038529.state
    oracle    2522     1  0 18:45 ?        00:00:00 /usr/libexec/bonobo-activation-server --ac-activate --ior-output-fd=18
    oracle    2528     1  0 18:45 ?        00:00:00 /usr/libexec/wnck-applet --oaf-activate-iid=OAFIID:GNOME_Wncklet_Factory --oaf-ior-fd=18
    oracle    2530     1  0 18:45 ?        00:00:00 /usr/libexec/trashapplet --oaf-activate-iid=OAFIID:GNOME_Panel_TrashApplet_Factory --oaf-ior-fd=24
    oracle    2532     1  0 18:45 ?        00:00:00 /usr/libexec/gvfs-gdu-volume-monitor
    oracle    2538     1  0 18:45 ?        00:00:00 /usr/libexec/gvfsd-trash --spawner :1.7 /org/gtk/gvfs/exec_spaw/0
    oracle    2544  2363  0 18:45 ?        00:00:00 gnome-volume-control-applet
    oracle    2545  2363  0 18:45 ?        00:00:00 /usr/libexec/polkit-gnome-authentication-agent-1
    oracle    2546  2363  0 18:45 ?        00:00:00 gpk-update-icon
    oracle    2551     1  0 18:45 ?        00:00:00 /usr/libexec/gvfs-gphoto2-volume-monitor
    oracle    2605  2363  0 18:45 ?        00:00:00 abrt-applet
    oracle    2606  2363  0 18:45 ?        00:00:00 nm-applet --sm-disable
    oracle    2607  2363  0 18:45 ?        00:00:00 gnome-power-manager
    oracle    2608  2363  0 18:45 ?        00:00:00 bluetooth-applet
    oracle    2611     1  0 18:45 ?        00:00:00 /usr/libexec/gvfs-afc-volume-monitor
    oracle    2612  2363  0 18:45 ?        00:00:00 /usr/libexec/gdu-notification-daemon
    oracle    2614  2363  0 18:45 ?        00:00:00 python /usr/share/system-config-printer/applet.py
    oracle    2625     1  0 18:45 ?        00:00:00 gnome-screensaver
    oracle    2627     1  0 18:45 ?        00:00:00 /usr/libexec/im-settings-daemon
    oracle    2780     1  0 18:45 ?        00:00:00 /usr/libexec/gconf-im-settings-daemon
    oracle    2786     1  0 18:45 ?        00:00:00 /usr/libexec/clock-applet --oaf-activate-iid=OAFIID:GNOME_ClockApplet_Factory --oaf-ior-fd=19
    oracle    2788     1  0 18:45 ?        00:00:00 /usr/libexec/gdm-user-switch-applet --oaf-activate-iid=OAFIID:GNOME_FastUserSwitchApplet_Factory --oaf-ior-fd=28
    oracle    2790     1  0 18:45 ?        00:00:00 /usr/libexec/notification-area-applet --oaf-activate-iid=OAFIID:GNOME_NotificationAreaApplet_Factory --oaf-ior-fd=34
    oracle    2792     1  0 18:45 ?        00:00:00 /usr/bin/gnote --panel-applet --oaf-activate-iid=OAFIID:GnoteApplet_Factory --oaf-ior-fd=40
    oracle    2837     1  0 18:45 ?        00:00:00 /usr/libexec/gvfsd-burn --spawner :1.7 /org/gtk/gvfs/exec_spaw/1
    oracle    2839     1  0 18:45 ?        00:00:00 /usr/libexec/gvfsd-metadata
    oracle    3863     1  0 18:46 ?        00:00:01 gnome-terminal
    oracle    3864  3863  0 18:46 ?        00:00:00 gnome-pty-helper
    oracle    3865  3863  0 18:46 pts/0    00:00:00 bash
    oracle    3881  3863  0 18:46 pts/1    00:00:00 bash
    oracle    3896  3863  0 18:46 pts/2    00:00:00 bash
    oracle    4012  3896  0 18:54 pts/2    00:00:00 ps -ef
    oracle    4013  3896  0 18:54 pts/2    00:00:00 grep oracle
    [oracle@oraclelinux6 trace]$

  • Terminating the instance due to error 704

    Hi,
    Almost 6 months back, I have installed Oracle 11g in AIX-6.1 and created a new database ....
    Oracle Version :
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit
    A few days back, my database crashed with following errors :
    alert log:
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    SMON: enabling cache recovery
    Errors in file /oracle/Oracle11g/admin/RIMSDB/diag/rdbms/rimsdb/RIMSDB/trace/RIMSDB_ora_13762754.trc:
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    Errors in file /oracle/Oracle11g/admin/RIMSDB/diag/rdbms/rimsdb/RIMSDB/trace/RIMSDB_ora_13762754.trc:
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    Error 704 happened during db open, shutting down database
    USER (ospid: 13762754): terminating the instance due to error 704
    Instance terminated by USER, pid = 13762754
    ORA-1092 signalled during: ALTER DATABASE OPEN...
    opiodr aborting process unknown ospid (13762754) as a result of ORA-1092
    Thu Mar 28 17:48:51 2013
    ORA-1092 : opitsk aborting process
    TRACE File :
    *** 2013-03-28 17:48:50.482
    *** SESSION ID:(1226.5) 2013-03-28 17:48:50.482
    *** CLIENT ID:() 2013-03-28 17:48:50.482
    *** SERVICE NAME:(SYS$USERS) 2013-03-28 17:48:50.482
    *** MODULE NAME:([email protected] (TNS V1-V3) 2013-03-28 17:48:50.482
    *** ACTION NAME:() 2013-03-28 17:48:50.482
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    *** 2013-03-28 17:48:50.483
    USER (ospid: 13762754): terminating the instance due to error 704
    Regards,
    jibu

    Jibu  wrote:
    Executed the sqls....
    SQLPLUS and DB are of same version....
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release *11.2.0.3.0* - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    RIMSDB:/oracle/Oracle11g>echo $PATH
    /usr/bin:/etc:/usr/sbin:/usr/ucb:/oracle/Oracle11g/bin:/usr/bin/X11:/sbin:.
    RIMSDB:/oracle/Oracle11g>sqlplus
    SQLPlus: Release 11.2.0.3.0* Production on Thu Mar 28 20:57:52 2013
    Copyright (c) 1982, 2011, Oracle. All rights reserved.
    Enter user-name: /as sysdba
    Connected to an idle instance.
    SQL> startup upgrade
    Regards,
    Jibu
    >Executed the sqls....
    SQLPLUS and DB are of same version....
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release *11.2.0.3.0* - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    RIMSDB:/oracle/Oracle11g>echo $PATH
    /usr/bin:/etc:/usr/sbin:/usr/ucb:/oracle/Oracle11g/bin:/usr/bin/X11:/sbin:.
    RIMSDB:/oracle/Oracle11g>sqlplus
    SQLPlus: Release 11.2.0.3.0* Production on Thu Mar 28 20:57:52 2013
    Copyright (c) 1982, 2011, Oracle. All rights reserved.
    Enter user-name: /as sysdba
    Connected to an idle instance.
    SQL> startup upgrade
    Regards,
    Jibu
    OK, but what results when you issue SQL below after issuing STARTUP UPGRADE?
    SELECT * FROM V$VERSION;

  • How to automatically create the custom migration scripts after recreating SSMA project?

    How to automatically create the custom data migration scripts after recreating SSMA project?
    There is number of tables ( big tables with BLOBS)  which I want to set up automatically to be migrated with custom migration scripts (replacing e.g. attribute named "FILE" with "TO_BLOB('') AS FILE" ).
    So the question is how to open MB file (I think that it should be standard db of some destktop RDBMS) ? 

    Hi Roman.Pokrovskij,
    According
    to your description, we can use SSMA tool to migrate data from one database (including Access, Oracle and so on) to SQL Server via GUI or the scripts. There is an example about migrating Access database to SQL Server via the
    custom migration scripts, you can review refer to them.
    <?xml version="1.0" encoding="utf-8"?>
    <ssma-script-file xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:\Microsoft SQL Server Migration Assistant for Access\Schemas\A2SSConsoleScriptSchema.xsd">
    <config>
    <output-providers>
    <output-window suppress-messages="false"
    destination="stdout"/>
    <upgrade-project action="yes"/>
    <data-migration-connection source-use-last-used="true"
    target-server="target_1"/>
    <progress-reporting enable="false"
    report-messages="false"
    report-progress="off"/>
    <object-overwrite action="skip" />
    </output-providers>
    </config>
    <servers>
    <!-- Server definition for Sql server target server-->
    <sql-server name="target_1">
    <sql-server-authentication>
    <server value="$SQLServerName$"/>
    <database value="$SQLServerDb$"/>
    <user-id value="$SQLServerUsrID$"/>
    <password value="$SQLServerPassword$"/>
    <encrypt value="true"/>
    <trust-server-certificate value="true"/>
    </sql-server-authentication>
    </sql-server>
    </servers>
    <script-commands>
    <create-new-project project-folder="$project_folder$ "
    project-name="$project_name$"
    overwrite-if-exists="true"/>
    <connect-target-database server="target_1"/>
    <load-access-database database-file="$AccessDbFolder$\$AccessDatabaseFile$"/>---
    <!--Schema Mapping-->
    <map-schema source-schema="$AccessDatabase$" sql-server-schema="$SQLServerDb$.dbo" />
    <!-- Convert schema -->
    <!-- Example: Convert entire Schema (with all attributes)-->
    <convert-schema object-name="$AccessDatabase$"
    object-type="Databases"
    conversion-report-overwrite="true"
    verbose="true"
    report-errors="true" />
    <!-- Synchronize target -->
    <!-- Example: Synchronize target entire Database with all attributes-->
    <synchronize-target object-name="$SQLServerDb$.dbo"
    on-error="fail-script" />
    <!-- Data Migration-->
    <!--Example: Data Migration of all tables in the schema (with all attributes)-->
    <migrate-data object-name="$AccessDatabase$.Tables"
    object-type="category"
    report-errors="true"
    verbose="true"/>
    </script-commands>
    </ssma-script-file>
    There is a similar scripts about migrating Oracle database to SQL Server, you can use powershell script to automatically run the console for scripts/variable files, saved in the specified folder. For more information, review the following
    article.
    http://blogs.msdn.com/b/ssma/archive/2010/09/09/performing-database-migration-assessment-using-ssma-console-application.aspx
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Failed to send batch after max errors - Snapshot

    I have been replicating happily between 2008 R2 SQL Servers for some time using Transactional replication.
    Replication stopped yesterday with the following messages on the source server:
    MSSQL_ENG 10054
    Communication link failure
    MSSQL_ENG 10054
    TCP Provider: An existing connection was forcibly closed by the remote host.
    MSSQL_ENG Failed to send batch after max errors
    MSSQL_ENG Unspecified error
    MSSQL_ENG An existing connection was forcibly closed by the remote host.
    MSSQL_REPL 0
    The process could not bulk copy into table '"pro"."ZZM012X"'.
    In the Event Viewer on the target server this message appears:
    "A fatal error occurred while reading the input stream from the network. The session will be terminated (input error: 10054, output error: 0)."
    So this happened after it had been replicating for some time.  I get the same error now when I try to restart it or if I rebuild the publication/subscription completely.
    There are 7 tables in the publication - 6 of them bulk copy and then replicate without issue.  The error is specific to one table.  The table has a column in that is varchar(132) and it contains recipe instructions to our manufacturing plant.  If
    I replicate the table and exclude this field, it doesn't fail.  I initially thought it might be spurious characters in the text column but I have removed these and still get the same error.  I have set up a test version of the table and publication/subscription
    to enable me to test outside of the live environment.  Same errors occur.
    Does anyone have any clues or pointers to what might be causing it?
    Many thanks
    Les

    Hi - Thanks for the response.
    I have tried numerous tests to try to pinpoint the issue but I am still unable to resolve it.  The source server is in Connecticut and the target is in the UK.  I have successfully bulk copied and replicated the problem table from the source server
    to a new database on the same server.  I get the same error if I bulk copy and replicate to another server here in the UK.  I have backed up and restored the table in a new database on one of the UK servers and can bulk copy and replicate here to
    a second UK server.  I have traced the issue to one column, varchar (132) on the problem table.  If I exclude the column the table will bulk copy and replicate US to UK.  I have created new tables and inserted a subset of the data - no change.
    We have looked at network issues also:  We have switched off the TCP Global Parameters like Chimney offload and NETDMA - on the adapter and in the OS - as these are reported as a potential problems.  We have looked at settings in SonicWall and
    tried disabling Intrusion Prevention Service, Anti Virus, Application Control and Anti Spyware.  Our next option is to look at MTU packet size to see if that is a possible cause.
    We are stumped on this one and have had to exclude the table completely from our manufacturing software which is not ideal but at least keeps us working.
    Any further ideas, suggestions or solutions would be gratefully received.

  • 16: The transport tool terminated due to an internal error(transport req)

    Hi friends,
    i created one transport request for transporting custom appset to quality system.
    while importing in quality i'm getting request in red color. checked log:
    Unexpected EOF after 88079651 bytes
    Ended with return code:  ===> 16 <===
    16: The transport tool terminated due to an internal error.
    we intially transported Non BPC cubes, along with that infoarea name(/cpmb/bpc) came. But i'm able to see several /cpmb/xx infoobjects. I manually moved from infoarea(/CPMB/BPC) to other infoarea(ybpc) with new request in quality. next i'm trying to delete /cpmb/xx infoobejcts through one program(around 700 infoobjects are exists). can i use ujt_content_activate program to delete contents of appset, if i use that program what i have to mention in content version field? can anyone eloborate usage of ujs_activate_content? we are on bpc75nw sp04
    any suggestions pls to import request correctly.
    thanks,

    continution to above question. sequence of things happend in our side.
    Few BW cubes(not bpc), which are getting data from bpc applications(bpc cubes) via APD are transported. Imported to quality succesfully.
    Next  transferred around 5 BADIs(classes & enhancement implementations) to quality system, which were written for moving data among bpc applications as well for few calculations in plng applications. Succefully imported into quality system and checked respecive BADIs.
    Next trying to transport custom appset. while importing facing above problem. Followed SAP how-to guides/methods.
    any suggestions pls.

  • Making Presets - After Effects error: internal verification failure, sorry! {unexpected match name in group} (29 :: 0)

    I am attempting at making a preset for myself, because I want to speed up the time it takes to make and add effects to layers.
    I began by using an online generator to generate my preset shell (the outline of the preset). I then took the code it gave me, and
    pasted it into my PresetEffects.xml (C:\Program Files\Adobe\After Effects CC 2014\Support Files\PresetEffects.xml) and when I went
    into After effects CC, I opened up the script editor (File>Scripts>Open Script Editor), then I pasted my import java code:
    app.project.activeItem.layer(1).effect.addProperty("Audio_Waveform_Wheel");
    When I press the "Run" button, something happens, then on my after effects a pop up message comes up saying:
    After Effects error: internal verification failure, sorry! {unexpected match name in group} (29 :: 0)
    When I press OK, it just opens up again. My software also looks a little messed up. What is going on?
    How do I fix this issue?

    The After Effects CC 2014.1.1 (13.1.1) update fixes several bugs, including this one. Let us know how it's working for you once you've installed the update.
    Details: http://bit.ly/AE_1311_details

  • After Effects Error: Unknown Adobe Dynamic Link Exception

    I am using latest CS4 PP / OctoCore / 16 GB RAM / OS 10.5.6
    I am not even using any Dynamic link references - just working within AE CS4 in a 1280 x 720 comp and every 10 minutes I get this error:
    "After Effects Error: Unknown Adobe Dynamic Link Exception"
    Is there a way to disable Dynamic Link in AE CS4 (turn it on and off)? I am not using it therefore do not need it. Anyone know the cause of this error?
    Peace.
    Joey

    Hello, I can confirm Mylenium's point on MP. I checked multiple times with MP on and off. Then I started to check and uncheck the dll space checkbox in combination with MP. Allways the same result: MP lead to the error message when I did a RAM preview. I then removed all scripts from the "scripts" and the "sriptsUI" folders (I have Zorro and the like, too). Same difference. MP was the only factor that had influence on my machine.
    I am using a Vista 64bit Quad at home where I tried this. At work I am on a 8core MacPro, with MacOSX 10.5.8. There I did not experience difficulties with MP.
    Regards,
    Andreas

  • After Effects Error message @ Startup, NEW Macbook NEED HELP

    So I'm working with a Macbook Pro Retina Mid 2012, I just bought it,
    Processor  2.6 GHz Intel Core i7
    Memory  16 GB 1600 MHz DDR3
    Graphics  NVIDIA GeForce GT 650M 1024 MB
    Software  OS X 10.8.2
    Installed the most up to date CUDA Mac Driver: CUDA 5.0.37 driver for MAC
    After Effects was running fine -no errors at startup - when I didn't have the GPU CUDA enabled.
    I found out that the NVIDIA GeForce GT 650M 1024 MB, is CUDA Enabled
    So, I installed the CUDA 5.0.37 driver for MAC
    I opened Terminal and ran a GPUSniffer to get the name of the Graphics card
    I opened another window in terminal and ran a "sudo nano" command that listed the default supported Cards, I pasted my card name.
    NOW I can choose GPU instead of CPU for Ray-tracing, WHICH IS GOOD, Its what I was trying to do. BUT something is still wrong because I keep getting an error message at startup: "After Effects error: Ray-traced 3D: Initial shader compile failed. (5070 :: 0)" 
    I DIDNT GET THIS ERROR BEFORE I INSTALLED & ENABLED "CUDA GPU"..............What is wrong?

    Don't manually manipulate that text file. That is unsupported, and you are on your own if you do so.
    What you should have done is to install the 11.0.2 update to add the GPU acceleration of the ray-traced 3D renderer for your 650M:
    http://blogs.adobe.com/aftereffects/2012/10/after-effects-cs6-11-0-2-update-bug-fixes-and- added-gpus-for-ray-traced-3d-renderer.html

Maybe you are looking for