11g Jdev using FOD: SDO is being created in incorrect directory

I am using drop306 (and any other 11g drop). When creating an SDO the .xsd s/b put into a META-INF directory. However, it is being placed in the same location as the .java files.
I am using the cross pillar demo for OrderTest Apps and can not get past this point. If I continue with the files all being in the provider.person.model.view.common directory and try to create the web content from the AM, I get nothing. (no Web Content dir created or any files below)
I have a feeling it has to do with preference settings, but can't find what that would be. I am using the default settings when I create the application (using Default Role).
I am running the fusiondrop306 in the unix env (austin) and have tried loading multiple drops of jdev on my laptop (windows) and have had no success in generating any web content.
Not sure where to go from here.

Marie,
As an Oracle employee you should take the liberty of directing your questions to the internal forums. Furthermore, it is against Oracle policies to discuss the specifics of internal build/releases on external forums. Please be advised.
Regards,
Ric

Similar Messages

  • OBIEE 11g, installation using a new middleware home, created a new weblogic

    Hi,
    We have a linux based machine with weblogic 10.3.5.0, already installed on it in the following folder. There are some applications that are deployed in this weblogic.
    /home/oracle/middleware
    While installatin of OBIEE 11.1.1.5, on this server we gave following middelware home:
    /home/oracle/OBIEE11g/
    This way OBIEE installer installed a new weblogic and node manager. Now two weblogic and two node managers are running on one machine. it was expected that OBIEE will create a new domain within existing weblogic, and will use the same one node manager.
    Is it possible to create a new domain in the first weblogic and move the deployemnt of OBIEE from 2nd weblogic to 1st weblogic in a separate domain. and then deinstall 2nd weblgoc and nodemanager which OBIEE11g installer has created.
    Regards,
    Sajid

    Hi Sajid,
    I'm not sure if this is possible. Is this a production envioronment? If not I would suggest you're better off backing up, reinstalling using the software only install into your original middleware home and then using the configuration assistant to set up obiee and finally migrating everything over. You have to be very careful with the middleware versions and patches.
    http://download.oracle.com/docs/cd/E21764_01/bi.1111/e10539/c1_overview.htm#BABEBGFA
    http://download.oracle.com/docs/cd/E21764_01/bi.1111/e10539/c5_postinstall.htm#CEGCJFIB
    Regards,
    Robert

  • BRSPACE Log being created under incorrect location

    I have written a shell script to re-org couple of tables. following is the script:
    #!/usr/bin/ksh
    # BW Tables re-org and index compression
    ORACLE_SID=TST; export ORACLE_SID
    ORACLE_HOME=/oracle/TST/112_64; export ORACLE_HOME
    PATH=/usr/sbin:/oracle/TST/admin/bin:/oracle/TST/112_64/bin:.:/oracle/TST:/usr/sap/TST/SYS/exe/run:/usr/bin:.:/usr/ccs/bin:/usr/ucb
    LD_LIBRARY_PATH=/usr/sap/TST/SYS/exe/run:/oracle/TST/112_64/lib; export LD_LIBRARY_PATH
    CURDATE=`date +"%Y-%m-%d-%H:%M"`
    LOGFILE=/oracle/$ORACLE_SID/admin/log/tables_reorg.log; export LOGFILE
    EMAIL_FILE=/oracle/$ORACLE_SID/admin/log/tables_reorg_email.txt; export EMAIL_FILE
    echo "Table Reorg Start Time:`date +"%Y-%m-%d-%H:%M"` " > $EMAIL_FILE
    echo " "  >> $EMAIL_FILE
    brspace -c force -u / -f tbreorg -t BALHDR,RSBATCHDATA > $LOGFILE
    echo "Table Reorg End Time: `date +"%Y-%m-%d-%H:%M"`" >> $EMAIL_FILE
    echo " "  >> $EMAIL_FILE
    echo "############ SUCCESS ############"  >> $EMAIL_FILE
    grep "reorganized successfully" /oracle/$ORACLE_SID/admin/log/tables_reorg.log >> $EMAIL_FILE
    echo " "  >> $EMAIL_FILE
    echo "############ SKIPPED ############"  >> $EMAIL_FILE
    grep "will be skipped" /oracle/$ORACLE_SID/admin/log/tables_reorg.log >> $EMAIL_FILE
    echo " "  >> $EMAIL_FILE
    echo "############ OVERALL ERRORS ############"  >> $EMAIL_FILE
    grep "error" /oracle/$ORACLE_SID/admin/log/tables_reorg.log >> $EMAIL_FILE
    echo " "  >> $EMAIL_FILE
    cat $EMAIL_FILE  | /usr/bin/mailx -s "$ORACLE_SID Table Re-organisation Report " [email protected]
    exit
    We are required to login to the server using our personal ID and then "sudo su - oratst" to connect to oratst. When I login like this and execute the above script it works fine. Below is the output:
    BR1001I BRSPACE 7.20 (38)
    BR1002I Start of BRSPACE processing: seortudn.tbr 2014-09-07 15.35.15
    BR0484I BRSPACE log file: /oracle/TST/sapreorg/seortudn.tbr
    BR0280I BRSPACE time stamp: 2014-09-07 15.35.16
    BR1009I Name of database instance: TST
    BR1010I BRSPACE action ID: seortudn
    BR1011I BRSPACE function ID: tbr
    BR1012I BRSPACE function: tbreorg
    BR0134I Unattended mode with 'force' active - no operator confirmation allowed
    BR0280I BRSPACE time stamp: 2014-09-07 15.35.18
    BR1039I Selecting information about tables and indexes...
    BR0285I This action can take several seconds/minutes - be patient...
    BR0280I BRSPACE time stamp: 2014-09-07 15.35.33
    BR0814I Number of tables/partitions in schema of owner SAPR3: 33913/7699
    BR0836I Number of tables treated as info cubes for owner SAPR3: 168
    BR0280I BRSPACE time stamp: 2014-09-07 15.35.58
    BR0815I Number of indexes/partitions in schema of owner SAPR3: 62579/64258
    BR0280I BRSPACE time stamp: 2014-09-07 15.35.58
    BR0660I List display 352 # no selection possible
    List of tables for reorganization
      Pos.  Owner    Table                Pt. DgPk.     Rows   Used[KB]  Data[KB:%]
        1 - SAPR3    BALHDR               NO   1      752120    228272    193906:85
        2 - SAPR3    RSBATCHDATA          NO   1         295       136       122:90
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0280I BRSPACE time stamp: 2014-09-07 15.35.58
    BR0134I Unattended mode with 'force' active - continuing processing with default reply 'cont'
    BR0280I BRSPACE time stamp: 2014-09-07 15.35.58
    BR0657I Input menu 353 # please enter/check input values
    Options for reorganization of tables: SAPR3.BALHDR,... (2 tables)
    1 * Reorganization action (action) ............ [reorg]
    2 - Reorganization mode (mode) ................ [online]
    3 - Create DDL statements (ddl) ............... [yes]
    4 ~ New destination tablespace (newts) ........ []
    5 ~ Separate index tablespace (indts) ......... []
    6 - Parallel threads (parallel) ............... [1]
    7 ~ Table/index parallel degree (degree) ...... []
    8 ~ Category of initial extent size (initial) . []
    9 ~ Sort by fields of index (sortind) ......... []
    10 # Index for IOT conversion (iotind) ......... [FIRST]
    11 - Compression action (compress) ............. [none]
    12 # LOB compression degree (lobcompr) ......... [medium]
    13 # Index compression method (indcompr) ....... [ora_proc]
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0280I BRSPACE time stamp: 2014-09-07 15.35.58
    BR0134I Unattended mode with 'force' active - continuing processing with default reply 'cont'
    BR0280I BRSPACE time stamp: 2014-09-07 15.35.58
    BR1108I Checking tables for reorganization...
    BR0280I BRSPACE time stamp: 2014-09-07 15.35.59
    BR1112I Number of tables selected/skipped for reorganization: 2/0
    BR0370I Directory /oracle/TST/sapreorg/seortudn created
    BR0280I BRSPACE time stamp: 2014-09-07 15.35.59
    BR1101I Starting 'online' table reorganization...
    BR0280I BRSPACE time stamp: 2014-09-07 15.35.59
    BR1124I Starting 'online' reorganization of table SAPR3.BALHDR ...
    BR0280I BRSPACE time stamp: 2014-09-07 15.36.53
    BR1105I Table SAPR3.BALHDR reorganized successfully
    BR0280I BRSPACE time stamp: 2014-09-07 15.36.53
    BR1141I 1 of 2 tables processed - 752120 of 752415 rows done
    BR0204I Percentage done: 98.67%, estimated end time: 15:36
    BR0001I *************************************************_
    BR0280I BRSPACE time stamp: 2014-09-07 15.36.53
    BR1124I Starting 'online' reorganization of table SAPR3.RSBATCHDATA ...
    BR0280I BRSPACE time stamp: 2014-09-07 15.37.05
    BR1105I Table SAPR3.RSBATCHDATA reorganized successfully
    BR0280I BRSPACE time stamp: 2014-09-07 15.37.05
    BR1141I 2 of 2 tables processed - 752415 of 752415 rows done
    BR0204I Percentage done: 100.00%, estimated end time: 15:37
    BR0001I **************************************************
    BR0280I BRSPACE time stamp: 2014-09-07 15.37.05
    BR1102I Number of tables reorganized successfully: 2
    BR0280I BRSPACE time stamp: 2014-09-07 15.37.05
    BR1022I Number of tables processed: 2
    BR1003I BRSPACE function 'tbreorg' completed
    BR1008I End of BRSPACE processing: seortudn.tbr 2014-09-07 15.37.05
    BR0280I BRSPACE time stamp: 2014-09-07 15.37.06
    BR1005I BRSPACE completed successfully
    When I schedule it in the crontab of oratst  directly it is trying to create the logfile under $ORACLE_HOME/sapreorg and fails since that folder does not exist. Please see below
    BR1001I BRSPACE 7.20 (38)
    BR0252E Function fopen() failed for '/oracle/TST/112_64/sapreorg/seortuxs.tbr' at location main-5
    BR0253E errno 2: No such file or directory
    BR0121E Processing of log file /oracle/TST/112_64/sapreorg/seortuxs.tbr failed
    BR0700E Fatal errors occurred - terminating processing...
    BR1008I End of BRSPACE processing: seortuxs.tbr 2014-09-07 15.44.00
    BR0280I BRSPACE time stamp: 2014-09-07 15.44.00
    BR1007I BRSPACE terminated with errors
    My question is, why is trying to create log under $ORACLE_HOME/reorg? Where is is picking up this location from?
    Any advice from experts?
    Thanks in advance.

    Hello Reagan,
    Below is the env of oratst:
    HOME=/oracle/TST
    LOGNAME=oratst
    PATH=/usr/bin:
    SHELL=/usr/bin/sh
    TZ=US/Eastern
    When I sudo su - oratst and do env, this is what I see:
    HOME=/oracle/TST
    PATH=/usr/sbin:/usr/local/bin:/oracle/TST/112_64:/oracle/TST/112_64/OPatch:/oracle/TST/112_64/admin/bin:/oracle/TST/112_64/bin:/usr/sbin:/usr/local/bin:/oracle/TST/112_64:/oracle/TST/112_64/OPatch:/oracle/TST/112_64/admin/bin:/oracle/TST:/usr/sap/TST/SYS/exe/run:/usr/bin:.:/tools/ca/3.1/services/bin:/tools/ca/3.1/services/tools:/tools/ca/3.1/agents/bin:/opt/EMCpower/bin:/etc/emc/bin:/etc:/usr/ccs/bin:/usr/ucb
    LOGNAME=oraTST
    HZ=
    TERM=xterm
    SHELL=/usr/bin/csh
    MAIL=/var/mail/oraTST
    TZ=US/Eastern
    PWD=/tmp
    USER=oraTST
    AGENTWORKS_DIR=/tools/ca/3.1
    CASHCOMP=/opt/CA/SharedComponents
    CALIB=/opt/CA/SharedComponents/lib
    LD_LIBRARY_PATH=/opt/CA/SharedComponents/lib:/etc/emc/rsa/cst/lib:/usr/sap/TST/SYS/exe/run
    LIC_ECHO=echo
    SAPSYSTEMNAME=TST
    DIR_LIBRARY=/usr/sap/TST/SYS/exe/run
    THREAD=NOPS
    dbms_type=ORA
    dbs_ora_tsname=TST
    ORACLE_BASE=/oracle
    ORACLE_PSRV=TST
    ORACLE_SID=TST
    ORACLE_HOME=/oracle/TST/112_64
    ORA_NLS10=/oracle/TST/112_64/nls/data
    NLS_LANG=AMERICAN_AMERICA.WE8DEC
    SAPDATA_HOME=/oracle/TST
    EDITOR=vi

  • Windows Appserver is being created in wrong directory

    I am trying to create my appserver on Windows 2008.
    I go to my PS_HOME\appserv directory then start psadmin
    I create a domain, configure it, and try to boot it.
    It doesn't boot..one of the errors is that it cannot find the file specified.
    The problem is, instead of creating my domain under PS_HOME\admin it is putting it in C:\users\mylogin\psft\pt8.51\appserv
    I am comparing environment variables to another system and nothing is jumping out at me.
    Any one got any ideas?
    Thanks!

    Was it not already asked er... by you few days ago ?
    Re: PeopleTools Home problem
    Nicolas.

  • Trying to create Organization in OIM 11g R2 using API

    Hi All,
    I am trying to create Organization in OIM 11g R2 using API's. I able to create a organization with attributes Organization Name and Organization Customer Type but when i am trying to add Parent Organization Name it is throwing me the following error
    Caused by: oracle.iam.platform.entitymgr.UnknownAttributeException: Organization : [Parent Organization Name]
    any help in this regard will be helpful....
    Thanks

    Yes i do have the org with act_key 27
    I have done that changes...still it is throwing the same error
    Exception in thread "main" oracle.iam.identity.exception.OrganizationCreateException: IAM-3056148:act_createby is a System Attribute and cannot be set through API.:act_createby
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:237)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
         at oracle.iam.identity.orgmgmt.api.OrganizationManager_874ar_OrganizationManagerRemoteImpl_1036_WLStub.createx(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)
         at $Proxy2.createx(Unknown Source)
         at oracle.iam.identity.orgmgmt.api.OrganizationManagerDelegate.create(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at Thor.API.Base.SecurityInvocationHandler$1.run(SecurityInvocationHandler.java:68)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.security.Security.runAs(Security.java:41)
         at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(weblogicLoginSession.java:52)
         at Thor.API.Base.SecurityInvocationHandler.invoke(SecurityInvocationHandler.java:79)
         at $Proxy3.create(Unknown Source)
         at oracle.iam.ui.custom.Class1.main(Class1.java:108)
    Caused by: oracle.iam.identity.exception.OrganizationCreateException: IAM-3056148:act_createby is a System Attribute and cannot be set through API.:act_createby
         at oracle.iam.identity.orgmgmt.impl.OrganizationManagerImpl.create(OrganizationManagerImpl.java:318)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy333.create(Unknown Source)
         at oracle.iam.identity.orgmgmt.api.OrganizationManagerEJB.createx(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34)
         at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
         at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy331.createx(Unknown Source)
         at oracle.iam.identity.orgmgmt.api.OrganizationManager_874ar_OrganizationManagerRemoteImpl.__WL_invoke(Unknown Source)
         at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
         at oracle.iam.identity.orgmgmt.api.OrganizationManager_874ar_OrganizationManagerRemoteImpl.createx(Unknown Source)
         at oracle.iam.identity.orgmgmt.api.OrganizationManager_874ar_OrganizationManagerRemoteImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: oracle.iam.platform.kernel.ValidationFailedException: IAM-3056148:act_createby is a System Attribute and cannot be set through API.:act_createby
         at oracle.iam.identity.usermgmt.utils.UserManagerUtils.createValidationFailedException(UserManagerUtils.java:337)
         at oracle.iam.identity.usermgmt.utils.UserManagerUtils.createValidationFailedException(UserManagerUtils.java:372)
         at oracle.iam.identity.utils.Utils.checkAllowedAttributes(Utils.java:2523)
         at oracle.iam.identity.orgmgmt.impl.handlers.create.CreateOrganizationValidationHandler.validate(CreateOrganizationValidationHandler.java:102)
         at oracle.iam.platform.kernel.impl.OrchProcessData.validate(OrchProcessData.java:258)
         at oracle.iam.platform.kernel.impl.OrchProcessData.runValidationEvents(OrchProcessData.java:203)
         at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.validate(OrchestrationEngineImpl.java:699)
         at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.process(OrchestrationEngineImpl.java:547)
         at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.orchestrate(OrchestrationEngineImpl.java:485)
         at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.orchestrate(OrchestrationEngineImpl.java:403)
         at sun.reflect.GeneratedMethodAccessor1171.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy251.orchestrate(Unknown Source)
         at oracle.iam.identity.orgmgmt.impl.OrganizationManagerImpl.create(OrganizationManagerImpl.java:306)
         ... 46 more

  • "Your app is being created but it isn't ready to be used yet." Access Services error

    Hi All,
    I have configured my environment to be able to create custome Access Apps by using this guide:
    http://blogs.msdn.com/b/kaevans/archive/2013/07/14/access-services-2013-setup-for-an-on-premises-installation.aspx
    I have followed everything to the letter (except the "Configure for Apps" optional section as I had already done this).
    However whenever I try to create a new Access App I get the "Your app is being created but it isn't ready to be used yet." message and if I browse to the site contents of the url I am targeting it shows the app as installing but it will never complete.
    The logs don't give much more information than what is in the message displayed except the following entry:
    MossPackageManager.InstallPackage: Timeout before installation completed for the SPApp '94d0d6b0-cfd7-4ab6-8c7e-403ea6db0231'. Elapsed time: '1' minutes
    Is there anything that I may have missed/configured incorrectly?
    Many thanks in advance :-)

    Hi,
    According to your post, my understanding is that you could not create the Access app.
    Based on the log message, some service application may not be created well.
    You should double check whether the following service applications had been created well.
    Access Services
    Access Database Service      2010
    App Management Service
    Microsoft SharePoint      Foundation Subscription Settings Service
    Secure Store Service
    There is a similar thread for your reference.
    http://social.msdn.microsoft.com/Forums/ie/en-US/18e8f749-3c1d-4d94-8e41-7226a8c2f904/error-creating-access-custom-web-app?forum=sharepointadmin
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Jbo.passivationstore set to file, but PS_TXN table is still being created

    I've an app with application modules all having jbo.passivationstore set to file, a la the below:
           jbo.passivationstore="file" However, when i test this, the app creates the PS_TXN table and PS_TXN_SEQ sequence in the database. From reading the doc, I'd expect that only if jbo.passivationstore were set to database.
    Is there some other setting that needs to be configured in order to make the passiviation handled outside of the database?
    am using JDeveloper 11g.
    Thanks for your help.

    Timo, just tried it, that didn't work - PS_TXN is still being created.
    i found that just deleting the names from the properties in the JDev UI had no effect. so i then literally set the attributes to empty strings as below:
    <Database  jbo.locking.mode="optimistic" jbo.txn_seq_name="" jbo.txn_table_name=""/>is there some other step i should take?
    thanks for the quick response.
    -george

  • Oracle ADF 11g – Authentication using Custom ADF Login Form Problem

    Hi Guys,
    I am trying to Authenticate my adf application using custom Login Form.
    following this..
    http://www.fireboxtraining.com/blog/2012/02/09/oracle-adf-11g-authentication-using-custom-adf-login-form/#respond
    But my Login Page is not Loading.I think its sending request in chain.my jdev version is 11.1.1.5.Any Idea.
    Thanks,
    Raul

    Hi Frank,
    I deleted bounded code and In another Unit Test I created a simple login.jspx page and applied form based authentication but still facing same problem means something wrong in starting.
    My login.jspx page is
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
      <f:view>
        <af:document id="d1" >
          <af:form id="f1" >
            <af:panelFormLayout id="pfl1">       
              <af:inputText label="USERNAME" id="it1"
                            />       
              <af:inputText label="PASSWORD" id="it2"
                              />
              <af:commandButton text="LOG IN" id="cb1" />
              <f:facet name="footer">       
              </f:facet>                 
            </af:panelFormLayout>
          </af:form>
        </af:document>
      </f:view>
    </jsp:root>
    Don't know wht real problem is

  • Accounts being created with administrative group rights

    Hello,
    The server is a Windows 2003 R2 Enterprise fully patched used for Shared Hosting purposes.  It runs Hsphere control panel.  I am trying to identify how the following hack is happening. 
    1) There are users being created with Administrative group rights.   Below is the EventViewer log for the user creation:
    User Account Created:
         New Account Name:    username
         New Domain:    PCNAME
         New Account ID:    PCNAME\username
         Caller User Name:    PCNAME$
         Caller Domain:    DOMAINNAME
         Caller Logon ID:    (0x0,0x3E7)
         Privileges        -
     Attributes:
         Sam Account Name:    username
         Display Name:    <value not set>
         User Principal Name:    -
         Home Directory:    <value not set>
         Home Drive:    <value not set>
         Script Path:    <value not set>
         Profile Path:    <value not set>
         User Workstations:    <value not set>
         Password Last Set:    <never>
         Account Expires:    <never>
         Primary Group ID:    513
         AllowedToDelegateTo:    -
         Old UAC Value:    0x2DAB2B0
         New UAC Value:    0x2DAB2B0
         User Account Control:    -
         User Parameters:    <value not set>
         Sid History:    -
         Logon Hours:    <value changed, but not displayed>
    There exists entries as well where the primary group ID is changed to the Administrative group, but I am omitting such.
    2) I tried to identify what Caller Logon ID:    (0x0,0x3E7) means.  I found out from here:
     http://blog.joeware.net/2013/01/14/2667/ that I can use LogonSessions.exe to identify it.
    Output from LogonSessions.exe is pasted below (snippet):
    [0] Logon session 00000000:000003e7:
        User name:    DOMAINNAME\PCNAME$
        Auth package: NTLM
        Logon type:   (none)
        Session:      0
        Sid:          S-1-5-18
        Logon time:   9/11/2014 12:41:53 PM
        Logon server:
        DNS Domain:   
        UPN:          
            4: System
          316: smss.exe
          364: csrss.exe
          392: winlogon.exe
          440: services.exe
          452: lsass.exe
          628: svchost.exe
          756: LMAgent.exe
          840: svchost.exe
         1000: spoolsv.exe
         1252: avagent.exe
         1268: camWMIAgent.exe
         1324: cissesrv.exe
         1380: cpqrcmc.exe
         1404: vcagent.exe
         1440: svchost.exe
         1480: HsQuotas.exe
         1740: inetinfo.exe
         1780: EmailAgent.exe
         1856: snmp.exe
         1884: sysdown.exe
         1920: smhstart.exe
         2192: svchost.exe
         2388: cmd.exe
         2396: hpsmhd.exe
         2444: cqmgserv.exe
         2464: cqmgstor.exe
         2484: HSphere.exe
         2596: wmiprvse.exe
         2676: cmd.exe
         2684: rotatelogs.exe
         2692: cmd.exe
         2700: rotatelogs.exe
         2732: searchindexer.exe
         2812: hpsmhd.exe
         2824: cqmghost.exe
         2852: svchost.exe
         3044: cmd.exe
         3052: rotatelogs.exe
         3080: cmd.exe
         3088: rotatelogs.exe
         5452: svchost.exe
         5596: GravitixService.exe
         7392: csrss.exe
         7232: winlogon.exe
         6888: csrss.exe
         9832: winlogon.exe
        10388: wawrapper.exe
        10352: cpqnimgt.exe
         9496: msiexec.exe
         6068: w3wp.exe
         4748: webalizer.exe
    3) I also learned from http://support.microsoft.com/kb/243330/en-us that   Sid:          S-1-5-18 means:
    SID: S-1-5-18
    Name: Local System
    Description: A service account that is used by the operating system
    That is all great info, but I am not sure I can put together what I have learned to attempt and get closer towards identifying how in the world users are being created and then being assigned administrative group rights.
    I am a Linux person mostly, but I am comfortable following a properly explained thread regarding windows 2003 R2 Enterprise issues.
    The server is fully patched and it is running Lumension security product.  What's more, Norman Malware tracker, tdskiller.exe (Kaspersky) and McAfee rootkitremover.exe have been run without any apparent Malware/Virus infection
    Hope someone with advanced admin skills can advise.
    Thank you

    Hi,
    You mentioned that, “I am trying to identify how the following hack is happening”, would you please tell us that why did you think the event represent a hacking behavior?
    In a Shared Server Hosting environment, the underlying hosting control panel tool (Hsphere in this case) should be creating only virtual FTP users with a specific group.  So no users with Administrative group should be ever created.  If this happens,
    it constitutes a breach of server security=positive hacking attempt.
    >how in the world users are being created and then being assigned administrative group rights.
    In addition, would you please be more specific about this question? Did you find the event message on a domain joined machine?
    I want to be able to understand in full how/what process is allowing users to be created with Admin rights.  In other words, I want to know what IP was used to issue the command, if ASP.net was used (abused in this case), or anything else related to
    it so that we can patch this particular hole.
    Best Regards,
    Amy

  • Excise Invoice being created before standard Invoice is created

    Hi
    I create a sales order. With reference to the sales order I create a delivery.
    With reference to the delivery, in VF02, if I try to create an Invoice, I get the following message - Excise Invoice created for the Invoice 597500041.
    I need the standard invoice to be created first and using the Tcode Ji11n I should create the Excise Invoice.
    But instead I get the above message.
    What settings should I check and correct.

    Dear Vaideeson Marap...      
    As per my understanding of your question
    If excise invoice is being created automatically the movement you create the commercial invoice in (vf01) ,you need to remove the check box in "excise invoice during billing " respective excise group.
    Please check and revert
    Thanks&Regards
    Raghu.k

  • CcmEval Scheduled task not being created with "Access Denied" error 0x80070005 only on XP machines

    Before coming on here I checked out http://social.technet.microsoft.com/Forums/en-US/ddbfe6c3-ee54-4b2a-a3a7-a6515d974f76/client-check-failed-on-xpserver-2003-systems-onlyccmeval-is-not-being-scheduled?forum=configmanagerdeployment (GPO
    to allow scheduled tasks by users) and another thread about a hotfix that seems to be pre-XP SP3 and pre-CM 2012 R2.
    That said, I'm having an issue many seem to have, but I can't find the answer. From what I understand SCCM uses the user context to create the CcmEval task, but in XP users cannot set a task to run as any other user (ie SYSTEM in this instance) so what is
    the workaround? I can't just give users Administrator permissions to install the client.
    The exact log entries are:
    <![LOG[Client evaluation task doesn't exist.]LOG]!><time="19:05:43.548+360" date="12-14-2013" component="CcmEvalTask" context="" type="2" thread="4356" file="ccmevalcheck.cpp:705">
    <![LOG[Client evaluation task is not found or is disabled or is not compliant, perform remediation]LOG]!><time="19:05:43.548+360" date="12-14-2013" component="CcmEvalTask" context="" type="2"
    thread="4356" file="ccmevalcheck.cpp:341">
    <![LOG[Attempting to recreate client evaluation task.]LOG]!><time="19:05:43.548+360" date="12-14-2013" component="CcmEvalTask" context="" type="1" thread="4356" file="ccmevalcheck.cpp:833">
    <![LOG[Task scheduler 2.0 is not supported, peform task registration with 1.0 API.]LOG]!><time="19:05:43.548+360" date="12-14-2013" component="CcmEvalTask" context="" type="1" thread="4356"
    file="ccmevaltask.cpp:345">
    <![LOG[Failed to delete task Configuration Manager Health Evaluation (0x80070002).]LOG]!><time="19:05:43.548+360" date="12-14-2013" component="CcmEvalTask" context="" type="2" thread="4356"
    file="ccmevaltask.cpp:379">
    <![LOG[Failed to create task item (0x80070005).]LOG]!><time="19:05:43.548+360" date="12-14-2013" component="CcmEvalTask" context="" type="3" thread="4356" file="ccmevaltask.cpp:387">
    <![LOG[Failed to create client evaluation task.]LOG]!><time="19:05:43.548+360" date="12-14-2013" component="CcmEvalTask" context="" type="2" thread="4356" file="ccmevalcheck.cpp:850">
    The bolded section is what's telling me it's Access Denied, and manual creation of any program task set to run as SYSTEM tells me the same- users cannot do this; only admins can.
    What can I do?

    So after sifting through some RSOP results and GPO objects I found a policy that wasn't necessarily prohibiting creation of them. (Not where you think it would be - under
    Administrative Templates > Windows Components > Task Scheduler > "Prohibit New Task Creation" -
    this was set to allow them) but this one I found was a File Permissions policy that set SYSTEM permissions to READ and EXECUTE.
    I've changed this to FULL CONTROL for SYSTEM. I'm unable to get on the machines to examine everything closely, but from what I can see at least one of them has remediated themselves and now has a successful client check in the console. Hopefully the rest
    of them will come around as GP updates itself and the client does an evaluation to remediate the Scheduled Task.
    Hopefully this helps someone in the future as well.

  • How to add image in virtual dir / i/ 11g when using the embedded gateway

    Hi,
    Does somebody knows how to 'simple' import a file or directory
    into the /images/ or /i/ directory created by APEX without tricks like in How I added a  new image to APEX in 11g when using the embedded gateway.
    when using Database 11g with the embedded gateway. with webdav of ftp.
    When I use the url http://localhost/images
    I need to logon.
    There is not 1 username/password that I can use. I tried all.
    When I try http://localhost/i/16admin.gif then the gif is shown.
    I must be something with ACL's or DBMS_EPG or maybe the default port 80 that I use?
    My configuration is
    Doing 11.1.0.6.0 checks
    ############# Status/Version #############
    XDB Status is: VALID at version 11.1.0.6.0
    ############# OTHER DATABASE FEATURES #############
    Oracle Application Express is VALID at version 3.1.2.00.02
    OWB is VALID at version 11.1.0.6.0
    Oracle Enterprise Manager is VALID at version 11.1.0.6.0
    Oracle Ultra Search is VALID at version 11.1.0.6.0
    OLAP Catalog is VALID at version 11.1.0.6.0
    Spatial is VALID at version 11.1.0.6.0
    Oracle Multimedia is VALID at version 11.1.0.6.0
    Oracle XML Database is VALID at version 11.1.0.6.0
    Oracle Text is VALID at version 11.1.0.6.0
    Oracle Expression Filter is VALID at version 11.1.0.6.0
    Oracle Rules Manager is VALID at version 11.1.0.6.0
    Oracle Workspace Manager is VALID at version 11.1.0.6.0
    Oracle Database Catalog Views is VALID at version 11.1.0.6.0
    Oracle Database Packages and Types is VALID at version 11.1.0.6.0
    JServer JAVA Virtual Machine is VALID at version 11.1.0.6.0
    Oracle XDK is VALID at version 11.1.0.6.0
    Oracle Database Java Packages is VALID at version 11.1.0.6.0
    OLAP Analytic Workspace is VALID at version 11.1.0.6.0
    Oracle OLAP API is VALID at version 11.1.0.6.0
    ############# XDBCONFIG INFORMATION #############
    acl-max-age= = = 15
    acl-cache-size= = = 32
    case-sensitive= = = true
    call-timeout= = = 6000
    max-link-queue= = = 65536
    max-session-use= = = 100
    persistent-sessions= = = false
    default-lock-timeout= = = 3600
    xdbcore-logfile-path= = = /sys/log/xdblog.xml
    xdbcore-log-level= = = 0
    resource-view-cache-size= = = 1048576
    extension= = = au
    mime-type= = = audio/basic
    extension= = = avi
    mime-type= = = video/x-msvideo
    extension= = = bin
    mime-type= = = application/octet-stream
    extension= = = bmp
    mime-type= = = image/bmp
    extension= = = css
    mime-type= = = text/css
    extension= = = doc
    mime-type= = = application/msword
    extension= = = eml
    mime-type= = = message/rfc822
    extension= = = gif
    mime-type= = = image/gif
    extension= = = htm
    mime-type= = = text/html
    extension= = = html
    mime-type= = = text/html
    extension= = = jpe
    mime-type= = = image/jpeg
    extension= = = jpeg
    mime-type= = = image/jpeg
    extension= = = jpg
    mime-type= = = image/jpeg
    extension= = = js
    mime-type= = = application/x-javascript
    extension= = = jsp
    mime-type= = = text/html
    extension= = = mid
    mime-type= = = audio/mid
    extension= = = mov
    mime-type= = = video/quicktime
    extension= = = movie
    mime-type= = = video/x-sgi-movie
    extension= = = mp3
    mime-type= = = audio/mpeg
    extension= = = mpe
    mime-type= = = video/mpg
    extension= = = mpeg
    mime-type= = = video/mpg
    extension= = = mpg
    mime-type= = = video/mpg
    extension= = = msa
    mime-type= = = application/x-msaccess
    extension= = = msw
    mime-type= = = application/x-msworks-wp
    extension= = = pcx
    mime-type= = = application/x-pc-paintbrush
    extension= = = pdf
    mime-type= = = application/pdf
    extension= = = png
    mime-type= = = image/png
    extension= = = ppt
    mime-type= = = application/vnd.ms-powerpoint
    extension= = = ps
    mime-type= = = application/postscript
    extension= = = qt
    mime-type= = = video/quicktime
    extension= = = ra
    mime-type= = = audio/x-realaudio
    extension= = = ram
    mime-type= = = audio/x-realaudio
    extension= = = rm
    mime-type= = = audio/x-realaudio
    extension= = = rtf
    mime-type= = = application/rtf
    extension= = = rv
    mime-type= = = video/x-realvideo
    extension= = = sgml
    mime-type= = = text/sgml
    extension= = = svg
    mime-type= = = image/svg+xml
    extension= = = tif
    mime-type= = = image/tiff
    extension= = = tiff
    mime-type= = = image/tiff
    extension= = = txt
    mime-type= = = text/plain
    extension= = = url
    mime-type= = = text/plain
    extension= = = vrml
    mime-type= = = x-world/x-vrml
    extension= = = wav
    mime-type= = = audio/wav
    extension= = = wpd
    mime-type= = = application/wordperfect5.1
    extension= = = xls
    mime-type= = = application/vnd.ms-excel
    extension= = = xml
    mime-type= = = text/xml
    extension= = = xsd
    mime-type= = = text/xml
    extension= = = xsl
    mime-type= = = text/xml
    extension= = = zip
    mime-type= = = application/x-zip-compressed
    extension= = = htc
    mime-type= = = text/x-component
    extension= = = xbl
    mime-type= = = text/xml
    extension= = = en
    lang= = = english
    extension= = = gzip
    encoding= = = zip file
    extension= = = tar
    encoding= = = tar file
    session-pool-size= = = 50
    session-timeout= = = 6000
    ftp-port= = = 0
    ftp-listener= = = local_listener
    ftp-protocol= = = tcp
    logfile-path= = = /sys/log/ftplog.xml
    log-level= = = 0
    session-timeout= = = 6000
    buffer-size= = = 8192
    http-port= = = 80
    http-listener= = = local_listener
    http-protocol= = = tcp
    max-http-headers= = = 64
    max-header-size= = = 16384
    max-request-body= = = 2000000000
    session-timeout= = = 6000
    server-name= = = XDB HTTP Server
    logfile-path= = = /sys/log/httplog.xml
    log-level= = = 0
    servlet-realm= = = Basic realm="XDB"
    welcome-file= = = index.html
    welcome-file= = = index.htm
    servlet-pattern= = = /Test
    servlet-name= = = TestServlet
    servlet-pattern= = = /oradb/*
    servlet-name= = = DBURIServlet
    servlet-pattern= = = /orarep/*
    servlet-name= = = ReportFmwkServlet
    servlet-pattern= = = /i/*
    servlet-name= = = PublishedContentServlet
    servlet-pattern= = = /apex/*
    servlet-name= = = APEX
    servlet-pattern= = = /images/*
    servlet-name= = = IMAGES
    servlet-name= = = TestServlet
    servlet-language= = = Java
    display-name= = = XDB Test Servlet
    description= = = A servlet to test the internals of the XDB Servlet API
    servlet-class= = = xdbtserv
    servlet-schema= = = xdb
    servlet-name= = = DBURIServlet
    servlet-language= = = C
    display-name= = = DBURI
    description= = = Servlet for accessing DBURIs
    role-name= = = authenticatedUser
    role-link= = = authenticatedUser
    servlet-name= = = ReportFmwkServlet
    servlet-language= = = C
    display-name= = = REPT
    description= = = Servlet for accessing reports
    role-name= = = authenticatedUser
    role-link= = = authenticatedUser
    servlet-name= = = PublishedContentServlet
    servlet-language= = = C
    display-name= = = Unauthenticated File Access Servlet
    description= = = Servlet for files for unauthenticated users
    param-name= = = RootFolder
    param-value= = = /images
    description= = = RootFolder
    role-name= = = anonymousServletRole
    role-link= = = anonymousServletRole
    servlet-name= = = APEX
    servlet-language= = = PL/SQL
    display-name= = = APEX
    database-username= = = ANONYMOUS
    default-page= = = apex
    document-table-name= = = wwv_flow_file_objects$
    document-path= = = docs
    document-procedure= = = wwv_flow_file_mgr.process_download
    nls-language= = = american_america.al32utf8
    request-validation-function= = = wwv_flow_epg_include_modules.authorize
    role-name= = = anonymousServletRole
    role-link= = = anonymousServletRole
    servlet-name= = = IMAGES
    servlet-language= = = PL/SQL
    display-name= = = IMAGES
    database-username= = = APS
    role-name= = = anonymousServletRole
    role-link= = = anonymousServletRole
    allow-mechanism= = = basic
    nonce-timeout= = = 300
    xdbcore-xobmem-bound= = = 1024
    xdbcore-loadableunit-size= = = 16
    acl-evaluation-method= = = ace-order
    ############# XMLTYPE Tables #############
    XDB has 1 XMLTYPE TABLES stored as CLOB
    XDB has 24 XMLTYPE TABLES stored as OBJECT-RELATIONAL
    XDB has 11 XMLTYPE TABLES stored as BINARY
    ############# XMLTYPE Columns #############
    XDB has 3 XMLTYPE Columns stored as CLOB
    MDSYS has 24 XMLTYPE Columns stored as CLOB
    SYS has 1 XMLTYPE Columns stored as CLOB
    ORDSYS has 9 XMLTYPE Columns stored as CLOB
    ############# XMLTYPE Views #############
    ############# XMLTYPE INDEXES #############
    XDB has 1 XMLTYPE Indexes of type CSX
    ############# Items built with XML API's #############
    PACKAGE BODY FLOWS_030100.WWV_FLOW_XLIFF
    PACKAGE BODY FLOWS_030000.WWV_FLOW_XLIFF
    PACKAGE BODY MDSYS.SDO_WFS_PROCESS
    PACKAGE BODY EXFSYS.DBMS_RLMGR_DR
    PACKAGE BODY FLOWS_030100.WWV_FLOW_DATALOAD_XML
    PACKAGE BODY MDSYS.SDO_OLS
    PACKAGE BODY FLOWS_030000.WWV_FLOW_DATALOAD_XML
    PACKAGE BODY FLOWS_030100.WWV_FLOW_XLIFF
    PACKAGE BODY FLOWS_030000.WWV_FLOW_XLIFF
    PACKAGE BODY EXFSYS.DBMS_RLMGR_DR
    PACKAGE BODY XDB.DBMS_XSLPROCESSOR
    PACKAGE BODY XDB.DBMS_XMLPARSER
    PACKAGE BODY FLOWS_030100.WWV_FLOW_XLIFF
    PACKAGE BODY XDB.DBMS_CSX_INT
    PACKAGE BODY FLOWS_030000.WWV_FLOW_XLIFF
    PACKAGE BODY EXFSYS.DBMS_RLMGR_DR
    PACKAGE BODY XDB.DBMS_XDB
    PACKAGE BODY XDB.DBMS_XDBRESOURCE
    PACKAGE BODY XDB.DBMS_XMLDOM
    PACKAGE XDB.DBMS_XSLPROCESSOR
    PACKAGE XDB.DBMS_XMLPARSER
    PACKAGE XDB.DBMS_XDBRESOURCE
    PACKAGE BODY XDB.DBMS_XMLDOM
    PACKAGE BODY XDB.DBMS_XMLINDEX
    PACKAGE BODY XDB.DBMS_XMLPARSER
    PACKAGE BODY XDB.DBMS_XMLPARSER
    PACKAGE BODY XDB.DBMS_XMLSCHEMA
    PACKAGE BODY XDB.DBMS_XMLSCHEMA
    PACKAGE BODY XDB.DBMS_XMLSCHEMA_INT
    PACKAGE BODY XDB.DBMS_XMLTRANSLATIONS
    PACKAGE BODY XDB.DBMS_XSLPROCESSOR
    PACKAGE BODY XDB.DBMS_XMLPARSER
    PACKAGE BODY XDB.DBMS_CSX_INT
    PACKAGE BODY XDB.DBMS_XMLDOM
    PACKAGE BODY XDB.DBMS_XSLPROCESSOR
    ############# XML SCHEMAS #############
    MDSYS has 4 registered.
    EXFSYS has 2 registered.
    ORDSYS has 17 registered.
    XDB has 25 registered.
    SYS has 43 registered.
    ############# Repository Resources #############
    MDSYS has 9 resources.
    EXFSYS has 3 resources.
    ORDSYS has 20 resources.
    XDB has 28 resources.
    SYS has 12634 resources.
    ############# Network ACLs Configured #############
    mail.4aps.be has network acls configured for ports 25 through 25
    * has network acls configured for ports through
    * has network acls configured for ports through
    ############# DBMS_EPG DAD USAGE #############
    APEX
    IMAGES

    Hi Jules,
    You need a user with XDBADMIN rights to access the WebDav. Once you have access, you can open the URL as webfolder (in IE).
    Regards,
    Christian

  • Item Texts Is Not Being Created in BAPI_BILLINGDOC_CREATEMULTIPLE

    Hi.
    I am Using Bapi TO Create Invoice, Every thing is created successfully , but item text is not being created. Code is as below.
    DATA: s_vbap TYPE vbap,
                t_billing TYPE STANDARD TABLE OF bapivbrk WITH HEADER LINE,
                t_datain TYPE STANDARD TABLE OF bapikomfktx WITH HEADER LINE,
                t_return TYPE STANDARD TABLE OF bapireturn1 WITH HEADER LINE,
                t_success TYPE STANDARD TABLE OF bapivbrksuccess WITH HEADER LINE.
          SELECT SINGLE * FROM likp
          WHERE vbeln = v_del_doc_no.
          SELECT SINGLE * FROM lips WHERE
          vbeln = v_del_doc_no.
          t_billing-salesorg = likp-vkorg.
          t_billing-ref_doc = likp-vbeln.
          t_billing-ref_item = lips-posnr.
          t_billing-doc_number = v_del_doc_no.
          t_billing-itm_number = lips-posnr.
    *      SELECT SINGLE fkarv FROM tvak
    *            INTO  t_billing-ordbilltyp
    *            WHERE auart EQ zsoa_so_header-auart.
          SELECT SINGLE auart FROM vbak
                      INTO  t_billing-ordbilltyp
                      WHERE vbeln EQ order_num.
          t_billing-price_date = sy-datum.
          t_billing-ref_doc_ca = likp-vbtyp.
          t_billing-material = lips-matnr.
          t_billing-plant = lips-werks.
          APPEND t_billing.
          BREAK-POINT.
          CLEAR: t_datain.
         t_datain-ref_doc = v_del_doc_no.
          t_datain-ref_item = '000010'.
          t_datain-applobject = 'VBBP'.
          t_datain-text_id    = '0001'.
          t_datain-langu      = sy-langu.
          t_datain-format_col = '*'.
          t_datain-text_line  = 'FSG 2829'.
          APPEND t_datain.
          CALL FUNCTION 'BAPI_BILLINGDOC_CREATEMULTIPLE'
            TABLES
              billingdatain = t_billing
              textdatain    = t_datain
              return        = t_return
              success       = t_success.
          CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
            EXPORTING
              wait = 'X'.
          LOOP AT t_return.
            itab_msg-type = t_return-type.
            itab_msg-msg =  t_return-message.
            APPEND itab_msg.
            CLEAR  itab_msg.
          ENDLOOP.
          READ TABLE t_success INDEX 1.
          p_i_bill_doc = t_success-bill_doc.
        ENDIF.
      ENDIF.
      CLEAR: itab_so_items, itab_so_items[] , delivery_no , itab_return[].
    So Text FSG 2829 is not being created in Item Text.....

    Hi Tahir,
    You can check with the below thread
    A question of BAPI_BILLINGDOC_CREATEMULTIPLE
    Regards,
    Pawan

  • Exchange Office Web Apps Preview Does not work in OWA. An error occurred while the document preview was being created

    Hi,
    I have managed to configure intergration between Office Web App server 2013 and Exchange 2013 OWA.
    I have created a test users Test1 and Test 2. I have given full access on Test2 mailbox to user test 1.
    When I login to owa for user test1 and preview the attachment it works fine.
    However when I use "Open another mailbox" in OWA and open test2 mailbox and try to preview the attachments in test2 inbox it errors as
    " An error occurred while the document preview was being created. Please try again later " as follows
    I am new to office web apps server 2013 and implemented it first time. Can anyone suggest resolutions or troubleshooting ?

    Hi,
    To narrow down the cause, I’d like to recommend the following troubleshooting:
    1. Does the error appear when you directly access test 2 mailbox through OWA?
    2. Check if there is 141 error in your event log.
    3. Check whether Office web app server connects with Exchange server when the issue happens.
    Access the URL: https://hostname/hosting/discovery
    4. Grant full access permission again and check the result.
    For more information about Office web app integration with Exchange, please refer to the following article:
    http://www.msexchange.org/articles-tutorials/exchange-server-2013/management-administration/exchange-2013-office-web-apps-server-integration.html
    If you have any question, please feel free to let me know.
    Thanks,
    Angela Shi
    TechNet Community Support

  • .DS_Store files on USB thumbdrives - a way to stop them from being created?

    Hello!
    Forgive me if this has been asked to death, but at school I need to copy homework files back and forth to the school's XP-based computers constantly. Because in any given day I usually update half a dozen files across the "homework" folder on my Powerbook, it's easier just to copy the entire folder (and its subfolders) to my 2-GB, FAT-32 formatted flash drive each night - all 500 files (and 150 MB). Of course, this also leaves hundreds of .DS_Store and ._filename files to clutter "Windows explorer" windows.
    My question is how do I remove (and prevent creation of) these files selectively? I know that they are used by the finder to store thumbnails, spotlight comments, and labels. The big problem is that while I want to remove these files from the homework folder (and some other folders), I DO NOT want to remove them from a few other folders on the flash drive - which I use to make quick backups of files from my Mac.
    I know that I can prevent OS X from creating them altogether with certain utilities, and I know that I can get third-party utilities that allow me to remove these files from flash drive and/or prevent the creation of the files for entire volumes, but is there something I can do to remove them from only certain folders?
    Also, since I do not always know beforehand what directories I might make, I'd like to be able to create a "white list" of only certain directories (and their sub-directories)that won't be touched, while all others will have their ".DS_Store" and "._filename" files removed.
    Finally, because I'm often a hurry when I go to copy files, I'd rather not sit there and run terminal commands or a program every time I copy a folder over to the flash drive. Is there some way to prevent them from being created in these certain folders altogether, automatically? An applescript or terminal command that I can program to run from the script menu perhaps? I don't mind opening a program or script, I just don't want to have to sit there manually removing the files.
    Thanks,
    -Dan

    I had a similar problem awhile back and asked for help in the Applescript forum:
    http://discussions.apple.com/thread.jspa?threadID=954738&tstart=0
    Unfortunately the revised jive software formatting function here in the forums has totally messed up things like posted scripts. What you'll see in the scripts discussed is no longer what was there originally. I just now put a copy of the script I'm using up in zip format here:
    http://homepage.mac.com/francines/.Public/CopyStrip2Fat.zip
    Unzip and open in Script Editor to get some idea of what it is really supposed to be. The idiot formatting of the revised jive software has replaced some things with a carriage return, a semi-colon, and close quote, thus rendering some lines meaningless.
    To see the source of the script I quoted, see this MacOSXHints thread:
    http://www.macosxhints.com/article.php?story=20040726164957299
    The script is in the comment by cougar718. You might take a look at other comments as well.
    Francine
    Francine
    Schwieder

Maybe you are looking for