Problem creating workspace.ear in process administrator

Hi,
I have configured FDI Hybrid Directory (Active directory) .
When i login with my network Id and password am able to login into process administrator. But when i try creating EARs, am getting login incorrect message and unable to create EARs.
The detailed information is below :
Login incorrect. Detail:Verify that the information provided is correct. If you cannot solve the problem, check with your administrator. ID [default] PARTICIPANT [cn=bXXXX,cn=Users,dc=XX,dc=XX,dc=com] REASON [invalid username or password].
Initially it was working fine..
Kindly help me in solving this issue..
Below is the detailed error message as in logs :
fuego.directory.AuthenticationException: Login incorrect.
[     (cont)     ] Main: Detail:Verify that the information provided is correct.
[     (cont)     ] Main: If you cannot solve the problem, check with your administrator.
[     (cont)     ] Main: ID [default] PARTICIPANT [cn=XXXX,cn=XXXX,dc=XX,dc=XX,dc=com] REASON [invalid username or password].
[     (cont)     ] Main:
[     (cont)     ] Main:      at fuego.directory.hybrid.ldap.LDAPOrganizationAuthenticationAccessor.authenticate(LDAPOrganizationAuthenticationAccessor.java:65)
[     (cont)     ] Main:      at fuego.directory.hybrid.ldap.LDAPOrganizationAuthenticationAccessor.connect(LDAPOrganizationAuthenticationAccessor.java:88)
[     (cont)     ] Main:      at fuego.directory.hybrid.HybridAuthenticationAccessor.connect(HybridAuthenticationAccessor.java:114)
[     (cont)     ] Main:      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[     (cont)     ] Main:      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[     (cont)     ] Main:      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[     (cont)     ] Main:      at java.lang.reflect.Method.invoke(Unknown Source)
[     (cont)     ] Main:      at fuego.directory.provider.DirectorySessionImpl$AccessorProxy.invoke(DirectorySessionImpl.java:756)
[     (cont)     ] Main:      at $Proxy3.connect(Unknown Source)
[     (cont)     ] Main:      at fuego.directory.provider.DirectorySessionImpl.connect(DirectorySessionImpl.java:250)
[     (cont)     ] Main:      at fuego.directory.provider.Factory.startSession(Factory.java:405)
[     (cont)     ] Main:      at fuego.directory.Directory.startSession(Directory.java:268)
[     (cont)     ] Main:      at fuego.directory.Directory.startAdminSession(Directory.java:179)
[     (cont)     ] Main:      at fuego.tools.ant.BaseFuegoDirectoryTask.createDirectoryAdminSession(Unknown Source)
[     (cont)     ] Main:      at fuego.tools.ant.j2ee.taskdefs.BuildEarTask.executeImpl(Unknown Source)
[     (cont)     ] Main:      at fuego.tools.ant.BaseFuegoTask.execute(Unknown Source)
[     (cont)     ] Main:      at fuego.webconsole.model.ear.JSFWebAppEar.buildWebAppFile(JSFWebAppEar.java:254)
[     (cont)     ] Main:      at fuego.webconsole.model.ear.JSFWebAppFile.createAction(JSFWebAppFile.java:95)
[     (cont)     ] Main:      at fuego.webconsole.model.ear.JSFWebAppEar.createAction(JSFWebAppEar.java:215)
[     (cont)     ] Main:      at fuego.webconsole.model.ear.JSFEarCreation.createWorkspaceFilesAction(JSFEarCreation.java:127)
[     (cont)     ] Main:      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[     (cont)     ] Main:      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[     (cont)     ] Main:      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[     (cont)     ] Main:      at java.lang.reflect.Method.invoke(Unknown Source)
[     (cont)     ] Main:      at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:126)
[     (cont)     ] Main:      at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:72)
[     (cont)     ] Main:      at javax.faces.component.UICommand.broadcast(UICommand.java:312)
[     (cont)     ] Main:      at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:267)
[     (cont)     ] Main:      at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:381)
[     (cont)     ] Main:      at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:75)
[     (cont)     ] Main:      at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
[     (cont)     ] Main:      at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
[     (cont)     ] Main:      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
[     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
[     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
[     (cont)     ] Main:      at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48)
[     (cont)     ] Main:      at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
[     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
[     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
[     (cont)     ] Main:      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
[     (cont)     ] Main:      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
[     (cont)     ] Main:      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
[     (cont)     ] Main:      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
[     (cont)     ] Main:      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
[     (cont)     ] Main:      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
[     (cont)     ] Main:      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
[     (cont)     ] Main:      at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
[     (cont)     ] Main:      at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
[     (cont)     ] Main:      at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
[     (cont)     ] Main:      at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
[     (cont)     ] Main:      at java.lang.Thread.run(Unknown Source)
[     (cont)     ] Main:
[<D> 0512 08:24:15.706] Main (<6> http-8686-Processor19): Context->contextcom.sun.faces.context.FacesContextImpl@15b5783
[<D> 0512 08:24:15.722] Main (<6> http-8686-Processor19): Context->contextcom.sun.faces.context.FacesContextImpl@15b5783
[<D> 0512 08:24:15.722] Main (<6> http-8686-Processor19): Context->contextcom.sun.faces.context.FacesContextImpl@15b5783
Thanks,
ChAran

Hi Charan,
This is the beginning of my test directory.xml (you should modify the <configname>.dirxml and then update it from the process administrator to all the applications by pressing the "set as current" button)
<?xml version="1.0" encoding="UTF-8"?>
<?fuego version="6.5.2" build="100209"?>
<DirectoryConfiguration>
     <id>wls1033</id>
     <description>Default Directory Configuration</description>
     <admin>system</admin>
     <adminPass>&lt;encrypted&gt;gGocbn15UL8=</adminPass>
     <presets>
          <preset name="engine">
               <property name="participant" value="system"/>
               <property name="participant_password" value="&lt;encrypted&gt;gGocbn15UL8="/>
          </preset>
          <preset name="xobjects">
               <property name="participant" value="system"/>
               <property name="participant_password" value="&lt;encrypted&gt;gGocbn15UL8="/>
          </preset>
...If you pay attention there are some "preset" users. In my case, it is "system" and has some encrypted password.
So, you should change it to: (Please make a backup before modifying it.)
          <preset name="engine">
               <property name="participant" value="USER"/>
               <property name="participant_password" value="PASSWORD"/>
          </preset>Go to the process administrator. In the configuration section, select the desired configuration and press the "set as current" button.
Then check your conf/directory.xml (that file now should have your modifications)
Test it.
If it works, you will probably want to consider encrypting those passwords. To do that, use the "managedirectory" ant task. (build #99598 or greater)
http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/anttasks/fuego.tools.ant.enterprise.taskdefs.ManageDirectoryFileTask.html
   <fuego:managedirectory directoryFile="directory.xml" admin="admin" adminPassword="adminPassword" encryptPasswords="true">
       <passwordProperty section="preset" name="participant_password"/>
       <passwordProperty section="fuego" name="password"/>
       <passwordProperty section="organization" name="java.naming.security.credentials"/>
   </fuego:managedirectory>Hope this helps

Similar Messages

  • ALBPM Workspace - Process Administrator

    My ALBPM workspace through the Process Administrator i.e. the ALBPM Server is not opening..But it works through studio...What could be the possible reason? Anyone?
    I give the URL as http://localhost:8686/workspace
    The Process Administrator Console is running at http://localhost:8686/webconosle
    The engine is running
    The project is deployed..
    The project runs via. the Weblogic Portal but does not through ALBPM Server workspace..
    Why is that so?
    Anyone?

    As you are using the ALBPM Enterprise for Weblogic, all the ears will be deployed on weblogic. Check if all the ears are deployed properly and all of them are up and running in the weblogic console.
    You need to open the follwoing link to get the workspace.
    [http://|http:///]&lt;hostname&gt;:&lt;port&gt;/workspaceadmin
    hostname: is the machine name where weblogic is deployed.
    port: number on which the weblogic server is running.
    ex:
    [http://localhost:7001/workspaceadmin]
    Thanks.

  • Problem creating a view in Administrator: 942: table or view does not exist

    Hi and thank you for reading,
    I am working with the Administration tool and would like to create a view in the physical layer. However I am getting the following error messages when I try to view the Date in the view:
    [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occured.
    [nQSError: 43093] An error occured while processing the EXECUTE PHYSICAL satement.
    *[nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist at OCI call OCIStmtExecute.*
    [nQSError: 17010] SQL statement preparation failed.
    [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occured.
    [nQSError: 43093] An error occured while processing the EXECUTE PHYSICAL satement.
    *[nQSError: 17001] Oracle Error code: 936, message: ORA-00936: missing expression at OCI call OCIStmtExecute.*
    [nQSError: 17010] SQL statement preparation failed.
    I proceed as following:
    Right click on a physical schema (this schema is already created and works in Answers) -> new Physical Schema ->Table Type: Select -> Select * from Table_A where name='name' (Table_A is in the physical schema) -> OK -> Save -> Deploy -> Update Row count (works) -> View Data -> Error
    Any Idea what I am doing wrong. I have started with an easy select statement to test how to create a view in Oracle Administrator.
    Thanks a lot for any help
    Evgeny

    Do you see Table_A, and in which database schema?
    Try to put alias (database user) before table name.
    Select * from user.Table_A where name='name'
    Where user is database user.
    If you have Table_A in another user and connection pool is set to different user, then grant select from Table_A owner to connection pool user (make synonym for Table_A):
    Example (I'm using connection pool from userB and have tables from userA and userB).
    create or replace public synonym xx for userA.xx
    and
    grant select on xx to userB
    Hope this helps.
    Regards,
    Goran
    http://108obiee.blogspot.com

  • Error creating instances in Business Process Workspace

    i have the following error:
    oracle.bpm.web.exception.WapiOperationException: Error creating instance for target process Serv_M/Proj_V!76.0*/EV.
    Caused by: BPM-70204
    Exception
    exception.70204.type: error
    exception.70204.severity: 2
    exception.70204.name: Error creating process instance.
    exception.70204.description: Error creating instance for target process Serv_M/Proj_V!76.0*/EV.
    exception.70204.fix: Verify server log to find the problem cause.
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:205)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:345)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
    at oracle.bpm.services.instancemanagement.ejb.InstanceManagementServiceBean_sqa2w0_IInstanceManagementServiceRemoteImpl_1036_WLStub.createProcessInstanceTask(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 $Proxy413.createProcessInstanceTask(Unknown Source)
    at oracle.bpm.papi.ora.util.ApplicationExecution11G.beginExecution(ApplicationExecution11G.java:50)
    ... 101 more
    Caused by: ORABPEL-02023
    Cannot activate block.
    failure to activate the block "EV" for the instance "30037"; exception reported is: .
    This error contained the exceptions thrown by the underlying routing system.
    Contact Oracle Support Services. Provide the error message, the composite source and the exception trace in the log files (with logging level set to debug mode).
    Help me please!
    Regards

    Hi Chris
    If you are trying to create a LOV and use that as a parameter, then you need to create LOV as Dynamic Cascading values. Once created then you can use that LOV in the Crystal Reports.    
    This is the best way to get dynamic cascading prompts in Crystal reports.
    Please refer to Business View Admin guide for more information.
    Hope this helps!!
    Regards
    Sourashree

  • Problem in creating workspaces..Please guide

    Hello All,
    Am facing a problem in creating workspaces in DTR. Am working on EP7 SR2 (SP9)
    Have read mostly all related posts on SDN but cannot catch the missing link...Please guide me for the same:
    <u><b>setvars.bat</b></u>
    @echo off
    rem Default properties definition for the DTR Client Commandline Tool:
    rem -
    rem (1) Mandatory: DTR configuration folder:
    set DTR_HOME=C:\Documents and Settings\RHunjan
    set CFG_DIR=%DTR_HOME%\.dtr
    rem Remark: How to find DTR_HOME folder?
    rem - In Release 6.40:
    rem          The default location is C:\Documents and Settings\<user>\.sapnetweaver.
    rem - In Release 7.1:
    rem      Start Netweaver Developer Studio and login to the configuration / client
    rem      where you would like to work, then choose the menu: 'file' -> 'Switch workspace'.
    rem      The upcoming dialog shows the currently used Eclipse workspace.
    rem      The DTR configuration folder is <currently used eclipse workspace>.jdi
    rem (2) Optional: Folder with the definition of logging properties:
    set LOGGING=%DTR_HOME%\logging.properties
    rem (3) Default properties:
    rem set DEFAULT_PROPERTIES=-Dvfs.configfolder=%CFG_DIR% -Dvfs.logging=%LOGGING%
    <u><b>dtrshell.bat</b></u>
    @echo off
    rem Run DTR Commandline Shell:
    rem -
    rem (1) Get it running:
    rem -
    rem - Adapt configuration settings in setvars.bat.
    rem - Uncomment the settings for the used archives
    rem       that fit to the currently used Netweaver Developer Studio.
    call setvars.bat
    set CLASS_PATH=
    rem (2) Used Archives Settings:
    rem -
    rem Used Archives in 6.40 and 7.00 Netweaver Developer Studio installation:
    rem -
    set CLASS_PATH=%CLASS_PATH%;com_tssap_dtr_client_vfs.jar
    set CLASS_PATH=%CLASS_PATH%;httpclient.jar
    set CLASS_PATH=%CLASS_PATH%;httpclientext.jar
    set CLASS_PATH=%CLASS_PATH%;com_tssap_dtr_client_commandline.jar
    rem Archives from foreign Plugins:
    set CLASS_PATH=%CLASS_PATH%;..\com.tssap.sap.libs.xmltoolkit\lib\sapxmltoolkit.jar
    set CLASS_PATH=%CLASS_PATH%;..\com.tssap.sap.libs.logging\lib\logging.jar
    set CLASS_PATH=%CLASS_PATH%;..\com.sap.tc.jarm\lib\jARM.jar
    rem The recommended value for maximum heap size for the JVM to run DTR Commandline client is 256M or higher.
    rem You can change the settings based on system resources available.
    set VM_PARAMS=-Xmx256m
    rem (3) Run DTR Commandline Shell:
    rem -
    java %VM_PARAMS% -classpath %CLASS_PATH% %DEFAULT_PROPERTIES% com.tssap.dtr.client.commandline.DTRShell %*
    ===================
    I get an error saying:
    <i><b>Exception in thread "main" java.lang.NoClassDefFoundError: com/sap/tc/logging/Lo
    cation
            at com.tssap.dtr.client.commandline.DTRShell.<clinit>(DTRShell.java:21)</b></i>
    Please guide......
    Awaiting Reply.
    Thanks & WArm Regards,
    Ritu
    Message was edited by:
            Ritu  Hunjan

    Hello Ritu,
    the problem is probably in these lines:
    rem Archives from foreign Plugins:
    set CLASS_PATH=%CLASS_PATH%;..com.tssap.sap.libs.xmltoolkitlibsapxmltoolkit.jar
    set CLASS_PATH=%CLASS_PATH%;..com.tssap.sap.libs.loggingliblogging.jar
    set CLASS_PATH=%CLASS_PATH%;..com.sap.tc.jarmlibjARM.jar
    For a NW04s studio these paths are not correct, the plugin directories have some version suffix.
    rem Archives from foreign Plugins:
    set CLASS_PATH=%CLASS_PATH%;..com.tssap.sap.libs.xmltoolkit_2.0.0libsapxmltoolkit.jar
    set CLASS_PATH=%CLASS_PATH%;..com.tssap.sap.libs.logging_2.0.0liblogging.jar
    set CLASS_PATH=%CLASS_PATH%;..com.sap.tc.jarm_2.0.0libjARM.jar
    Please check the folder names in the /eclipse/plugins/ directory to verify that this is correct for your installation.
    Regards,
    Marc

  • Process Administrator and Workspace admin url for 10gR3

    I am running 10gR3 bpm locally.
    Url to access my local workspace is http://localhost:8585/workspace/faces/jsf/workspace/workspace.xhtml
    Could you let me know the URL for accessing the process administrator and workspace admin.
    Thanks in advance.

    Looking at your port 8585 it is the default port for Studio, in Studio there is no webconsole or workspace administrator, those applications only are available in enterprise.
    If your case is enterprise then the url is /webconsole and /portaladmin
    HTH

  • BPM 11g Process Administrator functions: Where are they now??

    Good morning,
    I've got some decent ALBPM6.0.5 experience, and now I've just started in a new project that uses BPM 11g. I've attended to an Oracle "Hands On" so I know 11g is VERY different from 10g/ALBPM.
    My main problem is that I cannot find anywhere where are Roles and Users managed in the server. From where do I administer Roles, Users, Groups, Organizational Units. All that used to be in the Process Administrator. How is that done now? I swear I've gone through all the documentation at http://download.oracle.com/docs/cd/E14571_01/soa.htm and still found nothing :(
    Also, is now using an LDAP mandatory? Or can something like ALBPM Directory still be used??
    Thanks in advance.

    User/Role management is now done through the workspace itself. You must login as an administrative user (like weblogic) and you will see an Admin link in the upper right of the workspace.
    Authentication and user lookup is now handled directly by Weblogic - so you setup authentication Providers in the WLS security realm through the admin console.
    By default Weblogic is configured to use an internal LDAP that stores local users (this is where the "weblogic" user itself is defined).
    General steps are provided here:
    http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10226/hwf_config.htm#BHCJGBFJ
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/secmanage/atn.html#wp1198953
    Edited by: Mike Rokitka on Jul 2, 2010 11:17 AM

  • ALBPM Process Administrator Login

    We are using ALBPM with WebLogic 9.2 and have setup a directory service with a SQL 2005 server. The tables are created and there is one row in the participant table. However, when we try to login to Process Administrator, we always get an error msg;
    Login incorrect. Detail:Verify that the information provided is correct. If you cannot solve the problem, check with your administrator. Technical detail:URL: [mssqlserver2005://AskMartyDev:1433/database=BPM] Participant: [bpmdbuser] Reason: [invalid user or password].
    Where mssqlserver2005://AskMartyDev:1433/database=BPM is the connection string to SQLServer and bpmdbuser is the login name we created when set up the directory service. What user name and password should we use to login? Any help is greatly appreciated.

    Check the following:
    1) in the directory.properties file there is a jdbc-user and password, these are used to connect to SQLServer, check that they match the password in the DB
    2) when you created the Directory (in Admin Center) you were asked for an administrators password, if you did not enter it, then it is the same value as the jdbc user that you used to create the tables. This user/pass is also writen in the directory.properties, but in the presets participant property.
    Hope it helps.
    MAriano Benitez
    Join us at BEAParticipate, May 6-9 2007 | Atlanta, Georgia

  • PAPI-WS data outdated after changes thru Process Administrator

    Hi.
    We have a strange problem. We are making changes in roles and participants using the Process Administrator. Then we have a development that uses PAPI-WS to access that info. But only if we restart the enterprise server we manage to see those updates to roles and participants thru the PAPI-WS. It seems that the PAPI-WS has a cache that is not updated nor refreshed.
    Any clues ? Can we force the cache refresh ?
    We are using Oracle BPM 10.3
    Thanks !
    Best regards,
    Matias.

    Hi Matias,
    PAPI-WS is a PAPI wrapper that exposes PAPI functionality through webservices.
    So, what I told you for PAPI also applies to PAPI-WS.
    Another PAPI (and also PAPI-WS) characteristic is that it doesn't refresh the roles of a participant while it is logged in. If you want to refresh your roles, you have to close your session and log in again. (like in the workspace)
    But... there is a single thing in PAPI-WS that PAPI does not have. That's the session pool.
    PAPI-WS has a session pool so as to avoid opening and closing sessions on every single request.
    So, in PAPI-WS you don't control explicitly the session log out. That's why the "participantCurrent" roles may not get updated.
    The good thing is that PAPI-WS session pool can be configured in papiws.properties.
    There is an interesting property "fuego.papiws.pool.timeout" that specify the session timeout (in minutes).
    The default value is 5 minutes.
    # Session timeout in minutes.
    # Related to the length of the interval between calls from the same user.
    fuego.papiws.pool.timeout=5
    May be you can do reduce that timeout to 1 minute and make the following sequence.
    1) Execute the participantCurrent webservice
    2) Assign a new role to a participant from the process administrator
    3) Execute the participantCurrent webservice (this time, it will show an outdated info)
    4) Wait one minute plus some seconds (the timer has low precision)
    5) Execute the participantCurrent webservice (this time, it should show the updated info)
    Hope this helps,
    Ariel

  • Coudn't Create Workspace from Client

    Hi!
    Some of our developers couldn't create a workspace folder or a workspace from NWDS.
    When they right click on the client (e.g. USER1), the option "Create Workspace Folder" and "Create Workspace" does not exist.
    Their user IDs in the DTR server has the same roles and privileges as compared to the Administrator.  Still, they couldn't create workspaces.
    Please help.
    Regards,
    Erik

    Hi,
    Check this path
    C:\Program Files\SAP\JDT\eclipse\plugins\com.tssap.dtr.client.eclipse.admin there will be a file called plugin.xml.disabeled, rename this file with just plugin.xml, restart the NWDS noe developers can create folders.Subjected to Their user IDs in the DTR server has the same roles and privileges as compared to the Administrator.
    Hope your problem solved.
    Regards,
    RK

  • Error while creating an EAR file in 7.1 version

    Hi All,
    While developing an Adapter module in PI 7.1 version, facing a problem while creating an EAR file.
    Using NWDS 7.1 version
    1) Have developed the code compatible to 7.1 version changes which is not throwing any error while compilation
    2) Have given the jndi info in ejb-j2ee-engine.xml
    3) Also entered info in ejb-jar.xml like
    <?xml version="1.0" encoding="UTF-8"?>
    <ejb-jar xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="ejb-jar_ID"
    version="2.1" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
    http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd">
    <description>EJB JAR description</description>
    <display-name>EJB JAR</display-name>
    <enterprise-beans>
    <session>
    <ejb-name>EncryptModParam</ejb-name>
    <home>com.sap.aii.af.lib.mp.module.ModuleHome</home>
    <remote>com.sap.aii.af.lib.mp.module.ModuleRemote</remote>
    <local-home> com.sap.aii.af.lib.mp.module.ModuleLocalHome</local-home>
    <local>com.sap.aii.af.lib.mp.module.ModuleLocal</local>
    <ejb-class>com.abc.encryption.EncryptModParam</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Container</transaction-type>
    </session>
    </enterprise-beans>
    </ejb-jar>
    Then have clicked on Build project. Its throwing the following error
    Bean Interfaces: Stateless Bean "Encryption" should have atleast one of the following interface pairs: "local" and "localhome", "home" and "remote" or service endpoint interface
    Bean Interfaces: The home interface "com.sap.aii.af.lib.mp.module.ModuleHome" cannot be found in the search path
    Bean Interfaces: The local home interface "com.sap.aii.af.lib.mp.module.ModuleLocalHome" cannot be found in the search path
    Bean Interfaces: The local interface "com.sap.aii.af.lib.mp.module.ModuleLocal" cannot be found in the search path
    Bean Interfaces: The remote interface "com.sap.aii.af.lib.mp.module.ModuleRemote" cannot be found in the search path
    Also I have included the below code in the class file
    @ejbHome <{com.sap.aii.af.lib.mp.module.ModuleHome}>
    @ejbLocal <{com.sap.aii.af.lib.mp.module.ModuleLocal}>
    @ejbLocalHome <{com.sap.aii.af.lib.mp.module.ModuleLocalHome}>
    @ejbRemote <{com.sap.aii.af.lib.mp.module.ModuleRemote}>
    @stateless
    Request to give suggestions to resolve the above problem.
    Thanks in advance.
    Ganesh

    This is what I was looking for: http://maveninjdeveloper.blogspot.com/2012/04/handle-adf-application-maven-ant.html
    It further references:
    - http://docs.oracle.com/cd/E24382_01/user.1112/e17455/deploying_apps.htm#BACIIDEJ
    - http://javaosdev.blogspot.in/2011/12/ojdeploy-documentation-for-tool.html
    The only issue now is that Oracle JDeveloper release 11.1.2.2.0 (version being used) does NOT seem to support Ant while release 11.1.2.1.0 does. This necessitates a further kluge to make things work. The amount of difference between versions of JDeveloper is quite amazing.

  • Problem description: My iMac (early 2008) with OS 10.10.2 runs slow.  I have run EtreCheck several times, and I am unable to move beyond Problem System Launch Agents (11 processes killed due to memory pressure) and Launch Daemons (12 processes killed

    Problem description:
    My iMac (early 2008) with OS 10.10.2 runs slow.  I have run EtreCheck several times, and I am unable to move beyond Problem System Launch Agents (11 processes killed due to memory pressure) and Launch Daemons (12 processes killed).
    EtreCheck version: 2.1.8 (121)
    Report generated April 14, 2015 at 9:50:48 AM EDT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        iMac (24-inch, Early 2008) (Verified)
        iMac - model: iMac8,1
        1 3.06 GHz Intel Core 2 Duo CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR2 SDRAM 800 MHz ok
            BANK 1/DIMM1
                2 GB DDR2 SDRAM 800 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        NVIDIA GeForce 8800 GS - VRAM: 512 MB
            iMac 1920 x 1200
    System Software: ℹ️
        OS X 10.10.2 (14C1510) - Time since boot: 4 days 20:29:22
    Disk Information: ℹ️
        Hitachi HDS721010KLA330 disk0 : (1 TB)
            EFI (disk0s1) <not mounted> : 210 MB
            Mac iBook HD (disk0s2) / : 999.35 GB (521.60 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
        Apple Inc. Built-in iSight
        Apple, Inc. Keyboard Hub
            Apple, Inc Apple Keyboard
        Apple Computer, Inc. IR Receiver
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
    Configuration files: ℹ️
        /etc/sysctl.conf - Exists
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.CallHistoryPluginHelper.plist
        [killed]    com.apple.CallHistorySyncHelper.plist
        [killed]    com.apple.coreservices.appleid.authentication.plist
        [killed]    com.apple.icloud.fmfd.plist
        [killed]    com.apple.Maps.pushdaemon.plist
        [killed]    com.apple.printtool.agent.plist
        [killed]    com.apple.SafariNotificationAgent.plist
        [killed]    com.apple.sbd.plist
        [killed]    com.apple.scopedbookmarkagent.xpc.plist
        [killed]    com.apple.telephonyutilities.callservicesd.plist
        [killed]    com.apple.warmd_agent.plist
        11 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.AssetCacheLocatorService.plist
        [killed]    com.apple.ctkd.plist
        [killed]    com.apple.emond.aslmanager.plist
        [killed]    com.apple.icloud.findmydeviced.plist
        [killed]    com.apple.ifdreader.plist
        [killed]    com.apple.nehelper.plist
        [killed]    com.apple.nesessionmanager.plist
        [killed]    com.apple.periodic-daily.plist
        [killed]    com.apple.periodic-weekly.plist
        [killed]    com.apple.softwareupdate_download_service.plist
        [killed]    com.apple.wdhelper.plist
        [killed]    org.cups.cupsd.plist
        12 processes killed due to memory pressure
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [running]    com.adobe.AdobeCreativeCloud.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [running]    com.arubanetworks.via.NetworkMonitorLaunchd.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [running]    com.spotify.webhelper.plist [Click for support]
    User Login Items: ℹ️
        ChronoSyncBackgrounder    Application  (/Library/Application Support/ChronoSync/ChronoSyncBackgrounder.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        Canon IJ Network Scanner Selector2    Application Hidden (/Library/Printers/Canon/IJScanner/Utilities/Canon IJ Network Scanner Selector2.app)
        Google Drive    Application  (/Applications/Google Drive.app)
    Internet Plug-ins: ℹ️
        Google Earth Web Plug-in: Version: 6.1 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        AdobeExManDetect: Version: AdobeExManDetect 1.1.0.0 - SDK 10.7 [Click for support]
        Flip4Mac WMV Plugin: Version: 3.1.0.24   - SDK 10.8 [Click for support]
        OVSHelper: Version: 1.1 [Click for support]
        AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 [Click for support]
        AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Click for support]
        DivX Web Player: Version: 3.2.4.1250 - SDK 10.6 [Click for support]
        FlashPlayer-10.6: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        Flash Player: Version: 17.0.0.134 - SDK 10.6 Outdated! Update
        iPhotoPhotocast: Version: 7.0
        QuickTime Plugin: Version: 7.7.3
        SharePointBrowserPlugin: Version: 14.4.8 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.20913.0 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: 15.0.0 - SDK 10.10 Check version
    User internet Plug-ins: ℹ️
        WebEx: Version: 1.0 [Click for support]
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
    3rd Party Preference Panes: ℹ️
        Adobe Version Cue CS2  [Click for support]
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
        VIA PrefPane  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
             3%    WindowServer
             3%    Mail
             2%    com.apple.iCloudHelper
             1%    Creative Cloud
             1%    Google Chrome
    Top Processes by Memory: ℹ️
        223 MB    Google Chrome
        150 MB    Finder
        129 MB    Google Chrome Helper
        112 MB    Mail
        69 MB    Google Drive
    Virtual Memory Information: ℹ️
        35 MB    Free RAM
        1.45 GB    Active RAM
        1.45 GB    Inactive RAM
        888 MB    Wired RAM
        27.01 GB    Page-ins
        851 MB    Page-outs

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

  • Problem Creating VirtualProviders Based on the DTP

    Problem Creating VirtualProviders Based on the Data Transfer Process .
    (1) I have created an Data Source(extract structure and extractor) on SYS1. Tested the extractor. It returns data as desired.
    (2) Then I replicated this Data Source to SYS2.
    (3) In SYS1 I created InfoCube(VirtualProvider based on data transfer process for direct access) .
    Till this point I have no issues .
    (4) But after that I am not able to "Create Data Transfer Process"  for this Virtual Infoprovider . When I try to create DTP the DTP type available for selection is "Scheduled" where as per the documentation I need to create DTP of DTP type "DTP for Direct Access".This DTP type I donot see.
    Is it a problem with the BW configuration or some user error.Any suggestions which may help would be realy appreciated.
    Thanks & Regards,
    priyadarshi

    Corrected some typo in my earlier update...
    Problem Creating VirtualProviders Based on the Data Transfer Process .
    (1) I have created an Data Source(extract structure and extractor) on SYS1. Tested the extractor. It returns data as desired.
    (2) Then I replicated this Data Source to SYS2.
    (3) In SYS2 I created InfoCube(VirtualProvider based on data transfer process for direct access) .
    Till this point I have no issues .
    (4) But after that I am not able to "Create Data Transfer Process" for this Virtual Infoprovider . When I try to create DTP the DTP type available for selection is "Standard(Scheduled)" where as per the documentation I need to create DTP of DTP type "DTP for Direct Access".This DTP type I donot see.
    Is it a problem with the BW configuration or some user error.Any suggestions which may help would be realy appreciated.
    Thanks & Regards,
    priyadarshi

  • Problem in COHV with mass processing function Release.

    Hello,Guru's
    I have problem in COHV with mass processing function Release.
    even after execution of COHV the status of Orders remains unchanged.i.e. remain Created instead of Release
      My user require all Orders should release in mass process
    with material availability Check .
    and OPJK setting is
    material availability
    Check availability during order release=X
    Release material = 1(User decides on release if parts are missing)

    > with material availability Check .
    > and OPJK setting is
    > material availability
    >  Check availability during order release=X
    > Release material = 1(User decides on release if parts are missing)
    Hi,
    With these two settings in OPJK, there will not be any impact on COHV.
    Any dates, date ranges you are inputing in the COHV.
    Try with Manually inputing some of the Orders in COHV and in the Foreground you try.
    Afterwards, try with Some selected Orders in the Background..
    You may get the clue for the problem..
    Regards,
    Siva

  • Using Admin Center/Process Administrator inside BPM Studio

    Hi,
    I have a process where we have included many jars and external resources as well as we are using the External Task - Portal for our JSP's? Also the users are such that they cannot be included inside of Studio Users. We therefore cannot test the process within the Studio itself.
    We therefore have to make an EXP file each time we make a change to our process and then deploy it to the ALBPM Server using the Process Administrator to test even a small change made to the process. The deployment takes a long time, sometimes even more than 10 mins.
    We loose a lot of time doing this.
    Is there an easy way to test the changes using the Studio itself without making an EXP file?
    Please remember we need the EXP file and the Server because the JARS and the External Resources , especially the Portal JSP's do not work from within the studio itself..

    I solved the problem and I posted the solution into my blog, visit http://rodrigozuchetto.blogspot.com/

Maybe you are looking for

  • How to convert color tiff into black and white?

    Hey guys, am new to JAI and need to convert a color tiff into black and white, I've gone through google and developed following code. img = JAI.create("fileload","C:/eosimias.tif");                newColorModel = new ComponentColorModel(ColorSpace.ge

  • How to remove trailing spaces in SQL PLUS spool

    Hi, I've requirement to pull data from tables and I'm using sqlplus spool to automate data fetch from various tables: I'm using the following script for the same : set echo off set feedback off set pagesize 0 set linesize 2000 set heading on set trim

  • No need to buy from Canon Authorized Dealer

    Looks like if it's new Canon will provide warranty service. That's good news for everybody, the price from Non Authorized Dealer is usually cheaper!. BigValueInc sold 500 5D III for $2400 last week. http://forums.usa.canon.com/t5/General-Camera-Discu

  • KeSetevent() from kmdf driver DPC @ IRQL_DISPATCH taking from 40uS - 600+ uS

    I have a kmdf driver that sets one of four events created in user space and mapped to kernel space via  ObReferenceObjectByHandle(pEvt,SYNCHRONIZE,ExEventObjectType, UserMode, (PVOID*)&pResetRequestEvent, NULL). The mapped events are set in the kmdf

  • LL01 Warehouse Monitor

    Hi, When Executing LL01 T.Code for Warehouse monitor, I get qty Zero for all the parameters date & time  as two years date.(Say If I execute on 27th Jan 2009, the report gives to 12.03.2007 14:18:41) How to make this to current date? For another WH N