Sandbox docs?

Where are some useful sandbox docs?
I have a wrapper for 'sudo' which calls this policy:
(version 1) 
;; (debug deny)
(allow default)
(deny file-write*)
(allow file-write*
    (regex
     "^(/private)?/dev/"
     "^(/private)?/tmp/"
     "^(/private)?/var/tmp/"
     "^/opt/remote"
(deny file-read* file-read-data
  (regex
   "^/Users"
   "^/Volumes"
   "^/Developer"
However, sudo doesn't work.  Commenting out 'debug deny' got me this hint:
sandbox-exec(37760) deny forbidden-exec-sugid
For giggles, I tried:
(allow forbidden-exec-sugid)
That earned me:
sandbox-exec: line 4: unbound variable: forbidden-exec-sugid
I've been Googling for docs that explain all of the possible options but came up dry.  The man pages sure don't help much.

I don't know about the file system... but you can access pictures from the photos and addresses from the address book (music?) so some sort of rudimentary backup could happen... but then, if you can only backup to the same hard drive you are using it's not much use.

Similar Messages

  • Image Tag Library + scriplets

    I installed the jakarta imaging taglib to do some auto resizing of images. It works well aside from the fact that i cannot get my scriptlet to work in the img source.
    <img:image src="/images/<% x_productImage %>"
            dir="generated
            name="<% x_productImage%>-new"
    <img:resize width="900"/>
    </img:image>It doesn't throw an error. And the when i view source it ignores the entire chunk of code and displays nothing at all.
    Does anyone have any idea how i can get scriptlets to work?
    Here is a link to the taglib if anyone is interested
    http://jakarta.apache.org/taglibs/sandbox/doc/image-doc/intro.html
    and here is the doc on it
    http://jakarta.apache.org/taglibs/sandbox/doc/image-doc/index.html

    Well attributes to a custom tag, you need to use scriptlet expressions <%= expr %>, not just plain scriptlet tags <% javaStatement; %>.
    Also, when you want an attribute to be dynamic, make the whole attribute dynamic, rather than half and half, like you have with the src attribute on this tag. It saves problems in the end.
    Something like this I think:
    <img:image src="<%= "/images/" + x_productImage %>"
            dir="generated"
            name="<%=  x_productImage + "-new" %>">
      <img:resize width="900"/>
    </img:image>Cheers,
    evnafets

  • Define an image in a java scriptlet

    Hello everybody,
    I have created a jsp page in JDeveloper and i want to define an image inside a java Scriptlet.
    Could anyone tell me how to do this thing?
    Thanks in advance!

    Add image to a jsp page with the <IMG/> tag.
    Images may also be added with image tag library.
    http://jakarta.apache.org/taglibs/sandbox/doc/image-doc/intro.html

  • JSTL Mail

    I am trying to use Jakarta JSTL Mail tag:
    <mt:mail session="java:comp/env/mail/Session" to="[email protected]" from="[email protected]" subject="test">
              <mt:message>TEST</mt:message>
              <mt:send/>
    </mt:mail>
    but my to attribute, i need to use a variable, for example ${email},
    according to TLD or attribute directive in tag file attribute does not except any expressions. How can I use a variable in my to attribute. I am using JBOSS.

    It appears that the mail taglib you are using does not accept runtime expressions for the "to" address in the mail.
    I don't really see the point of using this JSTL tag if it doesn't let you do that.
    You might checkout mailer2, which is in the sandbox at jakarta.
    http://jakarta.apache.org/taglibs/sandbox/doc/mailer2-doc/intro.html
    However I would recommend that you just use javamail, and write the code for sending email into a servlet.

  • How do I only put selected iPad Pages docs onto iCloud?

    I am using the latest Pages app on my iPad2.  I want to only put certain documents from Pages into iCloud.  I want to do the same with Numbers and Keynote.  In other words, I want to decide what does and does not go onto iCloud. 
    Is there a way to do so?  If not how can I save Pages documents to Dropbox?

    There is no way on an iDevice to sync Pages docs (which are stored in the Pages app's sandbox) to Dropbox.
    You can't decide which docs go to icloud, it's all or nothing.
    But on the mac side, you can decide which pages files are synced to icloud and which are not.  That's as close as you can get to controlling what is stored in icloud.

  • How to open new window webi report using open doc?

    Hi All,
    i have created URL using open doc in Bi 4.0 .please find the below my code.
    http://fcvws975/BOE/OpenDocument/opendoc/openDocument.jsp?iDocID=AeX5DoctKBhGv1AiV2oibxU&sIDType=CUID&sType=BI
    workspace&sRefresh=Y" title="" target="_blank" nav="doc"></a>
    When i click on this hyper link it is opening in the same page not in new window but i want to see report in new separate window.
    Can any one please help .
    Thank you,
    Regards,
    Venkat

    Hi,
    In BI4.1 SP03, there are couple openDocument fixes related to workspace.
    ADAPT01700442
    Description:
    When using an Opendocument URL to open a BI workspace, a timeout error occurs resulting in an HTTP 500 error
    message that reads: "Your session has expired".
    New Behavior:
    This problem is resolved.
    ADAPT01711393
    Description:
    In Internet Explorer 8, if you attempt to view an Analysis workspace embedded in the SAP NetWeaver Portal using
    OpenDocument, the workspace will fail to load.
    New Behavior:
    This problem is resolved.
    What version of BI4.0 do you have?
    If the fixes above are related to your openDocument workspace issue, I'd suggest you to test it on a BI4.1 SP03 sandbox.
    Hope this helps,
    Jin-Chong

  • Error while relasing biling doc to accounting

    Hi,
    I am getting this strange error while releasing the billing documents to Accouting. We are in the initial phease of our realization and have nor been able to release any billing docs so far because of this error. I am missing something in the materail or is it something to do with costing key. The same settings for costing key are working in sandbox..
    "In Profitability Analysis (CO-PA), the system tried to
    valuate a line item using the current standard cost
    estimate.
    In order to determine the current plan period, the system
    needs to read the valuation segment of the material master.
    The system has found that the current plan period is not
    filled forproduct "10000443" in plant "1000".
    The system looked for the material cost estimate using
    costing key "Z01", as defined in the Customizing settings
    for CO-PA.
    Thanks in advance for an immediate response
    Regards

    Your system is setup to access the standard cost when a billing document is created. This is configured in KEPC. Either no standard cost exists for the material, or it did not exist in the period of creation of the billing document. To fix this contact controlling team.
    Assign points if helpful

  • Can not enable SandBox on mi Webcenter application

    Greetings
    i have developed a webcenter application ...and i have tried to enable sandbox in order to show a save button on my composer panel in edit mode...and a pop-up message to save changes if i close before clicking the save button.
    In the adf-config.xml file, i add the following lines:
    <pe:page-editor-config>
    <pe:security-config>
    <pe:security-policies>
    <pe:security-policy name="customPagePolicy" override="pagePolicy">
    <pe:policy-class>oracle.webcenter.security.policy.WCPageSecurityPolicy</pe:policy-class>
    </pe:security-policy>
    <pe:security-policy name="customTFPolicy" override="taskFlowPolicy">
    <pe:policy-class>oracle.webcenter.security.policy.WCTaskflowSecurityPolicy</pe:policy-class>
    </pe:security-policy>
    </pe:security-policies>
    </pe:security-config>
    <pe:sandbox-namespaces>
    <pe:namespace path="/pages"/>
    <pe:namespace path="/pageDefs"/>
    </pe:sandbox-namespaces>
    <session-options-factory>view.AppsSessionOptionsFactoryImpl</session-options-factory>
    </pe:page-editor-config>
    In the web.xml file, i add the following lines:
    <filter>
    <filter-name>WebCenterComposerFilter</filter-name>
    <filter-class>oracle.adf.view.page.editor.webapp.WebCenterComposerFilter</filter-class>
    </filter>
    <filter>
    <filter-name>adfBindings</filter-name>
    <filter-class>oracle.adf.model.servlet.ADFBindingFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>WebCenterComposerFilter</filter-name>
    <url-pattern>/*</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>WebCenterComposerFilter</filter-name>
    <url-pattern>/faces/*</url-pattern>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>REQUEST</dispatcher>
    </filter-mapping>
    <filter-mapping>
    the thing is that i am getting this errors on my weblogic server and when i choose CLOSE in the composer of the page...it does not ask if i want to save changes
    Pragma: no-cache
    Cache-Control: no-cache
    ]] Root cause of ServletException.
    javax.servlet.ServletException: No tiene permiso para editar la página
    at oracle.adfinternal.view.page.editor.mds.SandboxActionHandler.handleSave(SandboxActionHandler.java:117)
    at oracle.adf.view.page.editor.webapp.WebCenterComposerFilter.doFilter(WebCenterComposerFilter.java:121)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:110)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:93)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:153)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1450)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101017 MACHINE = localhost.localdomain TXID = CONTEXTID = 11d1def534ea1be0:-4c1c6cca:12c600c1b0f:-8000-00000000000010f0 TIMESTAMP = 1290156579857
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000
    >
    <Nov 19, 2010 3:49:39 AM COT> <Warning> <oracle.dfw.incident> <DFW-40125> <incident flood controlled with Problem Key "BEA-101017 [HTTP][javax.servlet.ServletException]">
    does anybody know what i am missing during this configuration??
    thanks for your help

    I think below steps are required too.
    Open the adf-config.xml file located in the ADF META-INF folder under Descriptors in the Application Resources panel.
    Under the <metadata-namespaces> element, ensure that <namespace> elements are defined for all metadata for which you want to enable sandbox creation, as shown in Example 22-1.
    Example 22-1 Namespace Definitions in the adf-config.xml File
    <!-- Your jspx customizations alone go here -->
    <namespace path="/pages" metadata-store-usage="WebCenterFileMetadataStore">
    <namespace-restriction type="CUSTOMIZATIONS"/>
    </namespace>
    <!-- Your pagedef customizations alone go here -->
    <namespace path="/pageDefs" metadata-store-usage="WebCenterFileMetadataStore">
    <namespace-restriction type="CUSTOMIZATIONS"/>
    </namespace>
    For more help please check this link,
    http://docs.oracle.com/cd/E17904_01/webcenter.1111/e10148/jpsdg_page_editor_mds.htm#CHDBJBJF

  • I have used SAP doc mgmt for years. We copied a client and now when I configure a Class to my DMS DIR and go to CV01n Additional Data NONE of the characteristic entry boxes show up. Additional Data is blank.

    I have used SAP doc mgmt for years. We copied a client and now when I configure a Class to my DMS DIR and go to CV01n Additional Data NONE of the characteristic entry boxes show up. Additional Data is blank.
    It appears there must be some high level setting missing in the client. I have checked all authorizations and cannot find a difference between this client and all of the other clients we have. Only this one client does not show the class characteristics in the Additional Data tab.
    Any ideas of why this standard function is not working). It does not matter which DIR I config the 017 class to, nothing shows on Additional Data.

    Hi,
    The issue is resolved. We are working in a sandbox with Class configuration on a DMS issue related to standard class 017. There are no standard settings in SPRO - Cross-Application Components | Maintain Object Types and Class Types | for the object type DRAW that will allow "auto-populating" characteristic values as we do with VC class 300.
    For whatever reason DRAW and class 017 are not configured by SAP in the same manner as class 300 for example.
    We made a config entry for DRAW Class 017 VBAP. Let's just say the system did not like that.
    We are exploring other options.

  • How can I email a doc thats saved in the cloud from my phone?

    I dont't have access to my macbook (running mountain lion/latest iwork) and need to email a pages doc that's saved in iCloud.  I have my iPhone (running ios5) so wondered how can I attach said document to an email and send it from the phone? 
    Do I need iwork on my phone as well?  I hope not becasue I've already bought iwork for the laptop and feel it's a bit rough to have to pay for a mobile version as well.
    I've looked for an attach button on creating a new email on my phone hoping there'd be a link to iCloud documents but cannot see one.
    Any help would be appreciated

    I don't know of a way to do that without Pages on your iPhone, but it is trivial to do from within Pages. Due to the iCloud sandboxing model, such things are done by pushing data out from the source app, not pulling from the destination app (Mail in this case).
    You might also find it handy to be able to make minor changes to your Pages documents on the iPhone. It's better on an iPad, of course, with more screen, but it's not too difficult on an iPhone.

  • Sandbox security denying CFINDEX from indexing a collection (Solr/CF9)

    Hello, everyone.
    I did fix the last Sandbox security related issue with Solr collections - it was in the "Files/Dir" section, I had to put everything under C:\ColdFusion9\wwwroot.
    Now, I'm facing yet another Sandbox related issue with collections.
    I have one reindex script that has NO ISSUES when pulling data from a database and indexing a collection from that.
    I have another reindex script that will not index a collection from a query, unless Sandbox is disabled.  I will try to give some pseudo code.
    <cfquery name="search_results" datasource="documents">
      SELECT DOC_ID, DOC_NAME, DOC_DESCRIPTION
      FROM DOC
      WHERE DOC_ID in (<cfqueryparam value="#thisList#" cfsqltype="CF_SQL_VARCHAR" list="yes">)
    </cfquery>
    <cftry>
      <cfindex action="refresh" collection="collection_name" key="DOC_DESCRIPTION" type="custom" title="DOC_DESCRIPTION" query="search_results" body="DOC_ID, DOC_NAME, DOC_DESCRIPTION" status="results" />
      <cfcatch><cfdump var="#cfcatch#"></cfcatch>
    </cftry>
    The query will retrieve 15 records, with or without Sandbox.  But the CFINDEX will not work if Sandbox is enabled.
    The other reindex script is not affected, either way.
    What could be causing the CFINDEX to fail?
    Thank you,
    ^_^

    I had a similar issue with CFSEARCH on CF10 with sandbox security that I resolved by adding the following to the neo-security.xml file:
    <struct><var name='CLASS'><string>java.net.SocketPermission</string></var><var name='TARGET'><string>127.0.0.1:0</string></var><var name='ACTION'><string>listen,resolve</string></var></struct></array></var></struct></var> </struct>
    That gives permission to listen on dynamic ports (the colon-zero part).

  • [BDE Sandbox] Issue connecting Informatica Developer to HDFS

    Hi Karol,      Try changing the hostname from sandbox.hortonworks.com to whatever host name you mapped to the VM IP address that you entered into your C:\Windows\System32\drivers\etc\hosts file on the machine you installed the Informatica BDE trial client.      Refer to step 3 on page 3 in the Quick Start Guide at https://community.informatica.com/mpresources/docs/IN_961_BigDataTrialSandboxforHortonworksInstallandConfig.pdf for more information on how to locate and map the VM IP address on the machine where you installed the Informatica BDE trial client. Thanks. Justin-

    Hello, I'm trying out Informatica BDE. I've downloaded sandbox VM and client.I can connect to domain and MRS with no problem, but when I test connection to HDFS I get following error:  Can anyone help me out here?I can't really do PoC without connecting to HDFS  Regards,Karol Ch.

  • Installing EPM 11.1.2.2 in Sandbox (VM) env - domain needed? How?

    Hello,
    I am trying to install EPM 11.1.2.2 in a Sandbox (VirtualBox VM) environment. Have the correct OS (Windows 2008 R2 Standard).
    Q1: Do you need to have a domain installed (in the VM) to be able to use the "complete" (Essbase, Planning, FR, Workspace, SS, Webanalysis) products?
    I completed the install, as per the instructions in the Running_Planning_on_Laptop whitepaper and rapid_deploy Oracle doc, with minor variations.
    After the complete install, I was able to access Shared Services, Workspace, etc., without issues resolving the hostname (was finally able to figure that out).
    However, when I try to connect EAS to SS, I get authentication issues.
    Specifically, when I checked the logs, it has the following lines:
    [EPMServer0] [ERROR] [ESSEAS-35505] [oracle.epm.essbase.eas] [tid: 35] [userId: *<anonymous>*] [ecid: 0000Jh9B_SG5yW^5xV_AiW1Gh^^i000001,0] [APP: EAS#11.1.2.0] Following Exception occurred for user admin. Message exception is EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.
    This log is "easserver" in the path:
    C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EPMServer0\logs
    I only used 3 or 4 user names (mostly defaults), with the same password (in this sandbox env). I don't believe it's possible that every combination is wrong.
    I noticed in some documents, it says that, if you run the config utility after install, it automatically converts from NATIVE security to SS security. When I explore SS's security, there is only one "user directory" tree - native, and from what I can see, the user I'm trying to use is there.
    I tried to create a (new) MSAD directory in SS to try to make sure / check that the authentication is right, but I do not have a background in Networking, and this is a bit over my head.
    I feel like something very basic is wrong, and I'm just not seeing it. It's hard to find what you're looking for when you don't know what it is.
    Thank you for your assistance.
    Take care,
    -Mark
    Notes:
    - This is my first post on Oracle Discussions - not sure if this is the right place to post this question. Please inform me if there's somewhere else it belongs.
    - I've been reading through many of the Oracle Discussions for a ~2 months, and have not found a thread that answers this question. Apologies if it has been, please point me to it.
    Thank you

    Your questions were:
    Are there any errors being logged when you start up the windows service in the \diagnostics\logs\services folder.
    I do not know which \diagnostics\ folder you're referring to. There are many. [I'm sorry, I still have not gotten a handle of the directory structure of EPM 11.1.2.2, as I'm still trying to figure it out]
    When I searched the Middleware directory for diagnostics, I found several. The one I think you may be referring to is:
    C:\Oracle\Middleware\user_projects\epmsystem1\diagnostics\logs\services
    If this is what you are talking about, there are four files:
    1. HyS9RaFrameworkAgentOut
    2. HyS9EPMServer-syserr
    3. HyS9EPMServer-sysout
    4. HyS9RaFrameworkAgentErr
    For this, the errors were:
    1. HyS9RaFrameworkAgentOut
    There were no errors.
    Full Text:
    Java App Loader V1.3 (C)2006 by Hyperion Inc.
    $> java -cp . -Dloader.application=xxx.app com.brio.one.common.utils.Loader [arguments]
    Reading application file 'C:\Oracle\Middleware\EPMSystem11R1\common\raframeworkrt\11.1.2.0\bin\agent.app'...
    Loading classes...file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/
    file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/wksagent.jar ...OK
    file:C:/Oracle/Middleware/modules/javax.activation_1.1.jar ...OK
    file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/foundation.jar ..........OK
    file:C:/Oracle/Middleware/oracle_common/lib/java/shared/jsch/0.1.37/jsch-0.1.37.jar ...OK
    file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/iona63.jar ..................OK
    file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/comutil1_01.jar ...OK
    file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/eiengine.jar ...OK
    file:C:/Oracle/Middleware/EPMSystem11R1/common/misc/11.1.2.0/servlet-api.jar ...OK
    file:C:/Oracle/Middleware/EPMSystem11R1/common/JakartaCommons/jakarta-commons.jar ...OK
    file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/logJavaUtil.jar ...OK
    file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/javax.zip ...OK
    file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/bqservice.jar ...OK
    file:C:/Oracle/Middleware/EPMSystem11R1/common/javascript/1.6.5/js.jar ...OK
    file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/bcel-5.1.jar ...OK
    file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/scorecard-search-api.jar ...OK
    file:C:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/waservices.jar ...OK
    file:C:/Oracle/Middleware/EPMSystem11R1/common/jlib/11.1.2.0/epm_j2se.jar ...OK
    file:C:/Oracle/Middleware/modules/com.bea.core.apache.velocity.dep_1.4.jar ...OK
    file:C:/Oracle/Middleware/modules/com.bea.core.apache.velocity_1.4.jar ...OK
    file:C:/Oracle/Middleware/modules/javax.mail_1.4.jar ...OK
    Creating URLClassLoader...
    Setting New Context ClassLoader...
    Loading Main class 'com.oracle.cmc.Agent'...
    Getting 'main' method...
    Starting application...--------------------------------
    2. HyS9EPMServer-syserr
    There were no Errors.
    Full Text:
    Creating rebind thread to RMI
    3. HyS9EPMServer-sysout
    There **WERE** Errors.
    Full Text:
    <Dec 4, 2012 3:56:32 PM EST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Dec 4, 2012 3:56:40 PM EST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Dec 4, 2012 3:56:44 PM EST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\audit-client.jar;C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\css.jar;C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\ctg_custom.jar;C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\ldapbp.jar;C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\opencsv-1.8.jar;C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\registry-api.jar;C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\wlpool.jar>
    <Dec 4, 2012 3:56:49 PM EST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Oracle JRockit(R) Version R28.2.0-79-146777-1.6.0_29-20111005-1808-windows-x86_64 from Oracle Corporation>
    <Dec 4, 2012 3:57:09 PM EST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.6.0 Tue Nov 15 08:52:36 PST 2011 1441050 >
    <Dec 4, 2012 3:57:28 PM EST> <Emergency> <Management> <BEA-141151> <The admin server could not be reached at http://localhost:7001.>
    <Dec 4, 2012 3:57:28 PM EST> <Info> <Configuration Management> <BEA-150018> <This server is being started in managed server independence mode in the absence of the admin server.>
    <Dec 4, 2012 3:57:29 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Dec 4, 2012 3:57:30 PM EST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Dec 4, 2012 3:57:38 PM EST> <Notice> <LoggingService> <BEA-320400> <The log file C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EPMServer0\logs\EPMServer0.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Dec 4, 2012 3:57:38 PM EST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EPMServer0\logs\EPMServer0.log00008. Log messages will continue to be logged in C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EPMServer0\logs\EPMServer0.log.>
    <Dec 4, 2012 3:57:38 PM EST> <Notice> <Log Management> <BEA-170019> <The server log file C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EPMServer0\logs\EPMServer0.log is opened. All server side log events will be written to this file.>
    <Dec 4, 2012 3:59:07 PM EST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Dec 4, 2012 3:59:17 PM EST> <Warning> <JTA> <BEA-110503> <The migrator(the AdminServer for manual JTA migration policy, or the Singleton Master for automatic JTA migration policy) is not available. Will skip JTA TRS failback because isStrictOwnershipCheck is [false]. This may lead to potencial TLOG corruption if TRS of EPMServer0 has been migrated to backup server and the backup server is accessing the TLOG of EPMServer0. More safety can be achieved by setting isStrictOwnershipCheck to [true].>
    <Dec 4, 2012 4:01:14 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Dec 4, 2012 4:01:14 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Dec 4, 2012 4:03:56 PM EST> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element web-app in the deployment descriptor in C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EPMServer0\tmp\servers\EPMServer0\tmp\_WL_user\SHAREDSERVICES_11.1.2.0\dt7o9d\interop.war/WEB-INF/web.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    Mode: Non Fusion read from Registry
    Essbase® Administration Services - Version 11.1.2.2.100.2176
    Copyright © 1991, 2012 Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. No portion hereof may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or information storage and retrieval systems, for any purpose other than the recipient's personal use, without the express written permission of Oracle.
    US Patent Number 5,359,724
    US Patent Number 6,317,750
    Current time stamp: Tue Dec 04 16:04:54 EST 2012
    Server started successfully
    Waiting for client requests
    HRContextListener::contextInitialized
    Planning locale: en_US
    <Dec 4, 2012 4:06:57 PM EST> <Notice> <LoggingService> <BEA-320400> <The log file C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EPMServer0\logs\datasource.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Dec 4, 2012 4:06:57 PM EST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EPMServer0\logs\datasource.log00001. Log messages will continue to be logged in C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EPMServer0\logs\datasource.log.>
    SUCCESS: Fetching OneCrypt key factory impl
    Warning: Starting ADF Library jar post-deployment on WebLogic Server. Is "provider-lazy-inited" init-param missing from LibraryFilter? Ignore this warning if the ADFJspResourceProvider is not being used.
    Started: ADF Library non-ADFJspResourceProvider post-deployment
    Finished: ADF Library non-ADFJspResourceProvider post-deployment (millis): 832
    - WEBLOGIC
    null
    - The AMHM configuration file path is..nullconf
    Utf8Filter: forceRequestCharacterEncoding set to true (init-param=true)
    Utf8Filter: repairRequestParameters set to false (init-param=false)
    Utf8Filter: rebuildPathInfo set to false (init-param=false)
    Utf8Filter: revertRequestURI set to true (init-param=true)
    Utf8Filter: settings are true/false/false/true
    Initializing CORBA ORB.
    CORBA ORB initialization complete.
    Loading configuration from registry
    SUCCESS: Fetching OneCrypt key factory impl
    WSBaseServlet.setDefaultGSMContext(): Servlet GSM context. host=10.10.10.10:6800
    Log configuration: file:/C:/Oracle/Middleware/user_projects/epmsystem1/ReportingAnalysis/RAFrameworkWebapp/WEB-INF/logging.properties
    <Dec 4, 2012 4:07:57 PM EST> <Notice> <Cluster> <BEA-000197> <Listening for announcements from cluster using unicast cluster messaging>
    <Dec 4, 2012 4:07:57 PM EST> <Notice> <Cluster> <BEA-000133> <Waiting to synchronize with other running members of EPMServer.>
    <Dec 4, 2012 4:08:02 PM EST> <Warning> <Log Management> <BEA-170011> <The LogBroadcaster on this server failed to broadcast log messages to the admin server. The Admin server may not be running. Message broadcasts to the admin server will be disabled.>
    <Dec 4, 2012 4:08:28 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Dec 4, 2012 4:08:28 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Dec 4, 2012 4:08:36 PM EST> <Notice> <Cluster> <BEA-000162> <Starting "async" replication service with remote cluster address "null">
    <Dec 4, 2012 4:08:37 PM EST> <Notice> <Security> <BEA-090171> <Loading the identity certificate and private key stored under the alias DemoIdentity from the jks keystore file C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoIdentity.jks.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoTrust.jks.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\Oracle\Middleware\jrockit_160_29\jre\lib\security\cacerts.>
    <Dec 4, 2012 4:08:38 PM EST> <Alert> <Security> <BEA-090152> <Demo trusted CA certificate is being used in production mode: [
    Version: V3
    Subject: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
    Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
    Key: Sun RSA public key, 512 bits
    modulus: 9550192877869244258838480703390456015046425375252278279190673063544122510925482179963329236052146047356415957587628011282484772458983977898996276815440753
    public exponent: 65537
    Validity: [From: Thu Mar 21 15:12:27 EST 2002,
                   To: Tue Mar 22 16:12:27 EDT 2022]
    Issuer: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
    SerialNumber: [    33f10648 fcde0deb 4199921f d64537f4]
    Certificate Extensions: 1
    [1]: ObjectId: 2.5.29.15 Criticality=true
    KeyUsage [
    Key_CertSign
    Algorithm: [MD5withRSA]
    Signature:
    0000: 9D 26 4C 29 C8 91 C3 A7 06 C3 24 6F AE B4 F8 82 .&L)......$o....
    0010: 80 4D AA CB 7C 79 46 84 81 C4 66 95 F4 1E D8 C4 .M...yF...f.....
    0020: E9 B7 D9 7C E2 23 33 A4 B7 21 E0 AA 54 2B 4A FF .....#3..!..T+J.
    0030: CB 21 20 88 81 21 DB AC 90 54 D8 7D 79 63 23 3C .! ..!...T..yc#<
    ] The system is vulnerable to security attacks, since it trusts certificates signed by the demo trusted CA.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=Entrust Root Certification Authority - G2,OU=(c) 2009 Entrust\, Inc. - for authorized use only,OU=See www.entrust.net/legal-terms,O=Entrust\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=thawte Primary Root CA - G3,OU=(c) 2008 thawte\, Inc. - For authorized use only,OU=Certification Services Division,O=thawte\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.\,LTD.,C=JP". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Universal Root Certification Authority,OU=(c) 2008 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GeoTrust Primary Certification Authority - G3,OU=(c) 2008 GeoTrust Inc. - For authorized use only,O=GeoTrust Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[1]" is now listening on 10.10.10.10:9443 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[7]" is now listening on fe80:0:0:0:60d9:dd2e:759c:955e:9000 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[7]" is now listening on fe80:0:0:0:60d9:dd2e:759c:955e:9443 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[5]" is now listening on fe80:0:0:0:0:5efe:a0a:a0a:9443 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[6]" is now listening on fe80:0:0:0:0:100:7f:fffe:9000 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[9]" is now listening on 0:0:0:0:0:0:0:1:9000 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[8]" is now listening on 127.0.0.1:9443 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.56.2:9000 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[2]" is now listening on 10.0.2.15:9443 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[8]" is now listening on 127.0.0.1:9000 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[4]" is now listening on fe80:0:0:0:0:5efe:c0a8:3802:9443 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on fe80:0:0:0:0:5efe:a00:20f:9000 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[4]" is now listening on fe80:0:0:0:0:5efe:c0a8:3802:9000 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure" is now listening on 192.168.56.2:9443 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[3]" is now listening on fe80:0:0:0:0:5efe:a00:20f:9443 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 10.10.10.10:9000 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[9]" is now listening on 0:0:0:0:0:0:0:1:9443 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[6]" is now listening on fe80:0:0:0:0:100:7f:fffe:9443 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[5]" is now listening on fe80:0:0:0:0:5efe:a0a:a0a:9000 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on 10.0.2.15:9000 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Dec 4, 2012 4:08:38 PM EST> <Notice> <WebLogicServer> <BEA-000358> <Started WebLogic Independent Managed Server "EPMServer0" for domain "EPMSystem" running in Production Mode>
    <Dec 4, 2012 4:08:38 PM EST> <Warning> <JMX> <BEA-149510> <Unable to establish JMX Connectivity with the Adminstration Server AdminServer at <JMXServiceURL:null>.>
    <Dec 4, 2012 4:08:43 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Dec 4, 2012 4:08:43 PM EST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    4. HyS9RaFrameworkAgentErr
    There were no errors. In fact, there was no text, period.
    Your other questions:
    **Are you using the EAS web console,**
    I'm not sure if it is the web console. I believe it may be. I know I installed the EAS client separately, after the basic install.
    The window name says, "Oracle (R) Essbase Administration Services 11.1.2 - Not connected"
    I don't specifically remember trying to use the EAS web console, but I'm not sure.
    I included a screenshot.
    https://docs.google.com/open?id=0B5OOQI5gHC91S1h3VTI2YkdNMGc
    if so which version of Java have you installed on the machine.
    Well, that's interesting. When I run cmd 'java -version' in the VM, I get the following message:
    'java' is not recognized as an internal or external command,
    operable program or batch file.
    However, when I check the Uninstall program list (in the VM Win 2008 Server R2 program list), the java version says:
    Java (TM) 6 Update 29
    Why that is, I'm not sure.
    I hope I answered all of your questions and you have the information you need.
    Take care,
    -Mark

  • [svn:fx-trunk] 15108: * Merged the fix for SDK-24472 from the sherlock sandbox to trunk.

    Revision: 15108
    Revision: 15108
    Author:   [email protected]
    Date:     2010-03-29 09:22:20 -0700 (Mon, 29 Mar 2010)
    Log Message:
    Merged the fix for SDK-24472 from the sherlock sandbox to trunk.
      This includes revisions 14005 and 14621.
    QE notes:
    Doc notes:
    Bugs: SDK-24472
    Reviewer: Tom H., Pete F.
    Tests run: passed full cyclone in sherlock and checkintests in trunk
    Is noteworthy for integration: yes, should reduce memory use in FB.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24472
        http://bugs.adobe.com/jira/browse/SDK-24472
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerSwcContext.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/io/InMemoryFile.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/io/VirtualZipFile.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/media/MovieTranscoder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/Swc.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcAPI.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcCache.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcDirectoryArchive.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcDynamicArchive.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcGroup.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcLazyReadArchive.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcLibrary.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcScript.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Library.java
    Property Changed:
        flex/sdk/trunk/

  • CO doc. number ranges

    Dear all
    Its very urgent issue regarding CO Number Range.(bus. transaction COIN)
    we are working on testing client. Here when we create any CO document, system generates document number.We can see this document in relationship browser but we couldn't see in KANK in current number status.This is already 1000 documents created up to now but in current no. status system showing 0 document(zero).
    On sandbox client it is OK means showing correct doc. number.
    Is this because of improper year end closing or is there any other prob.
    Plz help me out.
    Any help would highly appreciable and full points rewarded.
    Regards
    nilesh

    Dear.
    Has your odd client copied from other ? Then, maybe caused some system conflict.
    If not, please check following.
    1. CO document number range length 10 digit. (ex. 100000 (x) -> 0000100000 (o) )
    2. Whether No.buffer set or not. (Tcd : snum -> input 'RK_BELEG')
    Regards.

Maybe you are looking for

  • What are the best practies for naming symbols (spaces OK,etc.)?

    What are the best practices for symbol naming for ease, flexibility, & to avoid "gatchas" down the road? Does it make any difference if one includes spaces in the names of symbols?  Are there any widely followed conventions for naming them like using

  • Can Oracle Forms access SAP R/3's Oracle 9i Database?

    I have an SAP R/3 with an Oracle 9i R2 database. I would like to access the contents of say KNA1 in Oracle 9i. Has any one try to integrate SAP R/3 using an Oracle Forms, say formaple, to maintain or just search/enquiry customer details in the table

  • Implement the Application using DASHCODE

    Hi All, We have TimeTracker intra net software, where employee enter there daily project report times in that software. But some time employees are out of intra network, so they have to wait get in to network for enter there time. So can we achieve t

  • Real time synchronisation of sap hr employee data with LDAP

    Hi friends, I wanted to synchronize sap hr employee data with ldap. I have written a abap program for the same which is using ldap connector interface for creation/modification/deletion of employees. I am planning to put this as a scheduled job. But

  • Inventory collection fails on LMS4.0 with ASA5510

    Hello, We have added the ASA5510 and 5505 manually to LMS4.0. After doing an inventory discovery the result is it fails...so we can't continue doing anything with it in LMS. Has anybody of you been able to add the ASA to LMS4.0?? If yes any advise yo