Weird errors while trying to activate a font

Hi,
I have a problem with Apple Script. Basically I need a script to check if a font is activated and if not activate it - this is because for some weird reason everythime I restart my Mac my Futura font family get's disactivated (various typefaces of this one family)
this is what I have so far:
tell application "Font Book" to tell font family "Futura"
    if enabled of typeface "Futura Medium" then
        set enabled of typeface "Futura Medium" to false
    end if
    if enabled of typeface "Futura Medium Italic" then
        set enabled of typeface "Futura Medium Italic" to false
    end if
    if enabled of typeface "Futura Condensed Medium" then
        set enabled of typeface "Futura Condensed Medium" to false
    end if
    if enabled of typeface "Futura Condensed ExtraBold" then
        set enabled of typeface "Futura Condensed ExtraBold" to false
    end if
    set enabled of typeface "Futura Medium" to true
    set enabled of typeface "Futura Medium Italic" to true
    set enabled of typeface "Futura Condensed Medium" to true
    set enabled of typeface "Futura Condensed ExtraBold" to true
end tell
It works quite well for the two first typefaces but when it gets to "Futura Condensed Medium" I get an error
"error "Font Book got an error: Can’t set typeface \"Futura Condensed Medium\" of font family \"Futura\" to true." number -10006 from typeface "Futura Condensed Medium" of font family "Futura""
Thanks in advance for any help because it's driving me crazy

I got the same errors as you when trying your script, and was unable to fix the issue. However, the following script, which uses GUI Scripting, seems to work pretty well under OS X 10.8.2. You must enable access for assistive devices in the Universal Access System Preference pane.
tell application "Font Book" to activate
tell application "System Events"
    tell process "Font Book"
        tell splitter group 1 of window "Font Book"
            delay 2 -- adjust if necessary
            select row 1 of table 1 of scroll area 1
            keystroke "f" using {option down, command down}
            keystroke "Futura"
            delay 1 -- adjust if necessary
            select row 1 of outline 1 of scroll area 2
        end tell
        tell menu item 10 of menu 1 of menu bar item "Edit" of menu bar 1
            if name begins with "Disable" then
                keystroke "d" using {shift down, command down} -- disable
                keystroke return
            end if
            keystroke "d" using {shift down, command down} -- enable
        end tell
    end tell
end tell

Similar Messages

  • Error while trying to activate REPLICATE

    Hi Experts,
    I am getting below error while trying to Replicate Data Source.Can you please help on this-
    Error analysis
        Short text of error message:
        Unable to read RFC destination WORKFLOW_LOCAL
        Long text of error message:
        Technical information about the message:
        Message class....... "SWF_RUN"
        Number.............. 617
        Variable 1.......... "WORKFLOW_LOCAL_010"
        Variable 2.......... "RFC_READ_DESTINATION_TY
        Variable 3.......... "DESTINATION_NOT_EXIST"
        Variable 4.......... " "
    How to correct the error
        Probably the only way to eliminate the error is to correct the program.
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "MESSAGE_TYPE_X" " "
        "CL_SWF_RUN_WIM_LOCAL==========CP" or "CL_SWF_RUN_WIM_LOCAL==========CM07Z"
        "IF_SWF_RUN_WIM_UTL_INTERNAL~GET_SYSTEM_USER"
    Please help.
    Thanks in advance
    Nilesh

    It's purely connectivity problem ..  make sure login credentials are correct! it should allow remote logon from R/3 to BI and vice versa
    Please follow the doc..
    http://help.sap.com/bp_bw370/BBLibrary/documentation/B84_BB_ConfigGuide_EN_DE.doc

  • Error while trying to activate R/3 datasource from BI with T-Code rsa5

    hi all,
    i want to activate a particular datasource in R/3 through BI.iam following the below steps.
    RSA1-->source system>select source system>right click>connection parameters>remote logon>rsa5-select datasource.
    when iam trying to activate from rsa5 its giving error like "No valid application component hierarchy exists".when iam trying continue in next window its showing a tree "NONODESCONNECTED" and iam unable to see tree "SAP".
    actually am i following the right procedure, if not guide me. please guide me how to solve this issue.
    thanx&regards
    Vamshi D Krishna

    Hi Vamshi,
                    Just carry on with your dats source. Ignore warning messages.
    hope this will help you......
    Thanks,
    Vijay.
    Edited by: vijay m on Jun 8, 2009 6:45 PM

  • Illegal Dependency error while trying to Activate Code.

    Hi
    I hav used a Web service in my application.
    Now I am trying to check in the code and then activate it....
    it was checked in successfully..
    But while activating it is giving following error.......
    'abc.com/DU_WA' variant 'default' cannot be built. ACTIVATION will fail.
                    INVALID dependency is declared
                    DC 'abc.com/DU_WA' in SC 'abc.com_OBDU_1' USES DC 'abc.com/home/newformatproxy' in SC 'abc.com_OBDU_1' [public-part: newformatproxy] AS Build-Time Dependency  [validity: USED COMPONENT OR PUBLIC PART IS UNKNOWN OR UNDEFINED]
                    'abc.com/DU_EA' variant 'default'
                    'abc.com/home/newformatproxy' variant 'default'
    Error! The following problem(s) occurred  during request processing:
        Error! The following error occurred during request processing:Activation failed due to component "abc.com/DU_WA" variant "default". The component is BROKEN.
    REQUEST PROCESSING finished at 2008-12-02 15:53:56.023 GMT and took 3 s 86 ms
    Please help
    Thanks.....

    I guess it was a patching problem in NWDS as entire code was not checked in at one go....
    I did explicitly "Added to DTR" all the missing files.

  • Error while trying to Activate request in NWDS

    Hello,
    I am getting below error when I try to activate a request in NWDS.
    Activation failed: CBS Server Error: The compartment for given software component is being initialized(internal code:BS_SC_META_DATA_NOT_AVAILABLE)

    Sure Sir,
    Below are the versions :
    NWDS :
    SAP NetWeaver Developer Studio
    Version: 7.02.02
    Build id: 200912161722
    (c) Copyright SAP AG 2009.  All rights reserved.
    Visit http://www.sap.com
    sap.com  DI_CBS  7.02 SP3 (1000.7.02.3.0.20100223031542)  SAP AG  MAIN_NW702P03_C  20110224172756 
    sap.com  DI_CMS  7.02 SP3 (1000.7.02.3.0.20100223031543)  SAP AG  MAIN_NW702P03_C  20110224172849 
    sap.com  DI_DTR  7.02 SP3 (1000.7.02.3.0.20100226062636)  SAP AG  MAIN_NW702P03_C  20110224172900 
    Thankyou for help....

  • Errors when trying to activate web service

    Has anybody encountered an HTTP 500 error while trying to activate a webservice based on a business object from one of the SAP namespaces?
    The error that I am getting is: HTTP 500 (InternalServerError) - Dump or unhandled exception in backend.

    Yes we have the same Problem. Are you using Association in your BO?
    The Problem is known
    This was defect in the code while trying to include
    Cross Bo associations in Read Operation.
    This was fixed in FP26 with Hotfix HZEK001337.
    This is not yet imported into VQ3.
    Solution: Wait till VQ3 is supplied with this week's hotfixes
    or try to generate service without Cross BO associations till hotfix
    is imported into VQ3.

  • Error code 50 while trying to download a font from adobe creative cloud

    I received a error code 50 while trying to download a font from adobe creative cloud saying that the "Creative Cloud desktop failed to update" and that I should contact customer service. How should I resolve this issue?

    Read here.
    http://support.apple.com/kb/TS1279

  • While trying to activate 3GS , get error "your iPhone could not be activated because the activation server is temporrarily unavailable. When will ther server be available? is anyone else experiencing this problem?

    While trying to activate iphone 3gs  get an error message saying " your iphone could not be activated because the activation server is temporarily unavailable" when will they be available, and is anyone else having this problem?

    yes i am! did u get it fixed?

  • Error while trying to open the discoverer connections page

    Dears,
    please your kindly help!!!
    Error while trying to open the discoverer connections page
    When I tried to open the link http://192.168.4.222:7778/discoverer/viewer
    I received the error:
    An error occurred while handling the event. See the application log for more details.
    A fatal application error has occurred. Please consult with your OracleAS administrator or look at the application log file.
    I checked the OC4J application.log file and I found the following:
    10/03/11 10:34:16 discoverer: [ERROR] [AJPRequestHandler-ApplicationServerThread-6] oracle.discoverer.applications.framework.
    GlobalExceptionHandler.execute null
    java.lang.NullPointerException
    at java.io.FileOutputStream.<init>(FileOutputStream.java:172)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    at java.awt.Font$2.run(Font.java:606)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Font.createFont(Font.java:600)
    at oracle.discoverer.renderer.pdf.XDOConfig._discoverFonts(Unknown Source)
    at oracle.discoverer.renderer.pdf.XDOConfig.<init>(Unknown Source)
    at oracle.discoverer.renderer.pdf.XDOConfig.getNewInstance(Unknown Source)
    at oracle.discoverer.renderer.pdf.PDFGenerator.initPDF(Unknown Source)
    at oracle.discoverer.applications.viewer.model.ViewerApplication.init(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationFactory.create(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationController.getApplication(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationController.execute(Unknown Source)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    invoke(ServletRequestDispatcher.java:824)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    forward(ServletRequestDispatcher.java:222)
    at oracle.discoverer.applications.viewer.url.URLServlet._process(Unknown Source)
    at oracle.discoverer.applications.viewer.url.URLServlet.doGet(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFil
    ter(ResourceFilterChain.java:65)
    at oracle.discoverer.applications.framework.ApplicationEncodingFilter.doFilter(Unknown Source)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    invoke(ServletRequestDispatcher.java:663)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.proces
    sRequest(HttpRequestHandler.java:830)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJP
    RequestHandler.java:224)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJP
    RequestHandler.java:133)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor
    $MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    10/03/11 10:34:16 discoverer: [ERROR] [AJPRequestHandler-ApplicationServerThread-6] oracle.discoverer.applications.framework.
    ApplicationController._logException error.handling.event
    oracle.discoverer.applications.framework.ApplicationException: error.handling.event
    at oracle.discoverer.applications.framework.GlobalExceptionHandler.execute(Unknown Source)
    at org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:553)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:486)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    invoke(ServletRequestDispatcher.java:824)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    forward(ServletRequestDispatcher.java:222)
    at oracle.discoverer.applications.viewer.url.URLServlet._process(Unknown Source)
    at oracle.discoverer.applications.viewer.url.URLServlet.doGet(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFil
    ter(ResourceFilterChain.java:65)
    at oracle.discoverer.applications.framework.ApplicationEncodingFilter.doFilter(Unknown Source)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    invoke(ServletRequestDispatcher.java:663)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.
    forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.proces
    sRequest(HttpRequestHandler.java:830)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJP
    RequestHandler.java:224)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJP
    RequestHandler.java:133)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor
    $MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: java.lang.NullPointerException
    at java.io.FileOutputStream.<init>(FileOutputStream.java:172)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    at java.awt.Font$2.run(Font.java:606)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Font.createFont(Font.java:600)
    at oracle.discoverer.renderer.pdf.XDOConfig._discoverFonts(Unknown Source)
    at oracle.discoverer.renderer.pdf.XDOConfig.<init>(Unknown Source)
    at oracle.discoverer.renderer.pdf.XDOConfig.getNewInstance(Unknown Source)
    at oracle.discoverer.renderer.pdf.PDFGenerator.initPDF(Unknown Source)
    at oracle.discoverer.applications.viewer.model.ViewerApplication.init(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationFactory.create(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationController.getApplication(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationController.execute(Unknown Source)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    ... 21 more
    10/03/11 10:34:16 discoverer: TemplateUINode, localName='documentTemplate': /u01/oracle/ias/j2ee/OC4J_BI_Forms/applications/d
    iscoverer/discoverer/cabo/styles/dc-blaf.xss: Parsing error, line 5, column 22: <laf> is not an understood element.
    This sometimes means the element's namespace (http://xmlns.oracle.com/uix/style) is set incorrectly. This may also be an issue with the syntax of its parent element.
    Please anyone can help.
    Best Regards ,
    Yasser

    Welcome to the forums !
    Pl see if MOS Doc 360403.1 (Launcing Discoverer Plus Fails With Error "Oracle.Discoverer.Applications.Framework.Globalexceptionhandler.Execute Null" in Application.log File) is applicable in your case
    HTH
    Srini

  • NotSerializable error while trying to write arraylist

    I am getting a NotSerializable error while trying to write an arraylist to a file.
    Here's the part of the code causing problem
    File temp = fileOpenerAndSaver.getSelectedFile(); // fileOpenerAndSaver is a JFileChooser object which has been created and initialized and was already used to select a file with
    currentWorkingFile = new File (temp.getAbsolutePath() + ".gd");      // currentWorking file is a file object
    try
         ObjectOutput output = new ObjectOutputStream (new BufferedOutputStream(new FileOutputStream(currentWorkingFile)));
         output.writeObject(nodeList); // <-- This is the line causing problem (it is line 1475 on which exception is thrown)
         output.writeObject(edgeList);
         output.writeObject(nodesWithSelfLoop);
         output.writeObject(nextId);
         output.writeUTF(currentMessage);
         output.close();
    catch (Exception e2)
         JOptionPane.showMessageDialog (graphDrawer, "Unknown error writing.", "Error", JOptionPane.ERROR_MESSAGE);
         e2.printStackTrace();
    } As far as what nodeList is -- it's an arraylist of my own class Node which has been serialized and any object used inside the class has been serialized as well.
    Here is the declaration of nodeList:
         private ArrayList <Node> nodeList; // ArrayList to hold a list all the nodesLet me show you whats inside the node class:
    private class Node implements Serializable
         private static final long serialVersionUID = -4625153386839971250L;
         /*  edgeForThisNodeList holds all the edges that are between this node and another node
          *  nodesConnected holds all the nodes that are connected (adjacent) to this node
          *  p holds the top left corner coordinate of this node.  The centre. of this node is at (p.x + 5, p.y + 5)
          *  hasSelfLoop holds whether this node has a self loop.
          *  **NOTE**: ONLY ONE SELF LOOP IS ALLOWED FOR A NODE.
         ArrayList <Edge> edgeForThisNodeList = new ArrayList <Edge> ();
         ArrayList <Node> nodesConnected = new ArrayList <Node> ();
         Point p;
         boolean hasSelfLoop = false;
         int index = -1;
         BigInteger id;
                     ... some methods following this....
    }Here is the edge class
    private class Edge implements Serializable
         private static final long serialVersionUID = -72868914829743947L;
         Node p1, p2; // The two nodes
         Line2D line;
          * Constructor:
          * Assigns nodes provided as appropriate.
          * Also calls the addEdge method on each of the two nodes, and passes
          * "this" edge and the other node to the nodes, so that
          * this edge and the other node can be added to the
          * data of the node.
         public Edge (Node p1, Node p2)
              this.p1 = p1;
              this.p2 = p2;
              line = new Line2D.Float(p1.p.x+5,p1.p.y+5,p2.p.x+5,p2.p.y+5);
              p1.addEdge(this, p2, true);
              p2.addEdge(this, p1, false);
         }Here is the error I am getting:
    java.io.NotSerializableException: javax.swing.plaf.metal.MetalFileChooserUI
         at java.io.ObjectOutputStream.writeObject0(Unknown Source)
         at java.io.ObjectOutputStream.defaultWriteFields(Unknown Source)
         at java.io.ObjectOutputStream.writeSerialData(Unknown Source)
         at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown Source)
         at java.io.ObjectOutputStream.writeObject0(Unknown Source)
         at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown Source)
         at java.io.ObjectOutputStream.writeObject0(Unknown Source)
         at java.io.ObjectOutputStream.writeObject(Unknown Source)
         at MyPanel.save(MyPanel.java:1475)
         at GraphDrawer.actionPerformed(GraphDrawer.java:243)
         I inentionally did not write the whole error stack because it was way too long and I ran out of characters. But line 1475 is where I do the writeObject call. I also goet some weird not serialized exceptions before on some other classes that are not being written to the file or are not part of the object that I am writing. I serialized those classes and now it's this unknown object that's causing problems.
    Edit: The problem may be due to the JFileChooser I am using to select the file as it is a non-serializable object. But I am not trying to write it to the file and in fact am just writing the arrayLists and BigInteger as objects to the file.
    Edited by: Cricket_struck on Dec 21, 2009 1:25 PM
    Edited by: Cricket_struck on Dec 21, 2009 1:32 PM
    Edited by: Cricket_struck on Dec 21, 2009 2:16 PM

    java.io.NotSerializableException: javax.swing.plaf.metal.MetalFileChooserUIThat's a Swing component and it is clearly related to the JFileChooser.
    I also get some weird not serialized exceptions before on some other classes that are not being written to the file or are not part of the object that I am writing.That's a contradiction in terms. If you get NotSerialzableException it means the objects are being written. So they are reachable from the objects you're writing.
    Edit: The problem may be due to the JFileChooser I am using to select the file as it is a non-serializable object.JFileChooser implements Serializable, but you're right, you shouldn't try to serialize it. But clearly this is the current problem. Somewhere you have a reference to it reachable via the object(s) you are serializing.
    I suspect that Node and Edge inner classes and that you aren't aware that inner classes contain a hidden reference to their containing class. The solution for serializaition purposes is to make them static nested classes, or outer classes.

  • Issue while trying to activate Data Source in BW

    Hi,
    One of my Master data process chain is failing in Activation step.
    Error message - "No InfoProvider exists with name "COSTELMNT_0102_HIER".But this is a data source.Also it is present in R3 and when i am trying to activate it since in Data source its showing --"ACTIVE VERSION-does not exist" & .in SE38 while trying to activate using RSDS_DATASOURCE_ACTIVATE_ALL its saying "THERE IS NO DATA SOURCE WITH THESE ATTRIBUTES"
    Although its present in R3 side as well.
    Please help.
    Thanks
    Nilesh Pathak

    Hi,
    Can you tell me which datasource is that?
    If your RSA3 is not giving any records that means that here is no hierarchy defined in source system for that selection.
    For example
    if you are extracting the plant hierarchy from the source system and in BI infopacakge you selected "26" and extracted the data. If there are records available for 26 in the source system then it will bring.
    In your case as you mentioned that there is no data in rsa3 for your selection, then there might be no data mainted in source system. I would recommend you to contanct your functional guys and ask them the hierarchy type in source
    Ex: for customer hierarchy i think its "VDH2N" to check in source. But i am not sure what is your hierarchy datasource.
    thanks
    Srikanth

  • VO Ext- Error ocurred trying to activate the wizard pageAttribute settings

    Hi
    I am new to OAF and working on R12.1.3 vesrion. I am facing an issue while extending standard VO CustomerAccessesVO which is in the path
    /oracle/apps/asn/common/customer/server. My requirement is to add a new column AS_ACCESSES_ALL.SALESFORECE_ROLE_CODE in the extended view.
    This VO uses the entity object CustomerAccessEO(/oracle/apps/asn/common/customer/schema/server) and this entity object extends another EO AccessEO which is having base table AS_ACCESSES_ALL (/oracle/apps/asn/common/schema/server).
    While extending this VO, I only select EO CustomerAccessEO and then I will have the attribute in available attribute list and selected attribute list.
    Available attribute list is having all the attributes which are in EO AccessEO(As CustomerAccessEO is not having any attribute it only extend AccessEO).
    Selected attribute list is having all the attibutes which are present in the query of CustomerAccessesVO.
    Now if I include a new attribute as my new column and even I don't include any new attribute and click on Next button. I got error 'Error ocurred trying to activate the wizard pageAttribute settings' java.lang.NullPointerException.
    Now If I included my new column by adding new attribute and ignore this error I am able to extend this VO and able to get all the file Server.xml, XXCustomerAccessesVO.xml, Voimpl.java, Rowimpl.java.
    But the problem is rowimpl.java file is generated empty.*
    However I substitute this extended VO I am able to see the extended VO in application but that says- No entity object used. No attributes are selected.
    In short my problem is:-
    *1) Getting error 'Error ocurred trying to activate the wizard pageAttribute settings' in Create View Object wizard.
    2) If I ignore error why *rowimpl.java file is generated empty even I checked all the check boxes.
    3) Why I am getting message in application-- No entity object used. No attributes are selected.*
    Please reply as this is have become critical.
    Thanks
    Piyush

    Hi All,
    Problem is still not yet resolved.
    Can any one please look into it.

  • DBIF_REPO_SQL_ERROR while trying to activate ENVIRONMENTSHELL for BPC 10.0 NW on HANA

    Hi experts,
    I'm getting this short dump "DBIF_REPO_SQL_ERROR" while trying to activate the ENVIRONMENTSHELL(UJS_ACTIVATE_CONTENT) for BPC 10.0 NW on Hana database :
    Category                  Resource Shortage
    Runtime Errors         DBIF_REPO_SQL_ERROR
    Short Text
        SQL error "-10760" while accessing program "CX_SY_OPEN_SQL_DB=============CP" part "LOAD".
    What happened?
        Database error text: "Memory allocation failed."
    Error analysis
        Database error text: Memory allocation failed.
        Triggering SQL statement:  "CX_SY_OPEN_SQL_DB=============CP        "
    System environment
        SAP Release..... 740
        SAP Basis level 0005
        Application server... vSAPPRD
        Network address...... 172.16.10.230
        Operating system... Windows NT
        Release.............. 6.2
        Hardware type....... 4x AMD64 Level
        Character length..... 16 Bits
        Pointer length........ 64 Bits
        Work process number... 9
        Shortdump setting. full
        Database server... hana-prd
        Database type..... HDB
        Database name..... PRD
        Database user ID SAPPRD
       Terminal.......... Maha-HP
        Character set C
        SAP kernel....... 741
        Created on....... Mar 21 2014 17:31:58
        Created at....... NT 6.0 6002 x86 MS VC++ 16.00
        Database version SQLDBC 1.00.60.0379371
        Patch level....... 26
        Patch text.......
        Database............. HDB 1.0
       SAP database version. 741
       Operating system... Windows NT 5.1, Windows NT 5.2, Windows NT 6.0, Windows NT
       6.1, Windows NT 6.2, Windows NT 6.3
       Memory consumption
       Roll.... 0
       EM...... 44600400
       Heap.... 0
       Page.... 49152
       MM used. 33089488
       MM free. 4949248
    The program interrupted was SAPLSADB
    Thanks
    Maha

    Hi Maha,
    Please check the versions of:
    HANA server
    HANA client (on HANA server)
    HANA client (on the PAS)
    SAP Kernel (both the generic and HDB specific files)
    The versions between them should be in sync.
    My issue with the error: " CX_SY_OPEN_SQL_DB=============CP        " is resolved by applying the latest SAP Kernel 7.41 Patches which is currently patch level 43.
    Good luck!
    Regards,
    Mike

  • While trying to activat the purchasing data source in LBWE I'm getting erro

    Hi,
                  .while trying to activate the purchasing data 2lis_02_scl source in LBWE Iu2019m getting following error msg.
    'Client XXX has status is not modifible'
    Regards,
    devi,

    Hi,
    The Transport Organiser maintains Change Requests.These requests record the changes made to the repository and customizing objects.Based on that objects changed they are
    1)WorkBench Request & 2) Customizing Request.
    Workbench Requests are those that involve changes to cross-client Customising and Repository Objects. The objects are independent of the client.Hence the requests are used for transferring and transporting changed Repository objects and changed system settings from cross-client tables.
    Customizing Requests involve changes recorded to client-specific Customizing objects .These client specific requests are used for copying and transporting changed system settings from client-specific tables.
    Refer this links http://www.allinterview.com/showanswers/57910.html
    customising and workbench request
    Difference between Customizing request and Workbench request
    Thanks,

  • Excel service and OWA - getting ERROR while trying to open/edit Excel documents

    Hi All,
    We have configured SharePoint 2013 with Excel Service and OWA (Office Web Apps).
    After configuring, we are able to view/edit Word or PowerPoint documents from the browser (as OWA is configured). But we are getting errors while trying to open/edit Excel documents.
    We are not able to view/edit the excel workbook from the browser (through OWA).
    To open the excel in the browser, decision has to be taken at the farm level on what to be used – Excel Service or OWA Server? Is it possible to do setting at site collection level?
    Error details are given below:
    Event code: 3005
    Event message: An unhandled exception has occurred.
    Event time: 3/25/2013 1:29:08 PM
    Event time (UTC): 3/25/2013 7:59:08 AM
    Event ID: fc2e0530f493493896e6c8b6297a0423
    Event sequence: 10
    Event occurrence: 3
    Event detail code: 0
    Application information:
        Application domain: /LM/W3SVC/2/ROOT/x-1-130086717598089315
        Trust level: Full
        Application Virtual Path: /x
        Application Path: C:\Program Files\Microsoft Office Web Apps\ExcelServicesWfe\
        Machine name: VHYDMANTHSTP-02
    Process information:
        Process ID: 1252
        Process name: w3wp.exe
        Account name: NT AUTHORITY\NETWORK SERVICE
    Exception information:
        Exception type: ArgumentException
        Exception message: An entry with the same key already exists.
       at System.Collections.Generic.TreeSet`1.AddIfNotPresent(T item)
       at System.Collections.Generic.SortedDictionary`2..ctor(IDictionary`2 dictionary, IComparer`1 comparer)
       at Microsoft.Office.Excel.Server.ServiceHost.ServiceHost.GetInstalledUICultures()
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.IsUICultureSupported(String cultureTag, CultureInfo& cultureInfo)
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.SafeSetCurrentUICulture(String cultureTag, Boolean useOleo, Boolean allowCustomFallback)
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.SafeSetCurrentUICultureFromFrontEnd(String uiCultureTag, Boolean allowFallback)
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.SafeSetCurrentCulturesFromFrontEnd(String uiCultureTag, String dataCultureTag)
       at Microsoft.Office.Excel.Server.ServiceHost.ServiceHost.Microsoft.Office.Excel.Server.Host.IEwaHost.SetCurrentCulturesFromContext(HttpContext context)
       at Microsoft.Office.Excel.Server.ServiceHost.ServiceHost.Microsoft.Office.Excel.Server.Host.IEwaHost.PreProcessRequest(HttpContext context)
       at Microsoft.Office.Excel.WebUI.XlPreview.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Request information:
        Request URL:
    http://mysrevr/x/_layouts/xlpreview.aspx?ui=en-US&rs=en-US&WOPISrc=http://myservernames1/_vti_bin/wopi.ashx/files/f36d669ceb814d67bdad0e1e1f98e466&wdSmallView=1
        Request path: /x/_layouts/xlpreview.aspx
        User host address: 10.81.138.92
        User: 
        Is authenticated: False
        Authentication Type: 
        Thread account name: NT AUTHORITY\NETWORK SERVICE
    Thread information:
        Thread ID: 13
        Thread account name: NT AUTHORITY\NETWORK SERVICE
        Is impersonating: False
        Stack trace:    at System.Collections.Generic.TreeSet`1.AddIfNotPresent(T item)
       at System.Collections.Generic.SortedDictionary`2..ctor(IDictionary`2 dictionary, IComparer`1 comparer)
       at Microsoft.Office.Excel.Server.ServiceHost.ServiceHost.GetInstalledUICultures()
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.IsUICultureSupported(String cultureTag, CultureInfo& cultureInfo)
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.SafeSetCurrentUICulture(String cultureTag, Boolean useOleo, Boolean allowCustomFallback)
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.SafeSetCurrentUICultureFromFrontEnd(String uiCultureTag, Boolean allowFallback)
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.SafeSetCurrentCulturesFromFrontEnd(String uiCultureTag, String dataCultureTag)
       at Microsoft.Office.Excel.Server.ServiceHost.ServiceHost.Microsoft.Office.Excel.Server.Host.IEwaHost.SetCurrentCulturesFromContext(HttpContext context)
       at Microsoft.Office.Excel.Server.ServiceHost.ServiceHost.Microsoft.Office.Excel.Server.Host.IEwaHost.PreProcessRequest(HttpContext context)
       at Microsoft.Office.Excel.WebUI.XlPreview.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    I have the same issue while opening the file , i have checked every thing twice. but unable to fix this thing . can any one help.
    One more thing which is i am wondering none of the MS representative replied on this post which is originally posted on March 27-2013.
    is microsoft alive??
    Imran Bashir Network Administrator MCP, JNCIA-EX,ER,JNIOUS +92-333-4330176

Maybe you are looking for