Papi call  of processGetInstances fail

Hi al Gurus,
i have wls 10
and
albpm BEA AquaLogic(TM) BPM Enterprise for Application Server
Versione: 6.0.2
Build: #88812
on host:
Linux anime 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:27:17 EDT 2006 i686 i686 i386 GNU/Linux
Process: /CatalogueMaintainabilityGUI1#Default-1.0 has one instance.
this is my code:
import fuego.papi.InstanceInfo;
import fuego.papi.ProcessServiceSession;
import fuego.papi.OperationException;
import fuego.papi.Arguments;
import fuego.papi.BatchOperationException;
import fuego.papi.ProcessService;
import fuego.papi.CommunicationException;
import fuego.lang.ConnectionPassport;
import java.util.Properties;
public class Papi6Example {
public static void main(String[] args) {
/////////////////// API Initialization ///////////////////
Properties configuration = new Properties();
configuration.setProperty(ProcessService.DIRECTORY_ID, "default");
configuration.setProperty(ProcessService.DIRECTORY_PROPERTIES_FILE, "directory.xml");
configuration.setProperty(ProcessService.WORKING_FOLDER, "/tmp");
Properties systemProperties = System.getProperties();
systemProperties.setProperty("java.naming.factory.initial", "weblogic.jndi.WLInitialContextFactory");
systemProperties.setProperty("java.naming.provider.url", "t3://anime:7001");
try {
ProcessService processService = ProcessService.create(configuration);
/////////////////// Establish a session ///////////////////
ProcessServiceSession session = processService.createSession("test","test", "anime");
System.out.println("Session Created!!!!!!!!!!!!!!!");
/////////////////// Operate with PAPI ///////////////////
for (String processId : session.processesGetIds()) {
System.out.println("\n Process: " + processId);
for (InstanceInfo instance : session.processGetInstances(processId)) {
System.out.println(" -> " + instance.getId());
/////////////////// Close the session ///////////////////
session.close();
/////////////////// Release API Resources ///////////////////
processService.close();
System.out.println("end of work,wait to release.");
} catch (CommunicationException e) {
System.out.println("Could not connect to Directory Service");
e.printStackTrace();
} catch (OperationException e) {
System.out.println("Could not perform the requested operation");
e.printStackTrace();
this is the error:
+ JAVA_HOME=/home/beawls10/bea/jrockit90_150_06/bin
+ echo /home/beawls10/bea/jrockit90_150_06/bin
/home/beawls10/bea/jrockit90_150_06/bin
+ FUEGO_HOME=/home/beabpm60/beabpm60_engine/client/papi/lib
+ DOMAIN_HOME=/home/beawls10/bea/user_projects/domains/albpm/lib
+ CLASSPATH=/home/beabpm60/beabpm60_engine/client/papi/lib/fuegopapi-client.jar:/home/beawls10/bea/user_projects/domains/albpm/lib/wljmsclient.jar
+ cp /home/beabpm60/beabpm60_engine/conf/directory.xml .
+ /home/beawls10/bea/jrockit90_150_06/bin/java -cp .:/home/beabpm60/beabpm60_engine/client/papi/lib/fuegopapi-client.jar:/home/beawls10/bea/user_projects/domains/albpm/lib/wljmsclient.jar Papi6Example
Creating connector [fuego:SQL]
Local folder /tmp/system/Schema33871921663294942/catalogs found.
Loading catalogs from local folder: /tmp/system/Schema33871921663294942/catalogs
0 jars found locally.
[CatalogMgrCache] =======================
Registering CatalogMgr [bea/2008-05-09 16:00:07+02:00] ...CatalogManagerCache 22497214:
Managers:
Counters:
[CatalogMgrCache] =======================
CatalogMgr [bea/2008-05-09 16:00:07+02:00] REGISTERED!CatalogManagerCache 22497214:
Managers:
{bea/2008-05-09 16:00:07+02:00=fuego.util.LocalCatalogManager@161ff3c}
Counters:
Session Created!!!!!!!!!!!!!!!
Process: /CACHECLEAN#Default-1.0
The connection to the JMS Topic engine was completed successfully.
Process: /CatalogueMaintainabilityGUI1#Default-1.0
Process execution engine execution error.
Caused by:
fuego.papi.impl.EngineExecutionException: Process execution engine execution error.
at fuego.papi.impl.j2ee.EJBProcessControlHandler.doInvoke(EJBProcessControlHandler.java:158)
at fuego.papi.impl.j2ee.EJBProcessControlHandler.invoke(EJBProcessControlHandler.java:70)
at $Proxy14.getInstancesForCache(I)[Lfuego.papi.InstanceInfo;(Unknown Source)
        at fuego.papi.impl.j2ee.J2EEInstanceCacheFiller.beginFill(J2EEInstanceCacheFiller.java:58)
        at fuego.papi.impl.InstanceCache.checkFill(InstanceCache.java:359)
        at fuego.papi.impl.InstanceCache.getInstances(InstanceCache.java:230)
        at fuego.papi.impl.ProcessServiceImpl.getInstances(ProcessServiceImpl.java:1427)
        at fuego.papi.impl.ProcessServiceSessionImpl.processGetInstances(ProcessServiceSessionImpl.java:2034)
        at Papi6Example.main(Papi6Example.java:38)
Caused by: org.omg.CORBA.BAD_PARAM:   vmcid: 0x0  minor code: 0  completed: No
        at java.lang.Class.newInstance(I)Ljava.lang.Object;(Unknown Source)
        at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.getSystemException(MessageBase.java:897)
        at com.sun.corba.se.impl.protocol.giopmsgheaders.ReplyMessage_1_2.getSystemException(ReplyMessage_1_2.java:99)
        at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.getSystemExceptionReply(CorbaMessageMediatorImpl.java:572)
        at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.processResponse(CorbaClientRequestDispatcherImpl.java:430)
        at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.marshalingComplete(CorbaClientRequestDispatcherImpl.java:326)
        at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.invoke(CorbaClientDelegateImpl.java:129)
        at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
        at com.sun.org.omg.SendingContext._CodeBaseStub.meta(_CodeBaseStub.java:105)
        at com.sun.corba.se.impl.encoding.CachedCodeBase.meta(CachedCodeBase.java:89)
        at com.sun.corba.se.impl.io.IIOPInputStream.getOrderedDescriptions(IIOPInputStream.java:1276)
        at com.sun.corba.se.impl.io.IIOPInputStream.inputObjectUsingFVD(IIOPInputStream.java:1455)
        at com.sun.corba.se.impl.io.IIOPInputStream.simpleReadObject(IIOPInputStream.java:398)
        at com.sun.corba.se.impl.io.ValueHandlerImpl.readValueInternal(ValueHandlerImpl.java:327)
        at com.sun.corba.se.impl.io.ValueHandlerImpl.readValue(ValueHandlerImpl.java:293)
        at com.sun.corba.se.impl.encoding.CDRInputStream_1_0.read_value(CDRInputStream_1_0.java:1034)
        at com.sun.corba.se.impl.encoding.CDRInputStream.read_value(CDRInputStream.java:253)
        at com.sun.corba.se.impl.io.ValueHandlerImpl.read_Array(ValueHandlerImpl.java:756)
        at com.sun.corba.se.impl.io.ValueHandlerImpl.readValueInternal(ValueHandlerImpl.java:325)
        at com.sun.corba.se.impl.io.ValueHandlerImpl.readValue(ValueHandlerImpl.java:293)
        at com.sun.corba.se.impl.encoding.CDRInputStream_1_0.read_value(CDRInputStream_1_0.java:1034)
        at com.sun.corba.se.impl.encoding.CDRInputStream.read_value(CDRInputStream.java:253)
        at fuego.papi.impl.j2ee._EJBProcessControlInterface_Stub.getInstancesForCache(Lfuego.papi.impl.j2ee.EJBSecureEngineInfo;Ljava.lang.String;I)[Lfuego.papi.InstanceInfo;(Unknown Source)
Could not perform the requested operation
fuego.papi.impl.EngineExecutionException: Process execution engine execution error.
        at fuego.papi.impl.j2ee.EJBProcessControlHandler.doInvoke(EJBProcessControlHandler.java:158)
        at fuego.papi.impl.j2ee.EJBProcessControlHandler.invoke(EJBProcessControlHandler.java:70)
        at $Proxy14.getInstances()[Lfuego.papi.InstanceInfo;(Unknown Source)
        at fuego.papi.impl.InstanceCache.getInstances(InstanceCache.java:247)
        at fuego.papi.impl.ProcessServiceImpl.getInstances(ProcessServiceImpl.java:1427)
        at fuego.papi.impl.ProcessServiceSessionImpl.processGetInstances(ProcessServiceSessionImpl.java:2034)
        at Papi6Example.main(Papi6Example.java:38)
Caused by: org.omg.CORBA.BAD_PARAM:   vmcid: 0x0  minor code: 0  completed: No
        at java.lang.Class.newInstance(I)Ljava.lang.Object;(Unknown Source)
        at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.getSystemException(MessageBase.java:897)
        at com.sun.corba.se.impl.protocol.giopmsgheaders.ReplyMessage_1_2.getSystemException(ReplyMessage_1_2.java:99)
        at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.getSystemExceptionReply(CorbaMessageMediatorImpl.java:572)
        at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.processResponse(CorbaClientRequestDispatcherImpl.java:430)
        at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.marshalingComplete(CorbaClientRequestDispatcherImpl.java:326)
        at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.invoke(CorbaClientDelegateImpl.java:129)
        at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
        at com.sun.org.omg.SendingContext._CodeBaseStub.meta(_CodeBaseStub.java:105)
        at com.sun.corba.se.impl.encoding.CachedCodeBase.meta(CachedCodeBase.java:89)
        at com.sun.corba.se.impl.io.IIOPInputStream.getOrderedDescriptions(IIOPInputStream.java:1276)
        at com.sun.corba.se.impl.io.IIOPInputStream.inputObjectUsingFVD(IIOPInputStream.java:1455)
        at com.sun.corba.se.impl.io.IIOPInputStream.simpleReadObject(IIOPInputStream.java:398)
        at com.sun.corba.se.impl.io.ValueHandlerImpl.readValueInternal(ValueHandlerImpl.java:327)
        at com.sun.corba.se.impl.io.ValueHandlerImpl.readValue(ValueHandlerImpl.java:293)
        at com.sun.corba.se.impl.encoding.CDRInputStream_1_0.read_value(CDRInputStream_1_0.java:1034)
        at com.sun.corba.se.impl.encoding.CDRInputStream.read_value(CDRInputStream.java:253)
        at com.sun.corba.se.impl.io.ValueHandlerImpl.read_Array(ValueHandlerImpl.java:756)
        at com.sun.corba.se.impl.io.ValueHandlerImpl.readValueInternal(ValueHandlerImpl.java:325)
        at com.sun.corba.se.impl.io.ValueHandlerImpl.readValue(ValueHandlerImpl.java:293)
        at com.sun.corba.se.impl.encoding.CDRInputStream_1_0.read_value(CDRInputStream_1_0.java:1034)
        at com.sun.corba.se.impl.encoding.CDRInputStream.read_value(CDRInputStream.java:253)
        at fuego.papi.impl.j2ee._EJBProcessControlInterface_Stub.getInstances(Lfuego.papi.impl.j2ee.EJBSecureEngineInfo;Ljava.lang.String;)[Lfuego.papi.InstanceInfo;(Unknown Source)
Can someone help me?
thanks a lot.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Change ProcessServiceSession session = processService.createSession("test","test", "anime"); to ProcessServiceSession session = processService.createSession("test","test", "/anime");

Similar Messages

  • My iphone 5 won't make a call when i fail to connect to the internet via 3g

    My iphone 5 won't call when i fail to connect to the internet via 3g.
    At work i dont have wifi i have 3g, if i launch say the sky go app,or the iplayer, sometimes they work and everything is fine...sometimes they wont load as 3g for whatever reason cant get a connection at that particular time........ if i then try and make a call the call will fail. I've experimented 25 + times and this is definately the cause.
    (note: when the 3g connection does work, the phone has absolutely no problem calling people)
    Anyone had this problem?
    Even better has anyone got a solution?
    Thanks,
    Nick.

    Are you sure that the carrier's signal is strong where you are having this problem? Certain building structures and locations have poor cellular signal strength and this often results in the "No Service" indication. Are other users able to get service in the same locations where you have problems?

  • UPGRADE : RFC call to subst_save_upgeval_db failed with key UPDATE_ERROR

    Hello.
    We are upgrading our NW 7.01 to NW 7.3 ABAP.
    In Postprocessing phase MAIN_POSTP/CREATE_UPGEVAL we encounter the following error:
    ERROR: RFC of "subst_save_upgeval_db" failed
    key: ERROR UPDATE
    message: EXCEPTION UPDATE_ERROR RAISED
    Here is the troubleshooting ticket:
    This trouble ticket was created by SAPup on 20111125120155
    SAPup broke during phase CREATE_UPGEVAL in module MAIN_POSTP / Post Processing
    Error Message: RFC call to subst_save_upgeval_db failed with key UPDATE_ERROR (UPDATE_ERROR): EXCEPTION UPDATE_ERROR RAISED
    Summary of SAPup:
    SAPehpi Release:        lmt_002
    SAPehpi Version:        SAPup release lmt_002 version 41.001
    Start Release:          701
    Target Release:         730
    Summary of host system details:
    SID:                    TA1
    Host:                   sapta1
    MS Host:                sapta1
    GW Host:                sapta1
    Start Path:             /usr/sap/TA1/DVEBMGS02/exe
    Kernel Path:            /usr/sap/TA1/DVEBMGS02/exe
    Summary of operating system details:
    OS Type:                Linux X86_64
    OS Version:             2.5
    Summary of database details:
    Database Type:          ora
    Database Version:       11.2.0.2.0
    Summary of RFC details:
    Host:                   sapta1
    GW Host:                sapta1
    Client:                 000
    Destination:            TA1
    Language:
    System No.:             02
    here is the PHASES.LOG:
    1 ETQ201 Entering upgrade-phase "CREATE_UPGEVAL" ("20111125120352")
    4 ETQ399 Set environment for standard connect:
    2 ETQ367 Connect variables are set for standard instance access
    4 ETQ399 System-nr = '02', GwService = 'sapgw02'
    4 ETQ399 Environment variables:
    4 ETQ399   dbs_ora_schema=SAPSR3
    4 ETQ399   auth_shadow_upgrade=0
    1 ETQ200 Executing actual phase 'MAIN_POSTP/CREATE_UPGEVAL'.
    1 ETQ399 Phase arguments:
    2 ETQ399 Arg[0] = 'STORE_DB'
    4 ETQ359 RFC Login to: System="TA1", Nr="02", GwHost="sapta1", GwService="sapgw02"
    4 ETQ232 RFC Login succeeded
    Do you have anu ideas ?

    Here is the dev_rd log:
    Fri Nov 25 14:07:04 2011
    ***LOG S23=> GwIDisconnectClient, client disconnected (020) [gwxxrd.c     10423]
    ***LOG S74=> GwIDisconnectClient, client disconnected ( sapta1) [gwxxrd.c     10434]
    ***LOG S0R=> GwIDisconnectClient, client disconnected () [gwxxrd.c     10451]
    ***LOG S0I=> GwIDisconnectClient, client disconnected ( SAPCPIC) [gwxxrd.c     10464]
    LOCATION    SAP-Gateway on host sapta1.sap.fr.alten.com / sapgw02
    ERROR       connection to partner 'localhost.localdomain:0' broken
    TIME        Fri Nov 25 14:07:04 2011
    RELEASE     720
    COMPONENT   NI (network interface)
    VERSION     40
    RC          -6
    MODULE      nixxi.cpp
    LINE        4850
    DETAIL      NiIRead: 127.0.0.1:0
    SYSTEM CALL recv
    COUNTER     58

  • RFC call to spda_get_stack_info failed.

    Hi All,
    When carry out the system upgrade from 47x200 to 701 EHP4 SR1,
    has a error in get stack info in the preparation step.
    From windows 2003 x32 MSsql 2000 upgrade to windows 2008 R2 and MS sql 2008 R2.
    Error message set: 'RFC call to spda_get_stack_info failed with key
    RFC_ERROR_SYSTEM_FAILURE (SYSTEM_FAILURE): Error ST_MATCH_FAIL occured.
    P1=element-start P2=sp-stacks P3= P4=element-start P5=SMSDXML P6='
    Thanks.

    Hello,
    this error is happening because you're using an old version of SAPup and/or an old version of the Upgrade FIX file. Please make sure you're running the very last version of these files and repeat the process from the beggining.
    Also the file ../EPS/in/SMSDXML.xml is actually not the XML file you want to use, it is a for R/3 release with
    SAP_BASIS 4.x, the EHP stack configuration for start releses 6.20 and higher, these text files do not match anymore.
    This can contribute for EHP_INCLUSION phase failing. Have you renamed it? It usually is a long file name, for example: SMSDXML_EP1_20111002154601.221.xml. Please make sure you or someone have not made manual changes in this xml.
    I hope this information helps.
    Best regards,
    Tomas Black

  • [Solved] Pacman errors: "call to execv failed", system not booting

    Recent upgrade (yesterday) - problems went like this:
    1) pacman -Syu attempted "filesystem" upgrade and threw errors about some directories in /usr/local being 775 not 755.
    2) that was because I had a non-standard package in there. I changed just those relevant directories to 755.
    3) reattempted pacman -Syu but got a bunch of errors: "call to execv failed"
    4) system was immediately borked. Reboot now throws me into a shell.
    This is a 32 bit system.
    Any ideas and help would be greatly appreciated.
    Last edited by lagagnon (2013-01-30 19:10:24)

    Solved my problem with the following method:
    1) used Arch LiveCD. Mounted boot and / partitions
    2) pacman -r /path/to/root -Syyu glibc filesystem
    3) reboot gave "Unable to find root device error"
    4) ran LiveCD again following these instructions: https://wiki.archlinux.org/index.php/Pa … onger_boot

  • RFC Sender Adapter error " Call to messaging failed"

    Hi,
    I have been trying the RFC-> XI->File scenario.When I execute RFC using se37 transaction
    on R/3 box,it gives the error " Call to messaging failed:
    com.sap.aii.af.ra.ms.api.DeliveryException".
    I have looked at msg in XI server using SXMB_Moni transaction.I found that,program is unable
    to find the interface mapping function (Mapping between RFC and Inbound interface).
    I have done the following settings:
    For Sender :
    1.RFC is being used as outbound Interface.
    2.Imported RFC from R/3.
    3. The R/3 functionality is to retrieve records.
    For Receiver:
    1.Defined Inbound ,Async. Interface.
    2.Defined Data Type and Msg type
    3.Defined Fault Message type
    Mappings:
    1. Message Mapping is defined for Inbound Message(From RFC) and Outbound Message
    2. Source Interface(ZRFC) and target Interface(Inbound Interface) mapping is defined.In this mapping I am unbale to defined Mapping for Response and Fault.I have just deifned for Request as tabs are not gettting enabled after click of 'Read Interface'.
    All necessary configurations have been done in Intergration Directory.
    I am getting XML message at receiver at without data where rfc retireves two records.Why this is not being done?
    As there is no mapping for Fault message of Inbound interface with RFC interface,I think mapping no found error is coming.
    PS. I have not done the message mapping between ZRFC.Response and Inbound Message.
    Please comment,where I have gone wrong.
    Thanks & Regards,
    HImanshu

    Hi,
    I don't know if the info below will solve your problem.  Your scenario is an asynch scenario, therefore, the RFC must be executed as a qRFC.  SE37 executes the RFC as synch.
    To execute the RFC as asynch, you must tested with a report (se38):
    The RFC must be executed as a qRFC.
    data: DEST LIKE RFCDES-RFCDEST VALUE 'MY_RFC_DEST'.
    CALL ‘RFC’
         IN BACKGROUND TASK
         DESTINATION DEST
         EXPORTING
    COMMIT WORK.
    The ‘COMMIT WORK’ is required to send the RFC.
    Regards,
    Bill

  • Error: Call to utl_http failed (WWS-32136)

    Error: Call to utl_http failed (WWS-32136)
    ORA-1: User-Defined Exception (WWC-36000)
    I get this error when trying to add a second item to a subfolder in a content area. I want (nothing is ever needed in software) to have a "Links" link in a content area that is displayed in a portlet that opens a separate window of pre-defined links that users can not change or add to. Apparently, subfolders don't work. I would like to keep the Links information managed in the content area.
    Also, after adding the first item to a subfolder the edit folder page is not displayed properly. Broken images are all over the page and the browser never stops loading. These are links that are displayed directly in the folder (subfolder). We are using 3.09 with 8.1.7.1.1.

    I solved this problem.
    There is a table called wwv_things (portal30) where u can modify the column 'inplace' to '0' where the value is '1', then all works.

  • Kdm call to inusertemp failed - related to vfat partition type

    i received the message
    kdm call to inusertemp failed (temp directories full?) check your installation
    upon a fresh arch/kdm installation after trying to change permissions to the /tmp directory
    # chmod -R 1777 /tmp
    i noticed that one file was still 700, it was the file that contained the error message that led to the problem.  the file is
    /tmp/xerr-[username]-:0
    this file clearly states that its unable to create home/[username]/.kde4 among other directories, permission denied. 
    then i check permissions on my user directory, and it was owned by user:group root:root.  so somehow when the directory it received root permissions to the directory.
    upon further inspection, i am realizing, since this is a vfat partition type, its related to the way vfat partitions mount i guess. Can somebody tell me what i might need to do so that when i create the next user the permissions are set correctly in the first place?
    when trying to change the permissions
    # chown -R [username]:users /home/[username]
    results in an error
    chown: changing ownership of ./home/wolfdogg/.bash_profile.: Operation Not permitted
    i was looking into this post https://bbs.archlinux.org/viewtopic.php … 58#p562358 and it looks like it might be part of the solution, can anybody help me make sense out of this?  do i need to mount the vfat partition differently in order for it to work properly as a home directory?   Is there another partition type i can use to share it with windows 7?  i wanted to set it as an ntfs partition type initially but i didnt see that as an option in either gparted, or fdisk, and couldnt figure any other way than making it a vfat.
    Last edited by wolfdogg (2012-07-14 19:32:02)

    I just did a new installon one of my systems.  Everything up to date.  My account I made during installation works perfectly.  However, I'm getting this error when I create a new user account and try to login to KDE.  I've started doing some searching, but so far nothing I have found has fixed it.  I'm new to Arch myself so I'm doing as much reading as I can.  Hopefully, an answer will present itself.

  • "Call to SQLExecDirect failed with %1"

    Cross post from Windows Server 2008 Forums (MSFT Suggestion).  Original Post:
    I am trying to set up Perfmon to log directly to a SQL 2008 Server
    (trying to avoid binary file + relog).  The SQL server is running
    locally on the same server I am trying to record perf counters from. 
    Note that I am NOT using SQL 2008's data collection features, and I am
    trying to log non-sql related counters.
    I set up a SQL 2008
    Native Client System DSN with Windows Authentication, but when I try
    and start my data collecter set I get an error message  that "Call to
    SQLExecDirect failed with %1", and the in event viewer I get "Call to
    SQLExecDirect failed with .".  The set is running as System, which has
    rights to the database.  SQL does not log any errors or a failed logon
    attempt.
    The ODBC DNS 'Test' button says it connected successfully, and I am
    able to connect to the same database via Management Studio and ASP.Net.  I don't think its a SQL problem, but its hard to say when the error message is blank.
    Any help fixing this, or ruling out SQL as the problem, would be appreciated.
    Joe

    Trying to figure this out, I dumped a binary log and tried using relog.
    I get "Error: A SQL failure occurred. Check the application event log for any errors."  It does create the three tables in the SQL database, so it is connecting with a sucessful logon.  Checking the app log, I see "Call to SQLExecDirect failed with Ȁ."  The raw view has "02000x800000000000007433Application<ServerFQDN>Ȁ0000".
    This is a Server 2008 box connecting to a local SQL 2008 server using a System DSN with the SQL 2008 Native Client provider.

  • CONC-SM TNS FAIL Call to PingProcess failed for IEMDPDEV

    Concurrent manager internal log file showing error CONC-SM TNS FAIL Call to PingProcess failed for IEMDPDEV after application startup and showing status "System Hold or Fix Manager" in system administrator> administer. When ICM Fixed from administer Concurrent manager its start works and no error found in manager log file.
    We have a RAC based environment and getting cold backup of application & database everyday after a shutdown of application and database.
    This is our production environment we only face this issue in our production environment and no recent changes made or patch applied on environment.
    Internal manager log file
    Shutting down Internal Concurrent Manager : 13-OCT-2014 01:31:32
    13-OCT-2014 01:31:32
    The ICM has lost its database connection and is shutting down.
    Spawning reviver process to restart the ICM when the database becomes available again.
    Spawned reviver process 30597.
    List of errors encountered:
    _ 1 _
    Routine AFPCMT encountered an ORACLE error. ORA-03114: not connected
    to ORACLE
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 2 _
    Routine AFPSMG encountered an ORACLE error. ORA-03114: not connected
    to ORACLE
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 3 _
    Routine FDPCRQ encountered an ORACLE error. ORA-03113: end-of-file on
    communication channel
    Review your error messages for the cause of the error. (=<POINTER>)
    APP-FND-01388: Cannot read value for profile option FND_MGR_STRTUP_THRES_TIME in routine &ROUTINE.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The PROD_1004@PROD internal concurrent manager has terminated with status 1 - giving up.
    ========================================================================
    Starting PROD_1004@PROD Internal Concurrent Manager -- shell process ID 8210
              logfile=/u01/oracle/inst/apps/PROD_prodapps/logs/appl/conc/log/PROD_1004.mgr
              PRINTER=noprint
               mailto=oracle
              restart=N
                 diag=N
                sleep=30
                 pmon=4
               quesiz=1
              Reviver is ENABLED
    +---------------------------------------------------------------------------+
    Application Object Library: Concurrent Processing version 11.5
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    Internal Concurrent Manager started : 13-OCT-2014 08:02:25
    +---------------------------------------------------------------------------+
                       Process monitor session started : 13-OCT-2014 08:02:25
    CONC-SM TNS FAIL
    Call to PingProcess failed for IEMDPDEV
    13-OCT-2014 08:02:26 - Node:(PRODAPPS), Service Manager:(FNDSM_PRODAPPS_PROD) currently unreachable by TNS
                         Process monitor session ended : 13-OCT-2014 08:02:26
                       Process monitor session started : 13-OCT-2014 08:04:26
    CONC-SM TNS FAIL
    Call to PingProcess failed for IEMDPDEV
                         Process monitor session ended : 13-OCT-2014 08:04:26
                       Process monitor session started : 13-OCT-2014 08:06:26
    CONC-SM TNS FAIL
    Call to PingProcess failed for IEMDPDEV
                         Process monitor session ended : 13-OCT-2014 08:06:26
                       Process monitor session started : 13-OCT-2014 08:08:26
    CONC-SM TNS FAIL
    Call to PingProcess failed for IEMDPDEV
                         Process monitor session ended : 13-OCT-2014 08:08:26
                       Process monitor session started : 13-OCT-2014 08:10:26
    CONC-SM TNS FAIL
    Call to PingProcess failed for IEMDPDEV
                         Process monitor session ended : 13-OCT-2014 08:10:26
                       Process monitor session started : 13-OCT-2014 08:12:26
    CONC-SM TNS FAIL
    Call to PingProcess failed for IEMDPDEV
                         Process monitor session ended : 13-OCT-2014 08:12:26
                       Process monitor session started : 13-OCT-2014 08:14:26
    CONC-SM TNS FAIL
    Call to PingProcess failed for IEMDPDEV
                         Process monitor session ended : 13-OCT-2014 08:14:26
                       Process monitor session started : 13-OCT-2014 08:16:26
    CONC-SM TNS FAIL
    Call to PingProcess failed for IEMDPDEV
                         Process monitor session ended : 13-OCT-2014 08:16:27
                       Process monitor session started : 13-OCT-2014 08:18:27
    CONC-SM TNS FAIL
    Call to PingProcess failed for IEMDPDEV
                         Process monitor session ended : 13-OCT-2014 08:18:27
                       Process monitor session started : 13-OCT-2014 08:20:27
    CONC-SM TNS FAIL
    Call to PingProcess failed for IEMDPDEV
                         Process monitor session ended : 13-OCT-2014 08:20:27
                       Process monitor session started : 13-OCT-2014 08:22:27
    CONC-SM TNS FAIL
    Call to PingProcess failed for IEMDPDEV
                         Process monitor session ended : 13-OCT-2014 08:22:27
                       Process monitor session started : 13-OCT-2014 08:24:27
    CONC-SM TNS FAIL
    Call to PingProcess failed for IEMDPDEV
                         Process monitor session ended : 13-OCT-2014 08:24:27
                       Process monitor session started : 13-OCT-2014 08:26:27
    CONC-SM TNS FAIL
    Call to PingProcess failed for IEMDPDEV
                         Process monitor session ended : 13-OCT-2014 08:26:27
                       Process monitor session started : 13-OCT-2014 08:28:27
    CONC-SM TNS FAIL
    Call to PingProcess failed for IEMDPDEV
                         Process monitor session ended : 13-OCT-2014 08:28:27
                       Process monitor session started : 13-OCT-2014 08:30:27
                         Process monitor session ended : 13-OCT-2014 08:30:28
                       Process monitor session started : 13-OCT-2014 08:32:28
                         Process monitor session ended : 13-OCT-2014 08:32:28
                       Process monitor session started : 13-OCT-2014 08:34:28
                         Process monitor session ended : 13-OCT-2014 08:34:28
                       Process monitor session started : 13-OCT-2014 08:36:28
                         Process monitor session ended : 13-OCT-2014 08:36:28
                       Process monitor session started : 13-OCT-2014 08:38:28
                         Process monitor session ended : 13-OCT-2014 08:38:28
                       Process monitor session started : 13-OCT-2014 08:40:28
                         Process monitor session ended : 13-OCT-2014 08:40:28
                       Process monitor session started : 13-OCT-2014 08:42:28
                         Process monitor session ended : 13-OCT-2014 08:42:28
                       Process monitor session started : 13-OCT-2014 08:44:28
                         Process monitor session ended : 13-OCT-2014 08:44:28
                       Process monitor session started : 13-OCT-2014 08:46:28
                         Process monitor session ended : 13-OCT-2014 08:46:28
                       Process monitor session started : 13-OCT-2014 08:48:28
                         Process monitor session ended : 13-OCT-2014 08:48:29
                       Process monitor session started : 13-OCT-2014 08:50:29
                         Process monitor session ended : 13-OCT-2014 08:50:29
                       Process monitor session started : 13-OCT-2014 08:52:29
                         Process monitor session ended : 13-OCT-2014 08:52:29
                       Process monitor session started : 13-OCT-2014 08:54:29
                         Process monitor session ended : 13-OCT-2014 08:54:29
                       Process monitor session started : 13-OCT-2014 08:56:29
                         Process monitor session ended : 13-OCT-2014 08:56:29
                       Process monitor session started : 13-OCT-2014 08:58:29
                         Process monitor session ended : 13-OCT-2014 08:58:29
                       Process monitor session started : 13-OCT-2014 09:00:29
                         Process monitor session ended : 13-OCT-2014 09:00:29
                       Process monitor session started : 13-OCT-2014 09:02:29
                         Process monitor session ended : 13-OCT-2014 09:02:29
                       Process monitor session started : 13-OCT-2014 09:04:29
                         Process monitor session ended : 13-OCT-2014 09:04:29
                       Process monitor session started : 13-OCT-2014 09:06:29
                         Process monitor session ended : 13-OCT-2014 09:06:30
                       Process monitor session started : 13-OCT-2014 09:08:30
                         Process monitor session ended : 13-OCT-2014 09:08:30
                       Process monitor session started : 13-OCT-2014 09:10:30
                         Process monitor session ended : 13-OCT-2014 09:10:30
                       Process monitor session started : 13-OCT-2014 09:12:30
                         Process monitor session ended : 13-OCT-2014 09:12:30
                       Process monitor session started : 13-OCT-2014 09:14:30
                         Process monitor session ended : 13-OCT-2014 09:14:30
                       Process monitor session started : 13-OCT-2014 09:16:30
                         Process monitor session ended : 13-OCT-2014 09:16:30
                       Process monitor session started : 13-OCT-2014 09:18:30
                         Process monitor session ended : 13-OCT-2014 09:18:30
                       Process monitor session started : 13-OCT-2014 09:20:30
                         Process monitor session ended : 13-OCT-2014 09:20:30
                       Process monitor session started : 13-OCT-2014 09:22:30
                         Process monitor session ended : 13-OCT-2014 09:22:30
                       Process monitor session started : 13-OCT-2014 09:24:30
                         Process monitor session ended : 13-OCT-2014 09:24:30
                       Process monitor session started : 13-OCT-2014 09:26:30
                         Process monitor session ended : 13-OCT-2014 09:26:30
                       Process monitor session started : 13-OCT-2014 09:28:30
                         Process monitor session ended : 13-OCT-2014 09:28:30
                       Process monitor session started : 13-OCT-2014 09:30:30
                         Process monitor session ended : 13-OCT-2014 09:30:31
                       Process monitor session started : 13-OCT-2014 09:32:31
                         Process monitor session ended : 13-OCT-2014 09:32:31
                       Process monitor session started : 13-OCT-2014 09:34:31
                         Process monitor session ended : 13-OCT-2014 09:34:31
                       Process monitor session started : 13-OCT-2014 09:36:31
                         Process monitor session ended : 13-OCT-2014 09:36:31
    13-OCT-2014 09:38:31
    Request  : 1393181
    Priority : 0
    Program  : 0/3
    State    : Q
                       Process monitor session started : 13-OCT-2014 09:38:31
    Starting FNDCRM Concurrent Manager                 : 13-OCT-2014 09:38:31
                         Process monitor session ended : 13-OCT-2014 09:38:31
    13-OCT-2014 09:38:31
    Request  : 1393182
    Priority : 0
    Program  : 0/3
    State    : Q
                       Process monitor session started : 13-OCT-2014 09:38:31
    Starting FNDCRM Concurrent Manager                 : 13-OCT-2014 09:38:31
    Starting AMSDMIN Concurrent Manager                : 13-OCT-2014 09:38:31
                         Process monitor session ended : 13-OCT-2014 09:38:31
    13-OCT-2014 09:38:31
    Request  : 1393183
    Priority : 0
    Program  : 0/3
    State    : Q
                       Process monitor session started : 13-OCT-2014 09:38:31
    Starting C_AQCT_SVC Concurrent Manager             : 13-OCT-2014 09:38:31
                         Process monitor session ended : 13-OCT-2014 09:38:32
    13-OCT-2014 09:38:32
    Request  : 1393184
    Priority : 0
    Program  : 0/3
    State    : Q
                       Process monitor session started : 13-OCT-2014 09:38:32
    Starting DownloadProcessorMigrationMode Concurrent Manager : 13-OCT-2014 09:38:32
                         Process monitor session ended : 13-OCT-2014 09:38:32
    13-OCT-2014 09:38:32
    Request  : 1393185
    Priority : 0
    Program  : 0/3
    State    : Q
                       Process monitor session started : 13-OCT-2014 09:38:32
                         Process monitor session ended : 13-OCT-2014 09:38:32
    13-OCT-2014 09:38:32
    Request  : 1393186
    Priority : 0
    Program  : 0/3
    State    : Q
                       Process monitor session started : 13-OCT-2014 09:38:32
    Found dead process: spid=(10691), cpid=(282513), ORA pid=(39), manager=(0/4)
    Found dead process: spid=(10694), cpid=(282514), ORA pid=(40), manager=(0/4)
    Starting FFTM Concurrent Manager                   : 13-OCT-2014 09:38:32
    Starting FNDCRM Concurrent Manager                 : 13-OCT-2014 09:38:32
                         Process monitor session ended : 13-OCT-2014 09:38:32
    13-OCT-2014 09:38:32
    Request  : 1393187
    Priority : 0
    Program  : 0/3
    State    : Q
                       Process monitor session started : 13-OCT-2014 09:38:32
    Starting FFTM Concurrent Manager                   : 13-OCT-2014 09:38:32
    Starting FNDCPOPP Concurrent Manager               : 13-OCT-2014 09:38:32
                         Process monitor session ended : 13-OCT-2014 09:38:32
    13-OCT-2014 09:38:32
    Request  : 1393188
    Priority : 0
    Program  : 0/3
    State    : Q
                       Process monitor session started : 13-OCT-2014 09:38:33
    Starting FTE_TXN_MANAGER Concurrent Manager        : 13-OCT-2014 09:38:33
                         Process monitor session ended : 13-OCT-2014 09:38:33
    13-OCT-2014 09:38:33
    Request  : 1393189
    Priority : 0
    Program  : 0/3
    State    : Q
                       Process monitor session started : 13-OCT-2014 09:38:33
    Starting IEU_SH_CS Concurrent Manager              : 13-OCT-2014 09:38:33
                         Process monitor session ended : 13-OCT-2014 09:38:33
    13-OCT-2014 09:38:33
    Request  : 1393190
    Priority : 0
    Program  : 0/3
    State    : Q
                       Process monitor session started : 13-OCT-2014 09:38:33
    Starting IEU_WL_CS Concurrent Manager              : 13-OCT-2014 09:38:33
                         Process monitor session ended : 13-OCT-2014 09:38:33
    13-OCT-2014 09:38:33
    Request  : 1393191
    Priority : 0
    Program  : 0/3
    State    : Q
                       Process monitor session started : 13-OCT-2014 09:38:33
    Starting INVMGR Concurrent Manager                 : 13-OCT-2014 09:38:33
                         Process monitor session ended : 13-OCT-2014 09:38:33
    13-OCT-2014 09:38:33
    Request  : 1393192
    Priority : 0
    Program  : 0/3
    State    : Q
                       Process monitor session started : 13-OCT-2014 09:38:33
    Starting INVTMRPM Concurrent Manager               : 13-OCT-2014 09:38:33
    Starting INVMGR Concurrent Manager                 : 13-OCT-2014 09:38:33
                         Process monitor session ended : 13-OCT-2014 09:38:33
    13-OCT-2014 09:38:33
    Request  : 1393193
    Priority : 0
    Program  : 0/3
    State    : Q
                       Process monitor session started : 13-OCT-2014 09:38:33
    Starting INVTMRPM Concurrent Manager               : 13-OCT-2014 09:38:33
    Starting OAMCOLMGR Concurrent Manager              : 13-OCT-2014 09:38:33
                         Process monitor session ended : 13-OCT-2014 09:38:33
    13-OCT-2014 09:38:33
    Request  : 1393194
    Priority : 0
    Program  : 0/3
    State    : Q
                       Process monitor session started : 13-OCT-2014 09:38:33
    Starting OAMGCS_PRODAPPS Concurrent Manager        : 13-OCT-2014 09:38:34
                         Process monitor session ended : 13-OCT-2014 09:38:34
    13-OCT-2014 09:38:34
    Request  : 1393195
    Priority : 0
    Program  : 0/3
    State    : Q
                       Process monitor session started : 13-OCT-2014 09:38:34
    Starting PASMGR Concurrent Manager                 : 13-OCT-2014 09:38:34
                         Process monitor session ended : 13-OCT-2014 09:38:34
    13-OCT-2014 09:38:34
    Request  : 1393196
    Priority : 0
    Program  : 0/3
    State    : Q
                       Process monitor session started : 13-OCT-2014 09:38:34
    Starting PODAMGR Concurrent Manager                : 13-OCT-2014 09:38:34
    Starting PASMGR Concurrent Manager                 : 13-OCT-2014 09:38:34
                         Process monitor session ended : 13-OCT-2014 09:38:34
    13-OCT-2014 09:38:34
    Request  : 1393197
    Priority : 0
    Program  : 0/3
    State    : Q
                       Process monitor session started : 13-OCT-2014 09:38:34
    Starting RCVOLTM Concurrent Manager                : 13-OCT-2014 09:38:34
    Starting PODAMGR Concurrent Manager                : 13-OCT-2014 09:38:34
                         Process monitor session ended : 13-OCT-2014 09:38:34
    13-OCT-2014 09:38:34
    Request  : 1393198
    Priority : 0
    Program  : 0/3
    State    : Q
                       Process monitor session started : 13-OCT-2014 09:38:34
    Starting RCVOLTM Concurrent Manager                : 13-OCT-2014 09:38:34
    Starting STANDARD Concurrent Manager               : 13-OCT-2014 09:38:34
    Starting STANDARD Concurrent Manager               : 13-OCT-2014 09:38:34
    Starting STANDARD Concurrent Manager               : 13-OCT-2014 09:38:34
    Starting STANDARD Concurrent Manager               : 13-OCT-2014 09:38:34
    Starting STANDARD Concurrent Manager               : 13-OCT-2014 09:38:34
    Starting STANDARD Concurrent Manager               : 13-OCT-2014 09:38:34
    Starting STANDARD Concurrent Manager               : 13-OCT-2014 09:38:34
    Starting STANDARD Concurrent Manager               : 13-OCT-2014 09:38:34
    Starting STANDARD Concurrent Manager               : 13-OCT-2014 09:38:34
    Starting STANDARD Concurrent Manager               : 13-OCT-2014 09:38:34
                         Process monitor session ended : 13-OCT-2014 09:38:34
    13-OCT-2014 09:38:34
    Request  : 1393199
    Priority : 0
    Program  : 0/3
    State    : Q
                       Process monitor session started : 13-OCT-2014 09:38:34
    Starting WFALSNRSVC Concurrent Manager             : 13-OCT-2014 09:38:34
    Starting STANDARD Concurrent Manager               : 13-OCT-2014 09:38:34
    Starting STANDARD Concurrent Manager               : 13-OCT-2014 09:38:35
    Starting STANDARD Concurrent Manager               : 13-OCT-2014 09:38:35
    Starting STANDARD Concurrent Manager               : 13-OCT-2014 09:38:35
    Starting STANDARD Concurrent Manager               : 13-OCT-2014 09:38:35
    Starting STANDARD Concurrent Manager               : 13-OCT-2014 09:38:35
    Starting STANDARD Concurrent Manager               : 13-OCT-2014 09:38:35
    Starting STANDARD Concurrent Manager               : 13-OCT-2014 09:38:35
    Starting STANDARD Concurrent Manager               : 13-OCT-2014 09:38:35
                         Process monitor session ended : 13-OCT-2014 09:38:35
    13-OCT-2014 09:38:35
    Request  : 1393200
    Priority : 0
    Program  : 0/3
    State    : Q
                       Process monitor session started : 13-OCT-2014 09:38:35
    Starting WFMLRSVC Concurrent Manager               : 13-OCT-2014 09:38:35
                         Process monitor session ended : 13-OCT-2014 09:38:35
    13-OCT-2014 09:38:35
    Request  : 1393201
    Priority : 0
    Program  : 0/3
    State    : Q
                       Process monitor session started : 13-OCT-2014 09:38:35
    Starting WFWSSVC Concurrent Manager                : 13-OCT-2014 09:38:35
                         Process monitor session ended : 13-OCT-2014 09:38:35
    13-OCT-2014 09:38:35
    Request  : 1393202
    Priority : 0
    Program  : 0/3
    State    : Q
                       Process monitor session started : 13-OCT-2014 09:38:35
    Starting WMSTAMGR Concurrent Manager               : 13-OCT-2014 09:38:35
                         Process monitor session ended : 13-OCT-2014 09:38:35
                       Process monitor session started : 13-OCT-2014 09:40:05
                         Process monitor session ended : 13-OCT-2014 09:40:05
                       Process monitor session started : 13-OCT-2014 09:42:05
    Regards
    Usman

    Below is the solution provide by the SR Team its works perfectly our enviorment.
    Please perform the following steps:
    1. Stop all middle tier services including the concurrent managers. Make sure no FNDLIBR, FNDSM, or other dead processes are running.
        (restart application and database OS (i have done this step additionally))
    2. Stop and then restart the database.
    3. Connect to SQLPLUS as APPS user and run the following :
    EXEC FND_CONC_CLONE.SETUP_CLEAN;
    COMMIT;
    EXIT;
    4. Reference Note.260887.1 regarding the Steps to Clean Nonexistent Nodes or IP Addresses from FND_NODES.
    5.. Run AutoConfig on all tiers, firstly on the DB tier and then the APPS tiers and Web tiers to repopulate the required system tables.
    6. Connect to SQLPLUS as APPS user and run the following statement :
    select CONCURRENT_QUEUE_NAME
    from FND_CONCURRENT_QUEUES
    where CONCURRENT_QUEUE_NAME like 'FNDSM%';
    If the above SQL does not return any value please do the following:
    cd $FND_TOP/patch/115/sql
    Connect to SQLPLUS as APPS user and run the following script :
    SQL> @afdcm037.sql;
    Reference Note 218893.1 How to Create The Service Manager 'FNDSM' on Oracle Applications
    to create libraries for FNDSM and create managers for preexisting nodes.
    Check again that FNDSM entries now exist:
    select CONCURRENT_QUEUE_NAME
    from FND_CONCURRENT_QUEUES
    where CONCURRENT_QUEUE_NAME like 'FNDSM%';
    7. Please run the Concurrent Manager Recovery feature to address any Concurrent Manager / Concurrent Processing issues within the Oracle Application Manager.
    8. Start the middle tier services including your concurrent manager.
    9. Retest the issue.
    Regards
    Usman

  • CALL TO SYSLIB FAILED ERROR WHILE SAP 4.7 DATABASE INSTANCE INSTALLATION

    I am trying to install SAP 4.7 with Oracle 9.2.0.1 on W2k SP3. I have installed central instance successfully. While installing Database instance, almost at the end of installation, i am facing problem with error message call to system library failed. i am attaching the log. Please help
    PHASE 2007-06-25 00:53:53
    SAP R/3 Enterprise 4.70 for Oracle
    PHASE 2007-06-25 00:53:53
    SAP Web Application Server
    PHASE 2007-06-25 00:53:53
    Request common parameters of SAP System
    PHASE 2007-06-25 00:53:54
    Create operating system accounts
    PHASE 2007-06-25 00:53:55
    Request operating system user information
    PHASE 2007-06-25 00:53:55
    Request operating system user information
    PHASE 2007-06-25 00:53:55
    Request operating system user information
    PHASE 2007-06-25 00:53:55
    Request operating system user information
    PHASE 2007-06-25 00:53:55
    Request operating system user information
    PHASE 2007-06-25 00:53:55
    Request operating system user information
    PHASE 2007-06-25 00:53:56
    Request operating system user information
    PHASE 2007-06-25 00:53:56
    Request operating system user information
    PHASE 2007-06-25 00:53:56
    Request operating system user information
    PHASE 2007-06-25 00:53:56
    Request operating system user information
    PHASE 2007-06-25 00:53:56
    Request operating system user information
    PHASE 2007-06-25 00:53:56
    Request operating system user information
    PHASE 2007-06-25 00:53:56
    Request operating system user information
    PHASE 2007-06-25 00:53:57
    Request operating system user information
    PHASE 2007-06-25 00:53:57
    Request operating system user information
    PHASE 2007-06-25 00:53:57
    Request operating system user information
    PHASE 2007-06-25 00:53:57
    Request operating system user information
    PHASE 2007-06-25 00:53:57
    Request operating system user information
    PHASE 2007-06-25 00:54:00
    Adapt filesystem
    PHASE 2007-06-25 00:54:00
    Prepare check/adapt SAP instance filesystem
    PHASE 2007-06-25 00:54:00
    Extract archives
    PHASE 2007-06-25 00:54:01
    Extract SAP System kernel archives
    PHASE 2007-06-25 00:54:02
    Create service ports
    PHASE 2007-06-25 00:54:02
    Generate instance profiles
    PHASE 2007-06-25 00:54:02
    Versionize default profile, instance profile and start profile
    INFO 2007-06-25 00:54:07
    Copying file E:/SAPinst ORACLE KERNEL/keydb.xml to: E:/SAPinst ORACLE KERNEL/keydb.3.xml.
    INFO 2007-06-25 00:54:07
    Creating file E:\SAPinst ORACLE KERNEL\keydb.3.xml.
    WARNING 2007-06-25 00:54:11
    Error 1314 (A required privilege is not held by the client.
    ) in execution of a 'CreateProcess' function, line (276), with parameter (E:\oracle\ora92/bin/sqlplus.exe /NOLOG @ora_scr_tmp.sql).
    ERROR 2007-06-25 00:54:11
    MDB-06029  Caught exception while trying to start script executing application: [E:\oracle\ora92/bin/sqlplus.exe].
    ERROR 2007-06-25 00:54:11
    MDB-06030  A call to the system library failed. System error message: [Unknown error].
    ERROR 2007-06-25 00:54:11
    MUT-02011  Internal error: A call to syslib failed. System error message: Unknown error.
    ERROR 2007-06-25 00:54:11
    FJS-00012  Error when executing script.

    What do mean with administrative priviledges? there is no administrativ priviledge on Windows. We only have a local group administrators.
    in 4.7 sapinst will put erpadm and sapserviceerp to the local administrators group. There is no need to do it manually.
    But this will not help in this case, because local Administrators did not have the rights
    - replace process level token
    - act as part of the operating system
    if you don't believe me have a look at gpedit.msc Local Computer Policy - Computer Configartion - Windows Settings - Security Settings - Local Policy - User Rights Assignemt.
    But as I already told you, log on and log off will fix this rights problem.
    2. regarding memory: RAM is physical Memory
    did I read right you are trying to install 4.7 on a 256 MB box?
    forget that!  256 MB is often too less for office application. Enterprise Style applications and database will need at least ten times 256 MB (and even that is too small).
    By the way Pagefile needs to be at least 4-8 GB.
    Peter
    Peter

  • Cannot boot new zone - "mount of /proc failed", "call to zoneadmd failed"

    All the following is on Solaris 10GE, on a freshly installed V20z.
    root@turing> zonecfg -z testzone info
    zonepath: /var/zones/testzone
    autoboot: true
    pool:
    inherit-pkg-dir:
    dir: /lib
    inherit-pkg-dir:
    dir: /platform
    inherit-pkg-dir:
    dir: /sbin
    inherit-pkg-dir:
    dir: /usr
    net:
    address: 131.211.141.205
    physical: bge1
    root@turing> zoneadm -z testzone verify
    root@turing> zoneadm -z testzone install
    Preparing to install zone <testzone>.
    Creating list of files to copy from the global zone.
    Copying <351> files to the zone.
    Initializing zone product registry.
    Determining zone package initialization order.
    Preparing to initialize <326> packages on the zone.
    Initialized <326> packages on zone.
    Zone <testzone> is initialized.
    The file </var/zones/testzone/root/var/sadm/system/logs/install_log> contains a log of the zone installation.
    root@turing> zoneadm -z testzone ready
    root@turing> zoneadm -z testzone boot
    zoneadm: zone 'testzone': mount of /proc failed: Bad address
    zoneadm: zone 'testzone': call to zoneadmd failed
    If anybody would have any clues on how to tackle this, I'd be obliged.

    The problem is reproducable.
    On a "Core" installation,
    +with the following added:
    Documentation Tools
    Lint Libs (usr)
    Live Upgrade Software (dependency; why?)
    On-Line Manual Pages
    Secure Shell
    SunOS Header Files
    Solaris Zones
    -and the following excluded:
    FTP server (root and usr)
    PCMCIA support
    Sendmail
    Solaris Desktop /usr/dt
    Xinside Xserver driver
    I do get zones working on a full "end user" install -- but then I also get sh*tloads of stuff I really don't want on a server (GNOME, CDE, StarOffice, Evolution, Mozilla, X11, OpenWin, ...). Removing the spurious fluff won't work; some packages removal scripts seem to be broken, and dependency checking is, well, living hell on Solaris 10.
    I would like a simple thing, which is: a very basic, bare-bones installation of a Solaris 10 server -- WITH zones.
    Perhaps this is an impossible dream. Is it?

  • Call using iPhone failed

    Hey folks,
    updated my iphone 5 and iPad 3 to iOS 8, when I try to call from the iPad using the iPhone, I get "call using iPhone failed"
    oon the phine under FaceTime, I have the options enabled.
    any idea So?

    I had this problem between my Mac and iPhone 5s. What is weirder is that I could place a call with the Mac, just not accept one. Reading through some of the docs, I noticed that it said "… same Wi-Fi network."
    Now, when my Mac is on my desk, it is using a network cable connected to the same Airport base station as the Wi-Fi my iPhone uses. On a hunch I unplugged the network cable, using only the Wi-Fi on my Mac and it worked immediately.
    So, make sure you are on the exact same Wi-Fi network (Not just that they are on the same base station — I have two setup on my Airport Extreme, one 2.4Ghz  and one 5Ghz to keep older and newer devices separate [yes, it makes a huge speed difference]), ANDmake sure your Mac (if you are using one) is not using a wired connection.

  • [INVALID] [pacman] error: call to waitpid failed (No child process)

    Hi.
    First of all I apologize for very unclear topic name but this problem clutter me.
    Description:
    I use Archlinux x86_64 on my several machines: two laptops and desktop. On desktop and one laptop I update system regularly and also use my custom builds of git, bzr, emacs, rxvt, tmux and others.
    Preliminary:
    After Sat update (2010-04-24) on my desktop I noticed that compiled Emacs (source taken from bzr repo) crashed just after start. I found the cause of error: new gcc (4.5.0) has broken '-O2' option (actually broken '-foptimize-sibling-calls' but accidentally '-O3' option works). Besides this annoyance my desktop system works fine.
    Main problem:
    But on my laptop (on which I traced down the problem with compiled Emacs) I faced with strange problems (I report about them only now because I didn't have time before).
    When I run 'sudo pacman -Su' to update my laptop system I sometimes see
    error: call to waitpid failed (No child process)
    I figured out that this message comes only if 'chrooting' is performed (pacman --debug).
    Also when I try to update local git repositories using 'git pull' I get the same error:
    error: waitpid for git-pull failed: No child process
    and the same for 'gc', 'rev-list', 'git-remote-http'. (I checked with newly compiled binary and distro's binary).
    Even simple python script 'sample.py' fails to run:
    #!/usr/bin/env python
    import os,string
    target = "sample.py"
    f = os.popen('file "%s" 2> /dev/null' % target)
    output = string.strip(f.read())
    rc = f.close()
    if not output or rc:
    print("Some error occurs")
    else:
    print("Result %s" % output)
    If I run it I get
    IOError: [Errno 10] No child process
    Except these error messages my laptop system works without noticeable errors.
    Could someone help me trace down the problem?
    P.S. I use zen kernel on this laptop (AUR: kernel26zen-git, stable) but I also checked this behavior on default kernel.
    EDIT:
    Sorry. My fault. Seems that this error is triggered by tmux . I tried git in sakura and didn't see any error messages.
    Sorry for the noise.
    EDIT2:
    For those who are interested in solution for this problem with tmux I found a thread about this behavior on sourceforge.net:
    http://sourceforge.net/mailarchive/foru … tmux-users
    Last edited by lomov_vl (2010-04-30 06:56:22)

    Hi, I found SAP note   1828028 - DBCON connection to remote HANA database cannot be established
    whic has below resolution:
    1
    Error code
    Reason
    ***LOG BY0=> invalid username or password:  [dbds         879]
    Invalid username/password maintained in connection parameters (to be edited via transaction DBCO)
    2)Hint: As the database connection between the SLT and the HANA system is based on DBCONNECT, you can also use report ADBC_TEST_CONNECTION in transaction SE38 for testing. SAP Note 1750722 describes this in detail.
    But our problem is SAP system is not up to run these solutions in GUI.
    Can someone help / provide SAP doc link for how to update DBCON at OS or HANA db level.
    Thank You

  • DS-BW:Data load called from BW failed after Source System program_id change

    Hi,
    In my BW 7.0 instance I have Data Services 3.2 as source system.
    Some time ago I have changed instance of Data Services I am connecting to - I just changed PROGRAM_ID in RFC connection parameters for that source system.
    Since that time when I am trying to execute infopackage to call a job I am getting following error:
         OCI call <OCISessionBegin> for connection <xxxxxxx> failed: <ORA-01017: inv
    where <xxxxxx> is Oracle database connection name for Data Services instance I connected originally.
    What can be reason for that?
    Regards,
    ak

    In Data Services Server Manager on DS box there were configurations for job server I connected originally and for the other job server. After removing original config it works fine.
    ak

Maybe you are looking for