Error in opening datafile after use of DATAFILE RESIZE command

Hi Friends,
I am facing a strange problem here. We got a space problem yesterday ORA-01659: unable to allocate MINEXTENTS beyond 42 in tablespace and I increased the underlying datafiles using resize command. The datafiles were 1G earlier and I have increased them to 2G using the command
ALTER DATABASE DATAFILE 4 resize 2G;
It went fine and I saw the free space in my tablespace. But after this when I try to drop a table using a script which connects to this db as a schema owner ( the script just selects all tables from dictionary and drops it using 'drop table x cascade constraints' , It thorws the following error
ERROR at line 1:
ORA-01116: error in opening database file 4
ORA-01110: data file 4: '/SAN/p0/oradb/CBA11/data/avient01CBA11.dbf'
ORA-27092: size of file exceeds file size limit of the process
Additional information: 132104
Additional information: 262145
On going through metalink, I found that there could be problems with ulimit parameter in the OS. My OS is SunOS 5.8 Generic_117350-28 sun4u sparc SUNW,Sun-Fire-480R and my oracle version is 10.2.0.1.0 . I have set the ulimit parameters for file size to unlimited for both hard limit and soft limit.
airsun10 oracle [CBA11]:ulimit -aS
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 8192
coredump(blocks) unlimited
nofiles(descriptors) 256
vmemory(kbytes) unlimited
airsun10 oracle [CBA11]:ulimit -aH
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) unlimited
coredump(blocks) unlimited
nofiles(descriptors) 256
vmemory(kbytes) unlimited
airsun10 oracle [CBA11]:ulimit -Ss unlimited
airsun10 oracle [CBA11]:ulimit -aS
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) unlimited
coredump(blocks) unlimited
nofiles(descriptors) 256
vmemory(kbytes) unlimited
airsun10 oracle [CBA11]:ulimit -aH
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) unlimited
coredump(blocks) unlimited
nofiles(descriptors) 256
vmemory(kbytes) unlimited
airsun10 oracle [CBA11]:
These solutions are suggested as per MOS note ID 271331.1. However the issue is still persisting. I am not getting any clue on whats happening. Any help is appreciated.
Thanks
SSN

Thanks for your hint.
yes, I did and the following is something more strange. I can't figure out !!
The ulimit is only different for stack for hard and soft. file size is still unlimited. The same drop table doesn't allow me when I connect as schema owner directly !
airsun10 oracle [CHANGEME]:whoami
oracle
airsun10 oracle [CHANGEME]:ulimit -aS
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 8192
coredump(blocks) unlimited
nofiles(descriptors) 256
vmemory(kbytes) unlimited
airsun10 oracle [CHANGEME]:ulimit -aH
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) unlimited
coredump(blocks) unlimited
nofiles(descriptors) 1024
vmemory(kbytes) unlimited
airsun10 oracle [CHANGEME]:cd drop_cts/
/export/home/oracle/drop_cts
airsun10 oracle [CHANGEME]:ls
drop.sql on.lst run_drop.sql sql
drop_objects recompile_objects run_dropObj.sql
airsun10 oracle [CHANGEME]:cat drop.sql
drop table BID_STATUSES cascade constraints;
drop table BID_TYPES cascade constraints;
drop table BID_TYPES_IN_SETS cascade constraints;
airsun10 oracle [CHANGEME]:sqlplus cts_owner/cts_owner@CBA11
SQL*Plus: Release 10.2.0.1.0 - Production on Fri Oct 8 10:02:06 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
SQL> @drop.sql
drop table BID_STATUSES cascade constraints
ERROR at line 1:
ORA-01116: error in opening database file 4
ORA-01110: data file 4: '/SAN/p0/oradb/CBA11/data/avient01CBA11.dbf'
ORA-27092: size of file exceeds file size limit of the process
Additional information: 132104
Additional information: 183107
drop table BID_TYPES cascade constraints
ERROR at line 1:
ORA-01116: error in opening database file 4
ORA-01110: data file 4: '/SAN/p0/oradb/CBA11/data/avient01CBA11.dbf'
ORA-27092: size of file exceeds file size limit of the process
Additional information: 132104
Additional information: 183107
drop table BID_TYPES_IN_SETS cascade constraints
ERROR at line 1:
ORA-01116: error in opening database file 4
ORA-01110: data file 4: '/SAN/p0/oradb/CBA11/data/avient01CBA11.dbf'
ORA-27092: size of file exceeds file size limit of the process
Additional information: 132104
Additional information: 183107
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
airsun10 oracle [CHANGEME]:export ORACLE_SID=CBA11
airsun10 oracle [CBA11]:sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Fri Oct 8 10:02:29 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> conn cts_owner/cts_owner
Connected.
SQL> drop table BID_STATUSES cascade constraints;
Table dropped.
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
airsun10 oracle [CBA11]:

Similar Messages

  • Error while opening perspective after project creation

    Hi,
    I am getting following error in opening perspectives after creating project.
    I am not able to see project in any perspective (not even in 'Navigator').
    Following is the exception stack trace in error view -->
    com.tssap.j2ee.model.J2eeCreateException
         at com.tssap.j2ee.ui.creation.internal.AbstractJ2eeProjectCreation.createNewProject(AbstractJ2eeProjectCreation.java:150)
         at com.tssap.j2ee.ui.wizard.AbstractJ2eeProjectWizard.createJ2eeProject(AbstractJ2eeProjectWizard.java:131)
         at com.tssap.j2ee.ui.ejb.wizard.EjbModuleProject.performFinish(EjbModuleProject.java:81)
         at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:608)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:321)
         at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
         at org.eclipse.jface.window.Window.open(Window.java:563)
         at com.sap.ide.eclipse.component.provider.actions.dc.DcNewAction.run(DcNewAction.java:97)
         at com.tssap.selena.model.extension.action.SelenaActionCollector$GenericElementActionWrapper.run(SelenaActionCollector.java:224)
         at com.tssap.util.ui.menu.MenuFactory$MuSiAction.saveRunAction(MenuFactory.java:1425)
         at com.tssap.util.ui.menu.MenuFactory$MuSiAction.run(MenuFactory.java:1407)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.processInternal(MenuFactory.java:616)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.access$100(MenuFactory.java:586)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction$BusyProcessWorker.run(MenuFactory.java:716)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.process(MenuFactory.java:610)
         at com.tssap.util.ui.menu.internal.MenuListenerFactory$ProcessAdapter.widgetSelected(MenuListenerFactory.java:172)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
         at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    Please help.

    Hi,
    You can try creating new Root folder and new workspace for your NWDS.
    1.  Create a new folder with name ' <userID>_NWDS_NEW_ROOT ' in your machine
    2. Create a new folder with name ' <userID>_NWDS_NEW_WORKSPACE ' in your machine
    3. Open NWDS (and logon to DTR)
    4. Remove all configurations from your Development Configuration perspective (except 'Local Development')
    5. Go to Window --> Preferences --> Java Development Infra --> Development Configurations
    6. Change 'Root Folder' to the folder created in step-1
    7. Close NWDS
    8. Create ' Run_NWDS.bat ' file in your NWDS installation folder which has 'SapIde.exe' file
    (it will be generally in --> C:\Program Files\SAP\IDE\IDE70\eclipse)
    9. Type following in .bat file -->
    SapIde.exe -data "<complete path to folder created in step-2>"
    10. Now double click on this .bat file to open NWDS
    Now logon to DTR, import configuration, create project from 'inactive DCs' and you should be able to create project and see it in respective perspective.
    Regards,
    Amey

  • Getting ora-01113 error while opening Database after recovery

    HI all,
    we have a test database. I lost my entire database including DBFs, controlfiles, Archived logs, redo log files.
    But I have a hot backup copy of the lost database.
    I tried to recover database using backup copy
    I restored my control files and all dbfs and then when i tried to recover database I got the following message
    RMAN-00571: ==============================
    RMAN-00569: =ERROR MESSAGE STACK FOLLOWS =
    RMAN-00571: ===============================
    RMAN-03002: failure of recover command at 04/01/2005 14:14:43
    RMAN-06054: media recovery requesting unknown log: thread 1 scn 32230460
    still i tried to open database resetlogs but i got following eror
    RMAN> alter database open resetlogs:
    ORA-01113: file 5 needs media recovery
    ORA-01110: data file 5: C:\DB11\ORADATA\DB11\system01.dbf
    I dont have any redo logs and archivelogs. Can anyone help me how to open the database
    thanks and regards
    VENKAT

    no there is no other way allowresetlogs_corruption is one of the last resort unless oracle dont recommend,usually you got this error when restored datafile is far behind then others datafile CKPT SCN+COntrolfile CKPT SCN header.
    SQL> select controlfile_change#,checkpoint_change#
      2    from v$database
      3  /
    CONTROLFILE_CHANGE# CHECKPOINT_CHANGE#
                 675632             675775
    SQL> select substr(name,1,51) fname,checkpoint_change#
      2    from v$datafile_header
      3  /
    FNAME                                               CHECKPOINT_CHANGE#
    F:\ORACLE\PRODUCT\10.1.0\ORADATA\PROD\SYSTEM01.DBF              675775
    F:\ORACLE\PRODUCT\10.1.0\ORADATA\PROD\UNDOTBS01.DBF             675775
    F:\ORACLE\PRODUCT\10.1.0\ORADATA\PROD\SYSAUX01.DBF              675775
    F:\ORACLE\PRODUCT\10.1.0\ORADATA\PROD\USERS01.DBF               675775
    F:\ORACLE\PRODUCT\10.1.0\ORADATA\PROD\USERS02.DBF[b]               675418user02.dbf CKPT SCN header 675418 is earlier/oldest CKPT SCN header to others datafile as well to controilfile CKPT SCN header.
    You will have to apply enough redo to that datafile either from archivelog or from online redo log file,if you cant then no way you can open the database except using allowresetlogs_corruption with the oracle recommendation.
    Think why archivelog backup ,database backup and online redo log file, controlfile redundency is recommended.
    Khurram

  • Error while opening the application using semantic object method

    Hello ,
    We just got all the Wave 3 apps and SP08 versions on our Fiori server. While setting up the transnational applications , I am not able to open any app using semantic objects. if i put direct URL I can open the app.
    Error screen shots are :
    The Launchpad designer settings for create sales order app are :
    Please suggest the solution.
    The error is same for all the applications.
    Regards,
    Sheetal
    Tags edited by: Michael Appleby

    Hello Masa,
    Checked this note. Not able to resolve the issue. Can you please explain, for the application to work with Navigation and semantic object what all roles do we need to assign to the User?
    For create Sales Order :
    Component
    Technical Name
    Business Role
    SAP_SD_BCR_FIELDSALESREP_X1
    Business Catalog
    SAP_SD_BC_FIELDSALESREP_X1
    Business Catalog Group
    SAP_SD_BCG_FIELDSALESREP_X1
    Technical Role
    SAP_SD_BCR_FIELDSALESREP_X1
    Technical Catalog
    SAP_SD_TC_T_X1
    LPD_CUST Role
    UIX01SD
    LPD_CUST Instance
    TRANSACTIONAL
    OData Service (Version Number)
    Back-End Server: Delivered Authorization Role (PFCG Role)
    Front-End Server: Authorization Role
    SRA017_SALESORDER_CREATE_SRV
    SRA017:SAP_SD_SO_CRE_APP
    SAP_SD_BCR_FIELDSALESREP_X1
    My user id is assigned to three Roles :
    SAP_SD_BCR_FIELDSALESREP_X1
    SAP_SD_BCR_FIELDSALESREP_X1
    SRA017:SAP_SD_SO_CRE_APP
    Do I need to assign any other roles than these three?
    Regards,
    Sheetal

  • Error while opening Excel report using servlet

    Hi
    I am using a servlet to open an excel report which has multiple sheets . But there is a weird problem when i try to open an excel report with two sheets having the same name .
    Generally when an excel with same sheet names is opened with Microsoft excel , it will open the excel file with a dialog showing error .
    But when i am trying to open through a servlet after that open/save dialog box comes , its sending two requests and that too the second one from another browser . How i am saying that its sending from another browser is , during the second time its not passing the session checks which i placed .....I mean the session for the request doesn't have any data while it was expected to have some data which i placed in Session while logging in .
    Can any one let me know why this is happening ?/

    Refer Note:280376.1 on MetaLink. Hope this will help you resolve the issue.
    Thanks
    Shail

  • Version 8 configure error when opening Itunes after updating to V8

    I have contacted iTunes several times with no answer to this problem.
    Everything was fine until I updated to Version 8, now every time I try and open iTunes it starts with a green bar stops about 3/4 along bar then says you need to restart to configure with Windows.
    I restart then it does the same as before yes, DEJA VU.
    This VERSION 8 is BUGGED I tell ya!
    Any solutions would be appreciated before I delete this software and use something else!
    Message was edited by: Version 8 bug
    Message was edited by: Version 8 bug

    I have a similar problem. After updating to version 8 (October 25, 2008) the itunes icon is plain and clicking it gives an error message (translated) like "This measure is only allowed for installed products".
    So I fetch the iTunes801setup.exe and try to install it again by clicking the "Repair" button. It appears to do its' thing and asks me to restart the machine. OK, but after that it's the same again: "This measure is only allowed for installed products".
    I don't want to lose all my music, can it be saved?
    I guess that I will lose it if I remove iTunes and start all over.

  • Can't open iphoto after using My Publisher

    I recently made a book on My Publisher.  Now I can not open iphoto since it says it is already in use.  It seems as if all my pictures have been captured by My Publisher.  What can I do.

    Is the full error message "your photo library is in use by another program or has become unreadable"? Then maybe the second part of the error message is the problem.  Make a backup of your iPhoto library and rebuild it.
    See this post by Old Toad on how to rebuild the iPhoto library in iPhoto '11:
         Rebuild iPhoto Version 11
    or this for iPhoto '09:
         Rebuilding iPhoto Library 09 and Earlier

  • Error in opening safari after i installed a third party software

    I tried to install a third party software(Blue Stacks App Player) on my mac running OS X 10.10.1 after installation of the third party application suddenly Safari crashed and it prompted me to press the "Reload" button. when i did it there was a prompt showing the error details as
    Process:               Safari [556]
    Path:                  /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:            com.apple.Safari
    Version:               8.0.2 (10600.2.5)
    Build Info:            WebBrowser-7600002005000000~1
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Safari [556]
    User ID:               501
    Date/Time:             2015-01-06 23:17:06.879 +0530
    OS Version:            Mac OS X 10.10.1 (14B25)
    Report Version:        11
    Anonymous UUID:        83B6E221-951A-CE92-DBEB-37FB7F97074D
    Time Awake Since Boot: 290 seconds
    Crashed Thread:        16
    Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000020
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0x20:
    -->
       __TEXT                 000000010c143000-000000010c144000 [    4K] r-x/rwx SM=COW  /Applications/Safari.app/Contents/MacOS/Safari
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Enabled Extensions:
    com.genieo.safari-K444F5Z2ZH (1 - 1.2) Omnibar
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                     0x00007fff9207c8b9 realizeClass(objc_class*) + 187
    1   libobjc.A.dylib                     0x00007fff9207c90a realizeClass(objc_class*) + 268
    2   libobjc.A.dylib                     0x00007fff9207f95a lookUpImpOrForward + 111
    3   libobjc.A.dylib                     0x00007fff9206b1ac objc_msgSend + 236
    4   com.apple.AppKit                    0x00007fff8aec6edc -[NSThemeFrame _makeTitlebarViewWithFrame:] + 40
    5   com.apple.AppKit                    0x00007fff8aec8ea9 __49-[NSThemeFrame _floatTitlebarAndToolbarFromInit:]_block_invoke + 548
    6   com.apple.AppKit                    0x00007fff8a8b2339 +[NSAnimationContext runAnimationGroup:completionHandler:] + 82
    7   com.apple.AppKit                    0x00007fff8aec8c41 -[NSThemeFrame _floatTitlebarAndToolbarFromInit:] + 104
    8   com.apple.AppKit                    0x00007fff8a82374e -[NSThemeFrame initWithFrame:styleMask:owner:] + 243
    9   com.apple.AppKit                    0x00007fff8a821c96 -[NSWindow _commonInitFrame:styleMask:backing:defer:] + 614
    10  com.apple.AppKit                    0x00007fff8a8213fc -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1477
    11  com.apple.AppKit                    0x00007fff8aa5840e -[NSPanel _initContent:styleMask:backing:defer:contentView:] + 51
    12  com.apple.AppKit                    0x00007fff8a820e2a -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
    13  com.apple.AppKit                    0x00007fff8aa583c1 -[NSPanel initWithContentRect:styleMask:backing:defer:] + 78
    14  com.apple.AppKit                    0x00007fff8a81e745 -[NSWindowTemplate nibInstantiate] + 567
    15  com.apple.AppKit                    0x00007fff8a7f373b -[NSIBObjectData instantiateObject:] + 309
    16  com.apple.AppKit                    0x00007fff8acd5d01 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 452
    17  com.apple.AppKit                    0x00007fff8a7e7f05 loadNib + 384
    18  com.apple.AppKit                    0x00007fff8ad55f80 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 313
    19  com.apple.AppKit                    0x00007fff8ad5667d +[NSBundle(NSNibLoadingInternal) _loadNibFile:externalNameTable:options:withZone:] + 150
    20  com.apple.AppKit                    0x00007fff8aaf83af _NXLoadNib + 196
    21  com.apple.AppKit                    0x00007fff8aaf7d8f -[NSAlert init] + 95
    22  com.apple.AppKit                    0x00007fff8ab379f3 +[NSAlert alertWithMessageText:defaultButton:alternateButton:otherButton:informativeTextWithFormat:] + 131
    23  com.apple.AppKit                    0x00007fff8a80964d __55-[NSPersistentUIRestorer promptToIgnorePersistentState]_block_invoke + 1021
    24  com.apple.AppKit                    0x00007fff8a80920e -[NSApplication _suppressFinishLaunchingFromEventHandlersWhilePerformingBlock:] + 28
    25  com.apple.AppKit                    0x00007fff8a8091ad -[NSPersistentUIRestorer promptToIgnorePersistentState] + 247
    26  com.apple.AppKit                    0x00007fff8a808e9a -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completionHandler:] + 255
    27  com.apple.AppKit                    0x00007fff8a808c69 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 561
    28  com.apple.AppKit                    0x00007fff8a8086b5 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 244
    29  com.apple.Foundation                0x00007fff89a3b458 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 290
    30  com.apple.Foundation                0x00007fff89a3b2c9 _NSAppleEventManagerGenericHandler + 102
    31  com.apple.AE                        0x00007fff8b3a199c aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 531
    32  com.apple.AE                        0x00007fff8b3a1719 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    33  com.apple.AE                        0x00007fff8b3a1623 aeProcessAppleEvent + 295
    34  com.apple.HIToolbox                 0x00007fff979e437e AEProcessAppleEvent + 56
    35  com.apple.AppKit                    0x00007fff8a804d76 _DPSNextEvent + 2665
    36  com.apple.AppKit                    0x00007fff8a803e80 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    37  com.apple.Safari.framework          0x000000010c1c0ad0 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 246
    38  com.apple.AppKit                    0x00007fff8a7f7e23 -[NSApplication run] + 594
    39  com.apple.AppKit                    0x00007fff8a7e32d4 NSApplicationMain + 1832
    40  libdyld.dylib                       0x00007fff8d8275c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib              0x00007fff9130022e kevent64 + 10
    1   libdispatch.dylib                   0x00007fff8bc70a6a _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib              0x00007fff912ff946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib             0x00007fff89e344a1 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib              0x00007fff912ff946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib             0x00007fff89e344a1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib              0x00007fff912ff946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib             0x00007fff89e344a1 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib              0x00007fff912ff946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib             0x00007fff89e344a1 start_wqthread + 13
    Thread 6:: WebCore: IconDatabase
    0   libsystem_kernel.dylib              0x00007fff912ff132 __psynch_cvwait + 10
    1   com.apple.WebCore                   0x000000010dd6788b WebCore::IconDatabase::syncThreadMainLoop() + 411
    2   com.apple.WebCore                   0x000000010dd649d9 WebCore::IconDatabase::iconDatabaseSyncThread() + 361
    3   com.apple.JavaScriptCore            0x000000010cf2da9f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib             0x00007fff89e362fc _pthread_body + 131
    5   libsystem_pthread.dylib             0x00007fff89e36279 _pthread_start + 176
    6   libsystem_pthread.dylib             0x00007fff89e344b1 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib              0x00007fff912ff946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib             0x00007fff89e344a1 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib              0x00007fff912ff946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib             0x00007fff89e344a1 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib              0x00007fff912ff946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib             0x00007fff89e344a1 start_wqthread + 13
    Thread 10:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib              0x00007fff912fa52e mach_msg_trap + 10
    1   libsystem_kernel.dylib              0x00007fff912f969f mach_msg + 55
    2   com.apple.QuartzCore                0x00007fff8b7a7d63 CA::Render::Server::server_thread(void*) + 198
    3   com.apple.QuartzCore                0x00007fff8b7a7c96 thread_fun + 25
    4   libsystem_pthread.dylib             0x00007fff89e362fc _pthread_body + 131
    5   libsystem_pthread.dylib             0x00007fff89e36279 _pthread_start + 176
    6   libsystem_pthread.dylib             0x00007fff89e344b1 thread_start + 13
    Thread 11:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib              0x00007fff912fa52e mach_msg_trap + 10
    1   libsystem_kernel.dylib              0x00007fff912f969f mach_msg + 55
    2   com.apple.CoreFoundation            0x00007fff96c82b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation            0x00007fff96c81fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation            0x00007fff96c81838 CFRunLoopRunSpecific + 296
    5   com.apple.CFNetwork                 0x00007fff94323d20 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
    6   com.apple.Foundation                0x00007fff89a81b7a __NSThread__main__ + 1345
    7   libsystem_pthread.dylib             0x00007fff89e362fc _pthread_body + 131
    8   libsystem_pthread.dylib             0x00007fff89e36279 _pthread_start + 176
    9   libsystem_pthread.dylib             0x00007fff89e344b1 thread_start + 13
    Thread 12:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib              0x00007fff912ff132 __psynch_cvwait + 10
    1   libc++.1.dylib                      0x00007fff9795bd2e std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 126
    2   com.apple.JavaScriptCore            0x000000010d1493fa JSC::BlockAllocator::waitForDuration(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >) + 170
    3   com.apple.JavaScriptCore            0x000000010cf38244 JSC::BlockAllocator::blockFreeingThreadMain() + 84
    4   com.apple.JavaScriptCore            0x000000010cf2da9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib             0x00007fff89e362fc _pthread_body + 131
    6   libsystem_pthread.dylib             0x00007fff89e36279 _pthread_start + 176
    7   libsystem_pthread.dylib             0x00007fff89e344b1 thread_start + 13
    Thread 13:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib              0x00007fff912ff132 __psynch_cvwait + 10
    1   libc++.1.dylib                      0x00007fff9795bc95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore            0x000000010cf3886b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore            0x000000010cf386c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore            0x000000010cf2da9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib             0x00007fff89e362fc _pthread_body + 131
    6   libsystem_pthread.dylib             0x00007fff89e36279 _pthread_start + 176
    7   libsystem_pthread.dylib             0x00007fff89e344b1 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib              0x00007fff912ff132 __psynch_cvwait + 10
    1   libc++.1.dylib                      0x00007fff9795bc95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore            0x000000010cf3886b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore            0x000000010cf386c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore            0x000000010cf2da9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib             0x00007fff89e362fc _pthread_body + 131
    6   libsystem_pthread.dylib             0x00007fff89e36279 _pthread_start + 176
    7   libsystem_pthread.dylib             0x00007fff89e344b1 thread_start + 13
    Thread 15:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib              0x00007fff912ff132 __psynch_cvwait + 10
    1   libc++.1.dylib                      0x00007fff9795bc95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore            0x000000010cf3886b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore            0x000000010cf386c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore            0x000000010cf2da9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib             0x00007fff89e362fc _pthread_body + 131
    6   libsystem_pthread.dylib             0x00007fff89e36279 _pthread_start + 176
    7   libsystem_pthread.dylib             0x00007fff89e344b1 thread_start + 13
    Thread 16 Crashed:
    0   libsystem_pthread.dylib             0x00007fff89e34695 _pthread_mutex_lock + 87
    1   libsystem_c.dylib                   0x00007fff8a646b78 vfprintf_l + 28
    2   libsystem_c.dylib                   0x00007fff8a63f620 fprintf + 186
    3   ???                                 0x00000001151015dc 0 + 4648343004
    Thread 16 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000000  rbx: 0x00007fff7993c1d8  rcx: 0x00007fff7993c1f0  rdx: 0x00000000000000a0
    rdi: 0x00007fff7993c1f0  rsi: 0x00007fff89e34b14  rbp: 0x00000001150fde30  rsp: 0x00000001150fddb0
      r8: 0x0000000115105000   r9: 0x0000000000000054  r10: 0x0000000000000000  r11: 0x0000000000000206
    r12: 0x00007fff7993b6b8  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000000000000
    rip: 0x00007fff89e34695  rfl: 0x0000000000010246  cr2: 0x0000000000000020
    Logical CPU:     3
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
          0x10c143000 -        0x10c143fff  com.apple.Safari (8.0.2 - 10600.2.5) <2225AE13-780E-3234-9A05-9DD6D94EE96C> /Applications/Safari.app/Contents/MacOS/Safari
          0x10c14a000 -        0x10ca83ff7  com.apple.Safari.framework (10600 - 10600.2.5) <70257BE2-5D89-3EAA-8863-269880160EEE> /System/Library/StagedFrameworks/Safari/Safari.framework/Versions/A/Safari
          0x10cf23000 -        0x10d436ff3  com.apple.JavaScriptCore (10600 - 10600.2.1) <ABEF8FB3-6DC5-3FCF-9B4A-1DF6411063B0> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/Versions/A/JavaScriptCore
          0x10d59c000 -        0x10d850fff  com.apple.WebKit (10600 - 10600.2.5) <11CA89A1-A002-3FEB-8046-B31E92003AED> /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/WebKit
          0x10db28000 -        0x10db28fff  com.apple.WebKit2 (10600 - 10600.2.5) <ED09F7D3-1F46-3925-8E11-D6AC3492658E> /System/Library/StagedFrameworks/Safari/WebKit2.framework/Versions/A/WebKit2
          0x10db2e000 -        0x10dc6affb  com.apple.WebKitLegacy (10600 - 10600.2.5) <0A88D3D6-F5BA-30F4-9D09-87DF653759FC> /System/Library/StagedFrameworks/Safari/WebKitLegacy.framework/Versions/A/WebKitLegacy
          0x10dd60000 -        0x10ed05ff7  com.apple.WebCore (10600 - 10600.2.1) <628CB849-0E8D-3071-98A3-55E7D24087DF> /System/Library/StagedFrameworks/Safari/WebCore.framework/Versions/A/WebCore
          0x114219000 -        0x114219ff5 +cl_kernels (???) <0C4DA3B8-3677-4087-B722-2371768EA1C8> cl_kernels
          0x11421e000 -        0x11421efef +cl_kernels (???) <C7D19A78-5090-47EF-A6E6-751E787630AA> cl_kernels
          0x114ee8000 -        0x114fcefef  unorm8_bgra.dylib (2.4.5) <90797750-141F-3114-ACD0-A71363968678> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
       0x7fff628ae000 -     0x7fff628e4837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
       0x7fff89763000 -     0x7fff89763fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <A48738CA-5B6F-3D14-97E9-2BFDFC3DCC06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
       0x7fff89764000 -     0x7fff8987cffb  com.apple.CoreText (352.0 - 454.1) <AB07DF12-BB1F-3275-A8A3-45F14BF872BF> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
       0x7fff89896000 -     0x7fff899bdfff  com.apple.coreui (2.1 - 305) <BB430677-D1F7-38DD-8F05-70E54352B8B5> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
       0x7fff89a19000 -     0x7fff89d47ff7  com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
       0x7fff89d48000 -     0x7fff89d6dff7  libPng.dylib (1231) <2D5AC0EE-4056-3F76-97E7-BBD415F072B5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
       0x7fff89d6e000 -     0x7fff89d75fff  libCGCMS.A.dylib (772) <E64DC779-A6CF-3B1F-8E57-C09C0B10670F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
       0x7fff89d76000 -     0x7fff89decfe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
       0x7fff89e33000 -     0x7fff89e3cfff  libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
       0x7fff89e3d000 -     0x7fff8a124ffb  com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
       0x7fff8a125000 -     0x7fff8a1cbfff  com.apple.PDFKit (3.0 - 3.0) <C55D8F39-561D-32C7-A701-46F76D6CC151> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
       0x7fff8a1cc000 -     0x7fff8a1f2ff7  com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
       0x7fff8a1f3000 -     0x7fff8a204fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
       0x7fff8a205000 -     0x7fff8a20dff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
       0x7fff8a20e000 -     0x7fff8a219ff7  libcsfde.dylib (471) <797691FA-FC0A-3A95-B6E8-BDB75AEAEDFD> /usr/lib/libcsfde.dylib
       0x7fff8a21a000 -     0x7fff8a23afff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
       0x7fff8a23b000 -     0x7fff8a24eff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
       0x7fff8a278000 -     0x7fff8a2a4fff  libsandbox.1.dylib (358.1.1) <9A00BD06-579F-3EDF-9D4C-590DFE54B103> /usr/lib/libsandbox.1.dylib
       0x7fff8a2a5000 -     0x7fff8a2b0ff7  com.apple.CommerceCore (1.0 - 376.0.5) <57E5C067-52F6-3854-86C0-D878EDA24B55> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
       0x7fff8a2b5000 -     0x7fff8a51fff7  com.apple.imageKit (2.6 - 838) <DDFE019E-DF3E-37DA-AEC0-9182454B7312> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
       0x7fff8a520000 -     0x7fff8a53aff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
       0x7fff8a53b000 -     0x7fff8a578ff3  com.apple.bom (14.0 - 193.6) <3CE5593D-DB28-3BFD-943E-6261006FA292> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
       0x7fff8a579000 -     0x7fff8a59cff7  com.apple.framework.familycontrols (4.1 - 410) <41499068-0AB2-38CB-BE6A-F0DD0F06AB52> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
       0x7fff8a5f9000 -     0x7fff8a601ffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
       0x7fff8a602000 -     0x7fff8a68efff  libsystem_c.dylib (1044.1.2) <C185E862-7424-3210-B528-6B822577A4B8> /usr/lib/system/libsystem_c.dylib
       0x7fff8a68f000 -     0x7fff8a74efff  com.apple.backup.framework (1.6.1 - 1.6.1) <A7BBE57D-D5E7-39DD-812C-31190159F679> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
       0x7fff8a74f000 -     0x7fff8a74ffff  com.apple.Accelerate (1.10 - Accelerate 1.10) <227E2491-1DDB-336F-BF83-773CECEC66F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
       0x7fff8a750000 -     0x7fff8a780ffb  com.apple.GSS (4.0 - 2.0) <D033E7F1-2D34-339F-A814-C67E009DE5A9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
       0x7fff8a781000 -     0x7fff8a7d2ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
       0x7fff8a7e0000 -     0x7fff8b321fff  com.apple.AppKit (6.9 - 1343.16) <C98DB43F-4245-3E6E-A4EE-37DAEE33E174> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x7fff8b322000 -     0x7fff8b324ff7  libsystem_sandbox.dylib (358.1.1) <DB9962EF-8898-31CC-9B87-E01F8CE74C9D> /usr/lib/system/libsystem_sandbox.dylib
       0x7fff8b325000 -     0x7fff8b329fff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
       0x7fff8b36c000 -     0x7fff8b386ff7  com.apple.AppleVPAFramework (1.0.30 - 1.0.30) <D47A2125-C72D-3298-B27D-D89EA0D55584> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
       0x7fff8b394000 -     0x7fff8b3f3ff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
       0x7fff8b3f4000 -     0x7fff8b4e6ff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
       0x7fff8b4e7000 -     0x7fff8b761fff  com.apple.CoreData (110 - 526) <AEEDAF00-D38F-3A15-B3C9-73732940CC55> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
       0x7fff8b762000 -     0x7fff8b778ff7  com.apple.CoreMediaAuthoring (2.2 - 951) <B5E5ADF2-BBE8-30D9-83BC-74D0D450CF42> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
       0x7fff8b779000 -     0x7fff8b77afff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
       0x7fff8b77b000 -     0x7fff8b77bfff  libOpenScriptingUtil.dylib (162) <EFD79173-A9DA-3AE6-BE15-3948938204A6> /usr/lib/libOpenScriptingUtil.dylib
       0x7fff8b77c000 -     0x7fff8b77ffff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
       0x7fff8b780000 -     0x7fff8b930ff7  com.apple.QuartzCore (1.10 - 361.11) <7382E4A9-10B0-3877-B9D7-FA84DC71BA55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
       0x7fff8b931000 -     0x7fff8b932fff  libSystem.B.dylib (1213) <DA954461-EC6A-3DF0-8551-6FC810627627> /usr/lib/libSystem.B.dylib
       0x7fff8b933000 -     0x7fff8b951ff7  com.apple.addressbook.vCard (9.0 - 1499) <B1BC7C0A-A783-3574-8248-BC689F43A0A0> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
       0x7fff8b952000 -     0x7fff8b960ff7  com.apple.opengl (11.0.7 - 11.0.7) <B5C4DF85-37BD-3984-98D1-90A5043DA984> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
       0x7fff8b961000 -     0x7fff8b96cfff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
       0x7fff8b995000 -     0x7fff8b9a4fff

    Click here and follow the instructions. If you're willing to use a tool to remove it(you don't need to, but may find it easier), you can instead run Adware Medic; this link is a direct download.
    (119622)

  • Error While Opening dataform after creating Planning Unit Hierarchy

    Hi All,
    I created a Planning Application through classic wizard. Then i created a planning unit hierarchy, after which I am getting the following error: (when i try to open a dataform, from some user other than admin/owner)
    *"Security and/or filtering has resulted in a required dimension not being represented on this data form"*
    I know that this error occurs when some dimension members are represented on dataform but are not assigned with security rights. But thats not the problem in my case. Because I assign security rights to all members of all dimension just for the sake of testing. I later on identifed that this error occurs due to dimensions present in POV i.e. I need to select a single member of each POV dimensions, then in such case this error disappears.
    Now my question is that why i need to select a single member from each POV dimension? I general i leave POV dimensions as it is, while creating dataform
    Right now i aad a dummy member at the top of each dimension, e.g Account_UnSpecified, Entity_UnSpecified and so on . . . and then i select this member from each of POV dimension.

    Hi,
    You can try creating new Root folder and new workspace for your NWDS.
    1.  Create a new folder with name ' <userID>_NWDS_NEW_ROOT ' in your machine
    2. Create a new folder with name ' <userID>_NWDS_NEW_WORKSPACE ' in your machine
    3. Open NWDS (and logon to DTR)
    4. Remove all configurations from your Development Configuration perspective (except 'Local Development')
    5. Go to Window --> Preferences --> Java Development Infra --> Development Configurations
    6. Change 'Root Folder' to the folder created in step-1
    7. Close NWDS
    8. Create ' Run_NWDS.bat ' file in your NWDS installation folder which has 'SapIde.exe' file
    (it will be generally in --> C:\Program Files\SAP\IDE\IDE70\eclipse)
    9. Type following in .bat file -->
    SapIde.exe -data "<complete path to folder created in step-2>"
    10. Now double click on this .bat file to open NWDS
    Now logon to DTR, import configuration, create project from 'inactive DCs' and you should be able to create project and see it in respective perspective.
    Regards,
    Amey

  • YouTube app "unknown error" when opening a video using WI-FI

    YouTube app flags an "unknown error" when i open a video. YouTube opens and searches for videos but when i open a video, it loads and ends up flagging "unknown error".
    I found out that it works when i use Cellular Data. Doesn't work when using WI-FI.
    Can anybody help?

    Hi,
    I had exactly the same problem.
    My solution : change the DNS ADDRESSES in my routeur, with the "open dns" addresses.
    208.67.222.222
    208.67.220.220
    Hope this help.

  • Getting two errors when opening attachments after updating to latest version of Thunderbird. First one is exception "cannot call openModalWindw on a hidden win

    After the last Thunderbird update 24.4.0, attachments no longer open. Attempt to open attachment flashes a message quickly but not long enough to read. I get the following errors in the error log with every attempt to open a document like word.
    [Exception... "Cannot call openModalWindow on a hidden window" nresult: ox80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: resource://gre/components/nsPrompter.js::openModalWindow::line 382" data: no]
    resource://gre/components/nsPrompter.js
    The second error is
    TypeError: this._taskbar is null
    resource://gre/modules/DownloadTaskbarProgress.jsm
    Under tools I have Word docs set to open with Microsoft Word. What are these errors and why can't I no longer open Word documents?
    In addition I also receive multiple warnings at the same time such as Unknown property 'mso-style-type'. Declaration dropped.
    {mso-style-type:export-only;
    Expected '{' to begin declaration block but found 'WordSection1'.
    @page WordSection1
    DCar

    What happens when you save the attachment to disk and open it with Word?

  • Calendar error when opening iCal after Update

    Everytime I try and open my calendar after the software update I get a drop down message "updating calendar" then the whole thing crashes. I tried going in to system preferences to icloud settings but when I go to check the box next to calendar that freezes up and I have to Force Quit that. Please any help would be appreciated. This is the first time I have hated a software update. I am using 2013 MacBook Air.

    Me too - after Yosemite.  It happens while iCal is updating.  I also have CalendarAgent hogging 90% plus of my CPU even when iCal is off.  Please help someone...

  • Error received on deploying after using Office Control in NWDS.

    Dear All,
    I received the below mentioned error after deploying an application on the portal using Office Control in NWDS.
    com.sap.tc.webdynpro.progmodel.context.ContextException: Path null does not point to an attribute, but to [email protected] 
    I used the below mentioned link to craete this application.
    everything has been done as per the procedure. Please notify me the solution for this issue.
    Thanks and Regards,
    Soumyadeep.

    Hi Soumyadeep,
    Have you binded the "dataSource" property of the UI element properly to a binary attribute. Because this error says you have not binded some mandatory property in iView.
    So may be dataSource or some other property which is mandatory is not mapped.
    Ninad

  • Can't open iPhoto after using iPhoto library upgrader

    I used the iPhoto library upgrader today, hoping that I could then use a newer version of iPhoto.  I have iPhoto 6.6 I think.  But now iPhoto won't open, so I can't see any of my photos.  Where can I download a newer version of iPhoto so I will be able to see my photos again?  My iMac is running OS X 10.7.5 and cannot be upgraded to a newer operating system as it is a late 2006 iMac.  Please help, I am so upset at losing all my family photos I can barely type this.

    1. Make a back up first thing.
    Most Simple Back Up:
    Drag the iPhoto Library from your Pictures Folder to another Disk. This will make a copy on that disk.
    Slightly more complex: Use an app that will do incremental back ups. This is a very good way to work. The first time you run the back up the app will make a complete copy of the Library. Thereafter it will update the back up with the changes you have made. That makes subsequent back ups much faster. Many of these apps also have scheduling capabilities: So set it up and it will do the back up automatically.
    Example of such apps: Chronosync - but there are many others. Search on MacUpdate or the App Store
    2. If you have iPhoto 6 why are you using the upgrader?

  • Nakisa 2.0. Error while opening the application using URL

    Dear Experts,
    We are using Nakisa 2.0. Orgchart application. When we fire the link in the browser the application is throwing the below mentioned error.
    Please help us to solve this issue.
    Server Error in '/ORGCHART' Application.
    System.ServiceModel.Diagnostics.DiagnosticTrace..ctor(System.ServiceModel.Diagnostics.TraceSourceKind, System.String, System.String)
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.MethodAccessException: System.ServiceModel.Diagnostics.DiagnosticTrace..ctor(System.ServiceModel.Diagnostics.TraceSourceKind, System.String, System.String)
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 
    Stack Trace:
    [MethodAccessException: System.ServiceModel.Diagnostics.DiagnosticTrace..ctor(System.ServiceModel.Diagnostics.TraceSourceKind, System.String, System.String)]
       System.ServiceModel.DiagnosticUtility.InitDiagnosticTraceImpl(TraceSourceKind sourceType, String traceSourceName) +0
       System.ServiceModel.DiagnosticUtility.InitializeTracing() +14
       System.ServiceModel.DiagnosticUtility..cctor() +92
    [TypeInitializationException: The type initializer for 'System.ServiceModel.DiagnosticUtility' threw an exception.]
       System.ServiceModel.Configuration.ConfigurationHelpers.UnsafeGetAssociatedSection(ContextInformation evalContext, String sectionPath) +111
       System.ServiceModel.Configuration.ServiceHostingEnvironmentSection.UnsafeGetSection() +37
       System.ServiceModel.HostingManager.LoadConfigParameters() +32
       System.ServiceModel.HostingManager..ctor() +110
       System.ServiceModel.ServiceHostingEnvironment.EnsureInitialized() +142
       System.ServiceModel.ServiceHostingEnvironment.OnEnsureInitialized(Object state) +4
       System.ServiceModel.PartialTrustHelpers.PartialTrustInvoke(ContextCallback callback, Object state) +52
       System.ServiceModel.Activation.HttpModule.ProcessRequest(Object sender, EventArgs e) +98
       System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
    Regards,
    Vivek

    Hi Vivek,
    Are you accessing Nakisa through the portal or using the direct link?
    Have you tried stopping and restarting the IIS?
    Are you able to access the Admin Console?
    http://[hostname]/[Nakisa_application_name]/manager.jsp
    http://wiki.sdn.sap.com/wiki/display/ERPHCM/FAQinVisualizationSolutionsbyNakisa%28VSN%29
    Do you have any other Nakisa modules other than OrgChart?
    If so, are you able to test these?
    Have you tested this on more than one user?
    Regards,
    Matthew

Maybe you are looking for

  • Pages v4.0 (727) can't open or save .doc files

    Hello everyone, for a while now I haven't been able to open or save .doc files with Pages. When trying to open a .doc file I get the following message: "The document "example.doc" couldn't be opened." I have tried the following to solve the problem:

  • Best QT export setting for istockphoto?

    Hi. I want to export my footage using PPro CS5 for uploading onto istockphoto.com. The required format is QuickTime (Photo-JPEG). This is the source summary: 1440x1080 (1.3333), 29.97fps, Upper (was shot with Sony AX2000) Does anyone know the best ex

  • How to move EP installation from one server to another server

    Hi All, we have a EP server installed. Now we have to move this EP instance onto a different machine. The source and target hardwareosDB would be the same. Can some one tell me how to do it. Is Homogeneous System Copy a solution for this. Or I have t

  • DHCP Server in non-glocal zone

    Is there anyway to run a DHCP server in a non global zone ? Can you give a zone access to a networking device such as qfe3 so dhcpd can catch and respond to requests ? Thanks

  • Garage Band 2.0.2 to 3

    I bought my G4 in December 05, and it came without iLife. It did come with Garage Band 2.0.2 I am interested in starting a podcast, and it looks fairly easy to do with 3.0.4 Did I miss an update, or do I need to get iLife? Can I just get Garage Band?