Can BPF step reviewer be specified to a certain user?

Hi,
I know that each step in the BPF has to be either "completed" or "reviewed" before going to the next step.
I wonder if this "complete" or "review" actions can be limited to certain users. For example, a step can only be reviewed or completed by a vice-president before a local sales manager goes to work in the next step of the BPF.
Thank you!
Sunny

If you look under Component Services - Computers - My Computer - Distributed Transaction Coordinator, you can set the security model for DTC.
As far as the job failing, you may have pass-thru security issues or a mis-configured proxy account.  Hard to tell without detailed error messages.
Geoff N. Hiten Architect Microsoft SQL Server MVP

Similar Messages

  • Can you "turn off" IM in Presence for certain users?

    Running Presence 7.0. Can I turn off the IM function of select people? Or can I turn it off for everyone?
    Thanks in advance.

    Hi Johnny,
    You can turn off IM on a Clusterwide basis, but I'm not sure about individual users
    Enable Instant Messaging check box (clusterwide)
    Check to turn on and off Instant Messaging clusterwide for the Cisco IP PhoneMessenger and Cisco Unified Personal Communicator clients. When instant messaging is disabled, the Send an Instant Message option is not available in Cisco Unified Personal Communicator.
    Default setting: Enabled
    Note: The following warning message is displayed if you uncheck this check box to disable instant messaging: "Before you globally disable instant messaging on this CUP cluster please notify and sign out all connected IPPM clients (via the IPPM Status page). Continue?"
    http://docwiki.cisco.com/wiki/Cisco_Unified_Presence,_Release_7.x_--_How_to_Configure_Availability_Information_on_Cisco_Unified_Presence
    Cheers!
    Rob

  • Can't step into CVI step that calls LabVIEW DLL?

    Windows 2000 SP1
    TestStand 2.01f
    LabWindows CVI 6.0
    LabVIEW 6.1 Runtime
    We have a framework based on TestStand and CVI. A customer has supplied us
    with a DLL written in LabVIEW 6.1 and packaged with the Application Builder
    that we need to call from a CVI test library DLL. They say they can't
    supply us with a non-LabVIEW implementation. We installed the LabVIEW 6.1
    run-time. We added code to the CVI test library to dynamically load and
    unload the LabVIEW DLL using LoadLibrary and FreeLibrary. LoadLibrary is
    called in a function in the MainSequence Startup step group, FreeLibrary is
    called in a function in the MainSequence Cleanup step group.
    Things run as expected when the CVI DLL is built as Release or Debug and the
    CVI
    adapter is configured to run in-process.
    However, if we try to debug CVI DLL by building it as Debug and configuring
    the CVI adapter to run in an external instance of CVI, things hang the first
    time we try to step into, or run, a CVI test library step that calls one of
    the functions in the LabVIEW DLL. On the Applications tab in Task Manager,
    the item named LabVIEW is marked as 'Not Responding'. The only way to
    recover is to kill the LabVIEW process, which takes down CVI and TestStand
    with it. If none of the LabVIEW DLL functions are called, no problems are
    seen (no hang).
    I assume the problem has something to do with the library getting mapped to
    the wrong process space (TestStand v. the external CVI instance). Is there
    any way to solve this problem? Any ideas or suggestions would be
    appreciated.
    Joe

    > Out of curiousity, what happens if you attempt to debug your DLL from
    > CVI? For example, configure TestStand to run its steps 'inProcess'...
    > but then close the TestStand application and in CVI, configure it so
    > that the Specified External Process dialog points to TestStand's
    > SeqEdit.exe (CVI launches TestStand when debugging the project). Once
    > TestStand is running, run your test and set your break points as
    > usual, you should be able to step into the CVI code if nothing else.
    > If not, I would be interested in hearing what problems you encounter.
    When 'debugging' SeqEdit from CVI, we experienced no lock up.
    Thanks for this suggestion. Debugging from CVI is a workaround for now,
    though not highly desirable as it is reverse from normal debug proc
    edure
    (user can't step into CVI from TestStand). Still would like to know if
    'normal' debugging of this problem is possible.
    > The nice thing about debugging directly from Labwindows/CVI while
    > TestStand runs 'inprocess' is that you can avoid some library linking
    > errors, which may be the source of the troubles you are seeing.
    The problem appears to be general to LabVIEW DLLs called from an external
    instance of CVI under TestStand. We were able to reproduce the problem with
    a simple LabVIEW VI compiled to a DLL, then called from a simple CVI DLL
    under TestStand. We will package up some sample code and submit it to NI
    tonight or tomorrow.
    Thanks for you help.
    Joe

  • BPF step with no action?

    Howdy experts,
    SBOP PC NW 7.5 SP05
    I was asked a question about BPF's this afternoon and I'm stumped.  The user wants to have a step within a BPF that requires no BPC action.  The action that the user is responsible for is actually in another system, but they want to show the step in a BPF.
    If I create a BPF step and skip the action portion, I get an error when I create an instance (see below)
    [Screen capture of error|http://content.screencast.com/users/leonardgolf/folders/SnagIt/media/0dbc96c2-6439-40ea-b2e1-ea86310fc1fb/12.06.2010-16.45.46.png]
    Note that the name of the step that I created for testing is "generic step".
    Any ideas how to accomodate the business need for an actionless BPF step?
    Best Regards,
    Will Leonard
    Edited by: Will Leonard on Dec 7, 2010 1:02 AM

    Hi,
    This is a problem. Validation will definitely throw an error if a step doesnt have any actions or doesnt have any substeps. So, I dont think this will be feasible. May be you can consider custom menu as an alternate.
    Hope this helps.

  • How can I navigate to the specified page?

    h5. I'm a novice in JavaServer Faces.
    today i meet a problem that i can not navigate to the specified page in my application.
    the version of the jsf API is : jsf-1.1_02-b08
    my web.xml is configed as following:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app id="WebApp_ID" version="2.4"
    xmlns="[http://java.sun.com/xml/ns/j2ee]" xmlns:xsi="[http://www.w3.org/2001/XMLSchema-instance]"
    xsi:schemaLocation="[http://java.sun.com/xml/ns/j2ee] [http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd]">
    <display-name>JavaServerFaces</display-name>
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    </servlet-mapping>
    <welcome-file-list>
    <welcome-file>faces/Charpter1/HelloWorld.jsp</welcome-file>
    </welcome-file-list>
    </web-app>
    my faces-config.xml is configed as following:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE faces-config PUBLIC
    "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
    "[http://java.sun.com/dtd/web-facesconfig_1_1.dtd]">
    <faces-config>
    <managed-bean>
    <managed-bean-name>
    helloBean
    </managed-bean-name>
    <managed-bean-class>org.jia.hello.HelloBean</managed-bean-class>
    <managed-bean-scope>session</managed-bean-scope>
    </managed-bean>
    <navigation-rule>
    <from-view-id>Charpter1/HelloWorld.jsp</from-view-id>
    <navigation-case>
    <from-outcome>success</from-outcome>
    <to-view-id>Charpter1/GoodBye.jsp</to-view-id>
    </navigation-case>
    </navigation-rule>
    </faces-config>
    my HelloWorld.jsp is like this:
    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "[http://www.w3.org/TR/html4/loose.dtd]">
    <%@ taglib uri="[http://java.sun.com/jsf/core]" prefix="f"%>
    <%@ taglib uri="[http://java.sun.com/jsf/html]" prefix="h"%>
    <f:view>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>JSF In Action - Hello, World!</title>
    </head>
    <body>
    <h:form id="welcomeForm">
    <h:outputText id="test" value="Welcome to JavaServer Faces!"
    style="font-family: Arial, sans-serif; font-size:24; color:green" />
    <p><h:message id="errors" for="helloInput" style="color:red" /></p>
    <p><h:outputLabel for="helloInput">
    <h:outputText id="helloInputLabel" value="Enter number of controls to display:" />
    </h:outputLabel>
    <h:inputText id="helloInput" value="#{helloBean.numControls}"
    required="true">
    <f:validateLongRange minimum="1" maximum="500" />
    </h:inputText></p>
    <p><h:panelGrid id="controlPanel"
    binding="#{helloBean.controlPanel}" columns="20" border="1"
    cellspacing="0" /></p>
    <h:commandButton id="redisplayCommand" type="submit" value="Redisplay"
    actionListener="#{helloBean.addControls}" />
    <h:commandButton id="goodByeCommand" type="submit" value="GoodBye"
    action="#{helloBean.goodBye}" immediate="true"/>
    </h:form>
    </body>
    </html>
    </f:view>
    the content of the HelloBean.java is as following:
    package org.jia.hello;
    import java.util.List;
    import javax.faces.application.Application;
    import javax.faces.component.html.HtmlOutputText;
    import javax.faces.component.html.HtmlPanelGrid;
    import javax.faces.context.FacesContext;
    import javax.faces.event.ActionEvent;
    h5. public class HelloBean {
    private int numControls;
    private HtmlPanelGrid controlPanel;
    h5. public int getNumControls() {
    return numControls;
    h5. public void setNumControls(int numControls) {
    this.numControls = numControls;
    h5. public HtmlPanelGrid getControlPanel() {
    return controlPanel;
    h5. public void setControlPanel(HtmlPanelGrid controlPanel) {
    this.controlPanel = controlPanel;
    h5. public void addControls(ActionEvent actionEvent) {
    Application application = FacesContext.getCurrentInstance()
    .getApplication();
    List children = controlPanel.getChildren();
    children.clear();
    for (int i = 0; i < numControls; i++) {
    HtmlOutputText output = (HtmlOutputText) application
    .createComponent(HtmlOutputText.COMPONENT_TYPE);
    output.setValue(" " + i + " ");
    output.setStyle("color: blue");
    children.add(output);
    public String goodBye() {
    return "success";
    h5.
    when I run the application, HelloWorld.jsp can be displayed correctly, but when i click the "GoodBye" button in the HelloWorld.jsp, the page can not skip from current page to GoodBye.jsp, I noted that, the URL in my browser is: [http://localhost:8080/JavaServerFaces/faces/Charpter1/HelloWorld.jsp;jsessionid=D7F83C0F448E5B5AAD5897BEB5667A67]
    Then I try to replace the "GoodBye" button's action with "success" directly, but the problem is still occured.
    I could not know how this problem is caused, could you help me?

    BalusC wrote:
    zhangzhexin wrote:
    today i meet a problem that i can not navigate to the specified page in my application.This can have several causes: a validation or conversion error has occurred, or the navigation case doesn't match.please note that my "GoodBye" button use the property "immediate" and set "true" to it.
    the version of the jsf API is : jsf-1.1_02-b08
    This is over 3 years old. It would be smart to upgrade to the most recent version. Get it here: [http://javaserverfaces.dev.java.net].
    I think the problem of navigation does not have a relationship with the current jsf API version I used.
    [lot of unformatted code]Please use code tags to post your code. They will be nicely formatted and better readable. Press the CODE button to get them.I have used the code tag to format my code.
    I could not know how this problem is caused, could you help me? Add <h:messages/> to the page to get notified of any missing validation or conversion errors. Verify using the JSF manual/tutorial if the navigation case is correct.In HelloWorld.jsp, I have used the <h:mesage/> and when I click the GoodBye button, the HelloWorld is refreshed only, there are not any error messages or validation messages displaied on the HelloWorld.jsp page.
    I will repaste my code with code tag,
    My web.xml is configed as following:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app id="WebApp_ID" version="2.4"
         xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
         <display-name>JavaServerFaces</display-name>
         <servlet>
              <servlet-name>Faces Servlet</servlet-name>
              <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
              <load-on-startup>1</load-on-startup>
         </servlet>
         <servlet-mapping>
              <servlet-name>Faces Servlet</servlet-name>
              <url-pattern>/faces/*</url-pattern>
         </servlet-mapping>
         <welcome-file-list>
              <welcome-file>faces/Charpter1/HelloWorld.jsp</welcome-file>
         </welcome-file-list>
    </web-app>My faces-config.xml is configed as following:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE faces-config PUBLIC
        "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
        "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
    <faces-config>
         <managed-bean>
              <managed-bean-name>
                   helloBean
              </managed-bean-name>
              <managed-bean-class>org.jia.hello.HelloBean</managed-bean-class>
              <managed-bean-scope>session</managed-bean-scope>
         </managed-bean>
         <navigation-rule>
              <from-view-id>/HelloWorld.jsp</from-view-id>
              <navigation-case>
                   <from-outcome>success</from-outcome>
                   <to-view-id>Charpter1/GoodBye.jsp</to-view-id>
              </navigation-case>
         </navigation-rule>
    </faces-config>and my HelloWorld.jsp is as following:
    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
         pageEncoding="ISO-8859-1"%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <script language="javascript">
         function init(){
              document.getElementById("welcomeForm:helloInput").value = "";
    </script>
    <f:view>
         <html>
         <head>
         <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
         <title>JSF In Action - Hello, World!</title>
         </head>
         <body onload="javascirpt:init();">
         <h:form id="welcomeForm">
              <h:outputText id="test" value="Welcome to JavaServer Faces!"
                   style="font-family: Arial, sans-serif; font-size:24; color:green" />
              <p><h:message id="errors" for="helloInput" style="color:red" /></p>
              <p><h:outputLabel for="helloInput">
                   <h:outputText id="helloInputLabel" value="Enter number of controls to display:" />
              </h:outputLabel>
              <h:inputText id="helloInput" value="#{helloBean.numControls}"
                   required="true">
                   <f:validateLongRange minimum="1" maximum="500" />
              </h:inputText></p>
              <p><h:panelGrid id="controlPanel"
                   binding="#{helloBean.controlPanel}" columns="20" border="1"
                   cellspacing="0" /></p>
              <h:commandButton id="redisplayCommand" type="submit" value="Redisplay"
                   actionListener="#{helloBean.addControls}" />
              <h:commandButton id="goodByeCommand" type="submit" value="GoodBye"
                   action="success" immediate="true"/>
         </h:form>
         </body>
         </html>
    </f:view>my managed bean's content is like this:
    package org.jia.hello;
    import java.util.List;
    import javax.faces.application.Application;
    import javax.faces.component.html.HtmlOutputText;
    import javax.faces.component.html.HtmlPanelGrid;
    import javax.faces.context.FacesContext;
    import javax.faces.event.ActionEvent;
    public class HelloBean {
         private int numControls;
         private HtmlPanelGrid controlPanel;
         public int getNumControls() {
              return numControls;
         public void setNumControls(int numControls) {
              this.numControls = numControls;
         public HtmlPanelGrid getControlPanel() {
              return controlPanel;
         public void setControlPanel(HtmlPanelGrid controlPanel) {
              this.controlPanel = controlPanel;
         public void addControls(ActionEvent actionEvent) {
              Application application = FacesContext.getCurrentInstance()
                        .getApplication();
              List children = controlPanel.getChildren();
              children.clear();
              for (int i = 0; i < numControls; i++) {
                   HtmlOutputText output = (HtmlOutputText) application
                             .createComponent(HtmlOutputText.COMPONENT_TYPE);
                   output.setValue(" " + i + " ");
                   output.setStyle("color: blue");
                   children.add(output);
    }I use the Tomcat 5.5.27 as the web container.
    I can't understand why the page can not be navigated to the GoodBye.jsp when I click GoodBye button on the HelloWorld.jsp.
    I really need your help. thanks.

  • Can't submit reviews in App Store.

    Can't submit reviews in App Store. Press submit, it goes away, but app asks me to rate it.  I go back and click rate app and my review comes back. Can someone help please?

    Aside from the free app you were trying to download, make sure your Mac meets Lion's requirements...
    Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7, or Xeon processor
    2GB of memory
    OS X v10.6.6 or later (v10.6.8 recommended)
    7GB of available space
    From here > Apple - OS X Lion - Technical specifications
    When you have problems downloading apps from the App Store, if you have anti virus software installed, disable that.
    And try turning off the Firewall in System Preferences > Security
    And make sure you have logged out of iTunes before logging into the App Store. With the iTunes app open, from the menu bar top of your screen click Store > Sign out.

  • Error occurred in deployment step 'Add Solution': Specified argument was out of the range of valid values.

    I was trying to deploy my solution thru Visual studio then  iam getting an eror saying "error occurred in deployment step 'Add Solution': Specified argument was out of the range of valid values." but its not displaying which argument is out
    of range. I am not getting any error when i buil the solution. Build was succussfull.  I am able to succussfully deploy manually if take the .WSP from bin folder and deploy manually using stsadm command. the issue with that is if i want to dubug
    i am not able to do that.
    what could be the issue and where.

    what is the content of that feature ? is that a master page? just a normal feature?
    is there any dependencies on that feature ? did u get any errors in the event viewer ? 
    Subhash

  • Change Workstatus with BPF step completion using BADI

    Hi Experts,
    I have a requirement of changing Workstatus as soon as the user clicks on “Submit/Approve/Reject” button from the BPF.
    We are trying to implement the same by referring to the thread Automating Work status Change in BPF
    Now the thing is, we have written the BADI referring above thread which needs to be pass with some parameters(Owner & Context Members).
    Our concern is how to pass active context members to BADI, and how to trigger the same from the Submit/Approve/Reject button in BPF?
    Is it a manual invocation through script/DM, or is there any other way?
    Since I am new to BPC BADI’s and requirement is urgent, please help………
    Thanks in advance
    Priyanka Jagtap

    Hi Anjan,
    I referred to the below link for debug:
    Debugging BPC 10 for NetWeaver
    Followed following steps:
    1. Logged in to BPC client using user X.
    2. Went to the page where BPF step needs to be submitted.
    3. Logged in to SAP GUI and set a breakpoint in class CL_BPC_REST_RES at line 56 using same user X.
    I have created Enhancement Implementation for BADI UJ_BPC_BPF_SUBMIT.
    Filters provided are:
    APPL_ID = ABC
    APPSET_ID = XYZ
    DRV_DIM_MEM = 0166
    STEP_ORDER = 1.
    In "IF_UJ_BPF_SUBMIT_LOGIC_HANDLER~EXECUTE_SUBMIT_LOGIC" method i have written break-point.
    When i clicked on SUBMIT, error appears as
    I tried with and without filter as mentioned in Re: About bpc aprove badi question.
    Please help. I am not able to debug and move ahead.

  • How can I step backwards when in shuffle mode, without reshuffling?

    How can I step backwards though my previously played songs when in shuffle mode, without reshuffling the order of the songs?

    It shouldn't change the order when you step back.

  • Mac suddenly slow and laggy. Memory is not an issue. Can anyone please review my etrecheck report?

    It went from running fine, to being slow and laggy overnight. Memory or HD space is not an issue. Can someone please review the following report that etrecheck ran for me, and let me know of any potential problems they see.
    EtreCheck version: 1.9.12 (48)
    Report generated July 19, 2014 10:09:38 AM EDT
    Hardware Information:
      MacBook Pro (13-inch, Mid 2012) (Verified)
      MacBook Pro - model: MacBookPro9,2
      1 2.9 GHz Intel Core i7 CPU: 2 cores
      8 GB RAM
    Video Information:
      Intel HD Graphics 4000 - VRAM: 512 MB
      Color LCD 1280 x 800
    System Software:
      Mac OS X 10.7.5 (11G63b) - Uptime: 0 days 1:36:5
    Disk Information:
      TOSHIBA MK7559GSXF disk0 : (750.16 GB)
      disk0s1 (disk0s1) <not mounted>: 209.7 MB
      Macintosh HD (disk0s2) / [Startup]: 749.3 GB (641.69 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      HL-DT-ST DVDRW  GS31N 
    USB Information:
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. FaceTime HD Camera (Built-in)
    Thunderbolt Information:
      Apple, Inc. MacBook Pro
    Configuration files:
      /etc/hosts - Count: 20
    Kernel Extensions:
      [loaded] com.protech.NoSleep (1.3.1 - SDK 10.8) Support
    Launch Daemons:
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.google.keystone.daemon.plist Support
      [loaded] com.macpaw.CleanMyMac2.Agent.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] org.macosforge.xquartz.privileged_startx.plist Support
    Launch Agents:
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [failed] com.adobe.AdobeCreativeCloud.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
      [loaded] org.macosforge.xquartz.startx.plist Support
    User Launch Agents:
      [failed] com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist
      [loaded] com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.scheduledScan.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.trashWatcher.plist Support
      [running] com.spotify.webhelper.plist Support
    User Login Items:
      Flux
    Internet Plug-ins:
      JavaAppletPlugin: Version: Java 7 Update 40 Check version
      o1dbrowserplugin: Version: 5.4.2.18903 Support
      Unity Web Player: Version: UnityPlayer version 4.1.2f1 Support
      FantashowPlugin: Version: FantashowPlugin 1.0.0.0 - SDK 10.7 Support
      AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 Support
      FlashPlayer-10.6: Version: 14.0.0.145 - SDK 10.6 Support
      Silverlight: Version: 5.1.10411.0 - SDK 10.6 Support
      Flash Player: Version: 14.0.0.145 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.1
      googletalkbrowserplugin: Version: 5.4.2.18903 Support
      SharePointBrowserPlugin: Version: 14.2.3 - SDK 10.6 Support
      DirectorShockwave: Version: 12.0.2r122 - SDK 10.6 Support
    Safari Extensions:
      Open in Internet Explorer: Version: 1.0
      Searchme: Version: 1.3
    Audio Plug-ins:
      iSightAudio: Version: 7.7.1 - SDK 10.7
    iTunes Plug-ins:
      Quartz Composer Visualizer: Version: 1.3 - SDK 10.7
    User iTunes Plug-ins:
      TuneUp Visualizer: Version: Unknown
    User Internet Plug-ins:
      thinkorswim plugin_x86_64: Version: thinkorswim_x86_64 1.0.0.0 - SDK 10.7 Support
      tossc plugin_x86_64: Version: TOS Sharing Center plugin_x86_64 1.0.0.0 - SDK 10.7 Support
    3rd Party Preference Panes:
      Flash Player  Support
      Java  Support
    Time Machine:
      Time Machine not configured!
    Top Processes by CPU:
          3% WindowServer
          0% opendirectoryd
    Top Processes by Memory:
      82 MB mds
      49 MB Finder
      41 MB HP_Photosmart_C4400_series
      33 MB SystemUIServer
      33 MB WindowServer
    Virtual Memory Information:
      6.42 GB Free RAM
      677 MB Active RAM
      206 MB Inactive RAM
      730 MB Wired RAM
      366 MB Page-ins
      0 B Page-outs

    First, if you don't already have a current backup, back up all data immediately.
    When you have the problem, note the exact time: hour, minute, second.   
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above. Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first. Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of it useless for solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • 10GR2: API5022:can not connect to the specified repository.

    Hi
    Today I have started getting the following message when try to connect to the Design Center in 10GR2:
    'API5022:can not connect to the specified repository. Verify connection information'
    Nothing has changed in the repository for several days, though we were able to login to the Design Center yesterday without any issue. This is happening for all users, so is not a client problem.
    Also, we can login to the repository via repository browser, administrator and various query tools. Therefore, the connection details are ok.
    Has anyone else encountered this in 10.2? If so, any suggestions would be very much appreciated...
    Thanks
    GB

    The problem might be caused by changing the LOCALE setting to a value that is not recognized.
    The selection in the preferences does not allow to reset to an empty value, nor does OWB allow to cancel the selection.
    This setting is stored locally outside any database at the following location:
    C:\oracle\OWB102\owb\bin\admin\Preference.properties.
    where the first part is the OWB homedir
    After I changed the content into the following, I was able to start OWB and connect to the repository again without any errors:
    #Locally Cached Preferences - DO NOT MODIFY
    #Wed Apr 25 21:14:29 CEST 2007
    LOCALE=en_US
    Even though it says not to modify, remember that the only alternative would be re-installing OWB.
    Hope this works for anyone having this problem.
    Regards,
    Patrick.

  • Preview : Can't step through pdf slideshows

    I've noticed in Preview that if you open a PDF and go into slideshow mode, you can't step through the slides with the arrow keys (or even the spacebar) until you hit the play button, wait a bit, then pause. This is different from Tiger, and very strange in general.
    I was thinking of ways to emulate the way it's done in Tiger - are there any settings I can change in the ~/Library/Preferences folder, through editing a plist file or via the command - line?
    Thanks,
    - Craig

    In the meantime this workaround might help: http://discussions.apple.com/thread.jspa?messageID=5770205&#5770205

  • HT204266 Can't write review for any apps. It keeps repeating to ask you for password, and it never goes through.

    Recent, I have a few apps having problems. I just want to write it on the apps review. I go to the reviews of the apps, and click write a review. First it will pop-up a box with my Apple ID already on the box where I just need to enter password. After I entered password, it will pop up another message box to request me password. This time it also says, "AOL members can sign in using their AOL username and password." Then I click the "Sign In" button on the bottom to enter password again. Then it will just pop up the "AOL" message box again, and I just repeating the same procedure. I tried to input different password. It will reply the password is incorrect immedicately. Thus, I can't write review for any apps now.
    I wonder this may happend since the last update of the IOS, and then I have a few apps encoutered problems.

    Your profile indicates your Mac as v10.8.1 installed.
    If that is correct, updating your system software may help the review issue.
    Either click Software Update from your Apple menu 
    Or open System Preferences > Software Update and click Check Now.

  • I can't write reviews

    There's been an error. I can't write reviews.
    It says:
    "We cannot complete your Music Store Request. The server was not found.
    There was an error in the Music Store. Please try again later."
    can anyone help me get this fixed?

    I had it fixed now

  • Work flow - How can Decision step execute on change status in UI

    Hi Frds,
    I search a lot but cound not found right link.
    How can we execute a Decision Step (Approve or Reject) in WF when User try change the Status from the Web UI and SAVE order.
    Thanks
    Imran

    Yes I did...now toss me a cookie please.
    I am trying to quickly get up to speed in Pr CS4 to get this project completed. In the process, I'm trying to learn and understand the interface and correct terminology so as to make my questions intelligible to a community that posses vastly greater understanding than myself.
    Is there anyone who can help with my main question at hand? Namely, how to go about creating a full length sequence (in the timeline) made via the nesting of synchronized multi-camera clips within a new "multi-cam sequence"?
    As I said, I have completed a small test sequence in this fashion, nesting clips in a new sequence then using multi-cam monitor to record cuts. Now I need to add about 10 more of these together in a completed sequence to then send to DVD production.
    Is this intelligible?
    Thanks, Kenny 
          __0
       _ \<,_
    Date: Wed, 4 Nov 2009 09:11:06 -0700
    From: [email protected]
    To: [email protected]
    Subject: Work flow? How to link multi-cam sequences for DVD output?
    please take my hand and help me!
    Well, at least you had the gumption to admit that up front.
    >

Maybe you are looking for

  • My iPad Air won't download any apps or app updates.

    Okay, so my iPad Air has not been downloading any apps, when I tap update it brings the download icon up but does nothing. I stop it then start it again and the loading icon just spins constantly. It's sorta the same thing when I download an app or a

  • Import Failure from oracle805 to Oracle8i

    Dear Friend: The upgrade of the oracle database from oracle805 to oracle8i in Linux fails in my side. After I successfully export the whole database into the dump files and try to import into oracle8i, the following error message appears: Import: Rel

  • Updating apps. With a different credit card info.

    Ok hubby is in Iraq so I changed his credit card info. Because I didn't know the 3 digits.Now when I try to update any apps. It says to use a different credit card please help.I NEED TO UPDATE MY SMURFS.much appreciated :)

  • Where are the system extensions in Tiger?

    In Mac OS 7-9 system extensions and control pannels were easy to find. Where are they in OSX? John

  • PowerPoint 2013 Taskbar Always Shows in Slideshow Mode

    After this weeks update my users are noticing that the taskbar does not hide during their slideshows.  I have noticed this only happening on our Surface Pros.  I'm not sure if this from a PowerPoint update or Microsoft's latest firmware update for th