FIM "failed while calling the BPC system"

Hi guys.
Hope there's an FIM wizard out there.
We have FIM installed on our BPC server (BPC 7.5 SP06 & FIM 7.5 SP08)
I am seeing an issue with the connection manager in FIM:
When I create a new connection, it seems to form correctly (resolves name/IP and gets the list of AppSets from the server)
However, when I log out and go back in to FIM and check the list of connections, I see an error:
"Error Loading Data Models"
The detail of this error is:
Failed while calling the 'Business Planning and Consolidation (BPC)' system to perform the 'GetApplicationSetList' action. : javax.xml.ws.WebServiceException:
org.apache.cxf.service.factory ServiceConstructionException: Failed to create service
This happens whether I connect using the server name, the FQDN or the IP Address and seems to be the very definition of inconsistency.
(Why should it see the list of AppSets when the connection is first made, but then fail afterward)
I am connecting using a secEnterprise login which is mapped to an alias of the BPC Sys Admin account (using LDAP).
Please help if you can, as this is driving me insane.
Thanks

Update.
I have added the output of the STDOUT log file (including the last couple of things to complete before the ERROR is reported):
<-- Start Code -->
2011-11-16 16:28:54,163 DEBUG [org.springframework.jdbc.datasource.DataSourceTransactionManager] - <Creating new transaction with name [com.sap.fpm.fim.datamodel.IModelProviderService.getDataSourceModels]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly>
2011-11-16 16:28:54,163 DEBUG [com.sap.fpm.fim.server.util.DataSourceWrapper] - <Creating new JDBC Connection to [jdbc:sqlserver://[REPOSITORY_SERVER]:1433;databaseName=DSLocalRepository]>
2011-11-16 16:28:54,170 DEBUG [org.springframework.jdbc.datasource.DataSourceTransactionManager] - <Using transaction object [org.springframework.jdbc.datasource.DataSourceTransactionManager$DataSourceTransactionObject@892539]>
2011-11-16 16:28:54,170 DEBUG [org.springframework.jdbc.datasource.DataSourceTransactionManager] - <Creating new transaction with name [com.sap.fpm.fim.datamodel.IModelProviderService.getDataSourceModels]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly>
2011-11-16 16:28:54,170 DEBUG [com.sap.fpm.fim.server.util.DataSourceWrapper] - <Creating new JDBC Connection to [jdbc:sqlserver://[REPOSITORY_SERVER]:1433;databaseName=DSLocalRepository]>
2011-11-16 16:28:54,172 DEBUG [org.springframework.jdbc.datasource.DataSourceTransactionManager] - <Acquired Connection [ConnectionID:46] for JDBC transaction>
2011-11-16 16:28:54,172 DEBUG [org.springframework.jdbc.datasource.DataSourceUtils] - <Setting JDBC Connection [ConnectionID:46] read-only>
2011-11-16 16:28:54,172 DEBUG [org.springframework.jdbc.datasource.DataSourceTransactionManager] - <Switching JDBC Connection [ConnectionID:46] to manual commit>
2011-11-16 16:28:54,172 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - <Bound value [org.springframework.jdbc.datasource.ConnectionHolder@1eacdc4] for key [com.sap.fpm.fim.server.util.DataSourceWrapper@1880543] to thread [http-8585-Processor25]>
2011-11-16 16:28:54,172 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - <Initializing transaction synchronization>
2011-11-16 16:28:54,179 DEBUG [org.springframework.jdbc.datasource.DataSourceTransactionManager] - <Acquired Connection [ConnectionID:47] for JDBC transaction>
2011-11-16 16:28:54,179 DEBUG [org.springframework.jdbc.datasource.DataSourceUtils] - <Setting JDBC Connection [ConnectionID:47] read-only>
2011-11-16 16:28:54,179 DEBUG [org.springframework.jdbc.datasource.DataSourceTransactionManager] - <Switching JDBC Connection [ConnectionID:47] to manual commit>
2011-11-16 16:28:54,179 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - <Bound value [org.springframework.jdbc.datasource.ConnectionHolder@18bea70] for key [com.sap.fpm.fim.server.util.DataSourceWrapper@1880543] to thread [http-8585-Processor23]>
2011-11-16 16:28:54,179 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - <Initializing transaction synchronization>
2011-11-16 16:28:54,188 INFO [com.sap.fpm.fim.server.security.impl.BOESecurity] - <getUserInfo for token = 3&35=[BPC_SYS_ADMIN_ACCOUNT],8P&63=secEnterprise,8P&4F=1034,8P&4E=[Removed for security reasons],8P&1,8P&3k=@[REPOSITORY_SERVER_NAME].[FQDN_PATH]:6400,8P&5U=
[Removed for security reasons][Removed for security reasons],8P&S5,88&pa,8P&Tm=3650,83&2r=[REPOSITORY_SERVER_NAME].[FQDN_PATH]:6400,8P&Tn={3&.2={3&O=PersonalCategory,8P&2=1036,83},?z&.1={3&O=FavoritesFolder,8P&2=1035,83},?z&.3={3&O=Inbox,8P&2=1037,83},?z&U=3,83},?z&PP=1024,83&7r,83, the returnedUserObject = username = [BPC_SYS_ADMIN_ACCOUNT], locale = en_GB, ItUserGroup = true, BusinessUserGroup = true, AuditUserGroup = false, ExecUserGroup = false>
2011-11-16 16:28:54,302 INFO [com.sap.fpm.fim.server.security.impl.BOESecurity] - <getUserInfo for token = 3&35=[BPC_SYS_ADMIN_ACCOUNT],8P&63=secEnterprise,8P&4F=1034,8P&4E=[Removed for security reasons],8P&1,8P&3k=@[REPOSITORY_SERVER_NAME].[FQDN_PATH]:6400,8P&5U=[Removed for security reasons][Removed for security reasons],8P&S5,88&pa,8P&Tm=3650,83&2r=[REPOSITORY_SERVER_NAME].[FQDN_PATH]:6400,8P&Tn={3&.2={3&O=PersonalCategory,8P&2=1036,83},?z&.1={3&O=FavoritesFolder,8P&2=1035,83},?z&.3={3&O=Inbox,8P&2=1037,83},?z&U=3,83},?z&PP=1024,83&7r,83, the returnedUserObject = username = [BPC_SYS_ADMIN_ACCOUNT], locale = en_GB, ItUserGroup = true, BusinessUserGroup = true, AuditUserGroup = false, ExecUserGroup = false>
2011-11-16 16:28:55,099 ERROR [com.sap.fpm.fim.datamodel.BPCModelProvider] - <Failed while calling the 'Business Planning and Consolidation (BPC)' system to perform the 'GetApplicationSetList' action.>
javax.xml.ws.soap.SOAPFaultException: Could not send Message.
     at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:218)
     at $Proxy67.connect(Unknown Source)
     at com.sap.fpm.fim.datamodel.BPCModelProvider.getSessionID(BPCModelProvider.java:401)
     at com.sap.fpm.fim.datamodel.BPCModelProvider.getModels(BPCModelProvider.java:281)
     at com.sap.fpm.fim.datamodel.ModelProviderManager.getDataSourceModels(ModelProviderManager.java:351)
     at com.sap.fpm.fim.datamodel.ModelProviderServices.getDataSourceModels(ModelProviderServices.java:133)
     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:585)
     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:301)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
     at $Proxy27.getDataSourceModels(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:585)
     at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:127)
     at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:82)
     at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:97)
     at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:68)
     at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:56)
     at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)
     at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:92)
     at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:221)
     at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:78)
     at org.apache.cxf.transport.servlet.ServletDestination.invoke(ServletDestination.java:92)
     at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:214)
     at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:151)
     at org.apache.cxf.transport.servlet.AbstractCXFServlet.invoke(AbstractCXFServlet.java:170)
     at org.apache.cxf.transport.servlet.AbstractCXFServlet.doPost(AbstractCXFServlet.java:148)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
     at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
     at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
     at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.cxf.interceptor.Fault: Could not send Message.
     at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:64)
     at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:221)
     at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:276)
     at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:222)
     at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73)
     at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:177)
     ... 50 more
Caused by: java.net.HttpRetryException: cannot retry due to server authentication, in streaming mode
     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1008)
     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:367)
     at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1896)
     at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1824)
     at org.apache.cxf.io.CacheAndWriteOutputStream.postClose(CacheAndWriteOutputStream.java:47)
     at org.apache.cxf.io.CachedOutputStream.close(CachedOutputStream.java:159)
     at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:66)
     at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:583)
     at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
<-- End Code -->

Similar Messages

  • Error source CAPI2 id 513 - Cryptographic Services failed while processing the OnIdentity() call in the System Writer Object

    Running Windows 8.1 PRO RTM x64 upgraded from Win 8 PRO. Updates to 8.1 as of 17 October installed
    Event viewer still shows newly triggered Error(s) CAPI2 event id 513.
    I can trigger this error by manually creating a restore point invoking VSS.
    The VSS System Writer is listed and is error free.
    Log Name:      Application
    Source:        Microsoft-Windows-CAPI2
    Date:          17/10/2013 20:32:19
    Event ID:      513
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Machine -Name
    Description:
    Cryptographic Services failed while processing the OnIdentity() call in the System Writer Object.
    Details:
    AddLegacyDriverFiles: Unable to back up image of binary Microsoft Link-Layer Discovery Protocol.
    System Error:
    Access is denied.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-CAPI2" Guid="{5bbca4a8-b209-48dc-a8c7-b23d3e5216fb}" EventSourceName="Microsoft-Windows-CAPI2" />
        <EventID Qualifiers="0">513</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8080000000000000</Keywords>
        <TimeCreated SystemTime="2013-10-17T19:32:19.935384000Z" />
        <EventRecordID>89898</EventRecordID>
        <Correlation />
        <Execution ProcessID="1404" ThreadID="2104" />
        <Channel>Application</Channel>
        <Computer>Machine-Name</Computer>
        <Security />
      </System>
      <EventData>
        <Data>
    Details:
    AddLegacyDriverFiles: Unable to back up image of binary Microsoft Link-Layer Discovery Protocol.
    System Error:
    Access is denied.
    </Data>
      </EventData>
    </Event>

    Thank you excellent post! I confirmed this fix worked for my situation as well. Below is more detailed post since it did not jump out for me the first time.
    ############################ Details ##############################
    My operating system is Windows 8.1 after installing Visual Studio 2013 when Symantec System recover 2013 ran started seeing 
    the following errors in event logs.
    ################## Example event log errors #######################
    Cryptographic Services failed while processing the OnIdentity() call in the System Writer Object.
    Details:
    AddLegacyDriverFiles: Unable to back up image of binary Microsoft Link-Layer Discovery Protocol.
    System Error:
    Access is denied.
    ################## Example event log errors #######################
    Note: Confirmed this fix resolved my issue. 
    Step 1. Download and unzip accesschk.exe to C:\Temp http://download.sysinternals.com/files/AccessChk.zip
    Step 2. Run cmd.exe prompt as Administrator go to Temp directory
    C:\>cd Temp
    Step 3. Run accesschk.exe
    C:\Temp>accesschk.exe -c mslldp
    ################# Example output 1 #################################
    Accesschk v5.10 - Reports effective permissions for securable objects
    Copyright (C) 2006-2012 Mark Russinovich
    Sysinternals - www.sysinternals.com
    mslldp
      RW NT AUTHORITY\SYSTEM
      RW BUILTIN\Administrators
      RW S-1-5-32-549
      R  NT SERVICE\NlaSvc
    ################# Example output 1 #################################
    Step 4. Run following command.
    C:\Temp>SC sdshow MSLLDP <---- Example text 1.
    ################# Example output 2 #################################
    D:(D;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BG)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;;CCDCLCSWRPDTLOCRSDRCWDWO;;;BA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SO)(A;;LCRPWP;;;S-1
    -5-80-3141615172-2057878085-1754447212-2405740020-3916490453)S:(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)
    ################# Example output 2 #################################
    Step 5. Run following command.
    C:\Temp>SC sdshow MUP
    ################# Example output 3 #################################
    D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)
    (A;;CCLCSWLOCRRC;;;SU) ######## <--- Example text 2. Grab this value. #######
    S:(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)
    ################# Example output 3 #################################
    Step 6. 
    C:\Temp>
    ### Copy and past Example 1. line in notepad in command promt you can select all then copy the paste the text into notepad.
    MSLLDP D:(D;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BG)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;;CCDCLCSWRPDTLOCRSDRCWDWO;;;BA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SO)(A;;LCRPWP;;;S-1-5-80-3141615172-2057878085-1754447212-2405740020-3916490453)
    (A;;CCLCSWLOCRRC;;;SU) ######## <--- Insert Example text 2. here #######
    S:(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)
    Run this command. (Note: Make sure its all one line no wordwrap that the webpage could be showing this text.)
    C:\Temp> sc sdset MSLLDP D:(D;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BG)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;;CCDCLCSWRPDTLOCRSDRCWDWO;;;BA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SO)(A;;LCRPWP;;;S-1-5-80-3141615172-2057878085-1754447212-2405740020-3916490453)(A;;CCLCSWLOCRRC;;;SU)S:(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)
    Step 7.
    ##### Check the result #####
    C:\Temp>accesschk.exe -c mslldp
    ################# Example output 4 #################################
    Accesschk v5.10 - Reports effective permissions for securable objects
    Copyright (C) 2006-2012 Mark Russinovich
    Sysinternals - www.sysinternals.com
    mslldp
      RW NT AUTHORITY\SYSTEM
      RW BUILTIN\Administrators
      RW S-1-5-32-549
      R  NT SERVICE\NlaSvc
      R  NT AUTHORITY\SERVICE <--- You should now see this line.
    ################# Example output 4 #################################
    Step 8.
    Ran backup using Symantect System Recovery 2013 the event errors did not return after this fix. Great post again!
    ############################ Details ##############################

  • R3load -testconnect fails while doing the Export Prepare

    Hi All,
    R3load -testconnect fails while doing the Export Prepare for the Unicode Conversion. I have upgraded the CRM system from CRM 4.0 to SAP Netweaver 7.0 with EHP1. Now I doing the Unicode Conversion. While using the sapinst as root to start the unicode conversion I am getting the following error:
    /usr/sap/CSX/SYS/exe/run/R3load -testconnect [E]
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    /usr/sap/CSX/SYS/exe/run/R3load: START OF LOG: 20090603143131
    /usr/sap/CSX/SYS/exe/run/R3load: sccsid @(#) $Id: //bas/701_REL/src/R3ld/R3load/R3ldmain.c#5 $ SAP
    /usr/sap/CSX/SYS/exe/run/R3load: version R7.01/V1.4
    Compiled Mar 10 2009 23:03:11
    /usr/sap/CSX/SYS/exe/run/R3load -testconnect [E]
    (DB) ERROR: DbSlControl(DBSL_CMD_IMP_FUNS_SET) rc = 20
    (DB) ERROR: DbSlErrorMsg rc = 20
    /usr/sap/CSX/SYS/exe/run/R3load: job finished with 1 error(s)
    /usr/sap/CSX/SYS/exe/run/R3load: END OF LOG: 20090603143131
    Regards
    Karthik Ravoori

    Hi,
    These note May help you.
    where are you placing the New executables.Always use /sapmnt/SID/exe.If you are placing them in /usr/sap/CSX/SYS/exe/run/ then you always get the error.
    I found in one of the note the same error that you are getting.
    Search in note with text DbSlControl(DBSL_CMD_IMP_FUNS_SET) rc = 20
    Note 459899 - SAP BW 3.0A Server Installation: UNIX/Oracle
    This Note Talks about the verson you should have for the kernel
    Note 898181 - Corrupt cluster record creates signal 11
    Thanks
    Rishi Abrol

  • ERROR while saving the runtime systems(read time out exception)

    Hi e xperts
    I am configuring NWDI and assigned asll the permissions and roles to the CMS user.I created Domain,in landscape configurater
    created track and saved.
    while saving the rumtime systems the error thrown is
    com.sap.cms.util.exception.conf.CMSCCBSCommunicationException: CBS (URL http://dtlepdev:54400/tc.CBS.Appl/archiveapi2/) communication exception: Read timed out (Service call exception; nested exception is:
    java.net.SocketTimeoutException: Read timed out)
    at com.sap.cms.pcs.conf.communicator.CBSConfCommunicator.removeBuildspace(CBSConfCommunicator.java:382)
    at com.sap.cms.pcs.conf.communicator.CBSConfCommunicator.deleteCreateBuildspace(CBSConfCommunicator.java:338)
    at com.sap.cms.pcs.conf.communicator.CBSConfCommunicator.editBuildspace(CBSConfCommunicator.java:277)
    at com.sap.cms.pcs.conf.communicator.CBSConfCommunicator.createBuildspace(CBSConfCommunicator.java:168)
    at com.sap.cms.pcs.conf.core.services.SystemManagerObject.saveSystem(SystemManagerObject.java:261)
    at com.sap.cms.pcs.conf.core.plugin.DefaultTrack.newTrack(DefaultTrack.java:292)
    at com.sap.cms.pcs.conf.core.TrackManager.editTrack(TrackManager.java:208)
    at com.sap.cms.pcs.conf.manager.CmsConfManager.editTrackConfiguration(CmsConfManager.java:1002)
    at com.sap.cms.pcs.conf.manager.proxy.CmsConfProxyBean.editTrackConfiguration(CmsConfProxyBean.java:489)
    at com.sap.cms.pcs.conf.manager.proxy.LocalCmsConfProxyLocalObjectImpl0_0.editTrackConfigurationand also ..
    Unable to instantiate a Build Space administrator!
    Build Space "DTL_ETRACK_C" [bsID: 27, version: 0] [in-queue: on (privileged), out-queue: "on", processing: off]
    <null>
    [EXCEPTION]
    Buildspace DTL_ETRACK_C does not own the workspace ws/ETRACK/dtl.com_DEFAULTIME/cons/inactive/ .  It is currently not owned by any other buildspace
    at com.sap.tc.cbs.server.rt.bs._BuildSpaceValidator.checkWorkspace(_BuildSpaceValidator.java:120)
    at com.sap.tc.cbs.server.rt.bs._BuildSpaceValidator.validateWSs(_BuildSpaceValidator.java:74)
    at com.sap.tc.cbs.server.rt.bs.BSAdmin.validate(BSAdmin.java:192)
    at com.sap.tc.cbs.server.rt.bs.BSAdmin.updateState(BSAdmin.java:260)
    at com.sap.tc.cbs.server.rt.bs.BSAdminOrc.determineChanges(BSAdminOrc.java:439)
    at com.sap.tc.cbs.server.rt.bs.BSAdminOrc.validateBuildSpaceData(BSAdminOrc.java:219)
    at com.sap.tc.cbs.server.rt.bs.BSAdminOrc.act(BSAdminOrc.java:341)
    at com.sap.tc.cbs.server.rt.impl.CourteousTimer.run(CourteousTimer.java:139)
    at java.lang.Thread.run(Thread.java:534
    In cbs i checked the parametrs they are open and on..
    please suggest me on this ASAP..since 2 days i have been struggling and searched in forums..no perfect solution
    help me out
    perfect soln is immediately awarded...
    I
    THanks
    Mayu

    Hi Mayu,
    here apparently the CMS cannot communicate to CBS properly and then when CMS tries to talk to CBS using a webservice, it times out due to various reasons, see below.
    Strange, I always had this error when the CMS was on a different release like CBS and this caused the communication problem.
    Don't you have an entry in your cms log like this?
    com.sap.cms.util.exception.CMSUnexpectedException                          
    at com.sap.cms.pcs.conf.manager.CmsConfManager.newTrackConfiguration(CmsConfManager.java:666)                                                    
    Caused by: java.lang.IncompatibleClassChangeError
    at com.sap.cms.pcs.conf.communicator.CBSConfCommunicator.openConnection(CBSConfCommunicator.java:84)                                             
    Please provide me the version of the DI_CMS, DI_CBS (and DI_DTR for the sake of completeness).
    You can find this info on the ComponentInfo page.
    On 640/700 this is http://<host>:<port>/sap/monitoring/ComponentInfo
    as of 710 you find this on the "Components" tab of http://<host>:<port>/nwa/sysinfo
    I also think that this is not due to the runtime systems. I guess you have the same problem if you try to create the track without runtime systems, right?
    (The "Unable to instantiate a Build Space administrator!" is not necessarily an error, see the note:
    #1175019 - Unable to instantiate a Build Space administrator!)
    Thank you!
    Best Regards,
    Ervin

  • Error while calling the EAI Viewer

    Dear all,
    I am working on Document Management System ECC 6.00
    I am able to upload a PDF document in to the system, but when i save it and try to call the document back it is giving me the folllowing error."Error while calling the EAI Viewer" But when i try to open the same in the next PC it is opening. the work station application which i have defined is EAIWeb.webviewer2D.1 %SAP-CONTROL% for the application .pdf.
    Kindly suggest what will be the problem as it is not opening in my PC but opening in an different PC with the same user name.
    Kindly suggest.

    Hi Kishuz  ,
    ECL Viewer comes with SAP
    It is Engineering client viewer, which works for files like *.jt(jupiter technology), *.pdf(acrobat), *.dwg(autocad), *.step, *.iges
    with ECL viewer you can view files like dwg without having Autocad Installed on your machine.
    Alos it gives redlining feature...
    thus layers help in indicating the modifications needed or commenting on the drawings...
    Now the procedure for installation,
    1. Install the latest SUN JAVA version. The path could be <b>c:\program files\java\</b>
    2. While installing SAP GUI, ensure that the ECL component is not selected from R/3 Add On.
    4. Install ECL Viewer 5.1.2 on local machine.
    5. Ensure the path is as follows :(C:\Program Files\Common Files\SAP Shared\System or C:\Program Files\Common Files\SAP Shared\System\Java )
    6. Ensure that the following files are in the <b>c:\program files\java\1.5.0_08\lib\ext</b>
    folder:
    - VisWebS.jar,
    - VisWeb.jar,
    - eaisupport.jar,
    - eaisupportS.jar
    - version.ini
    - vctk.ini
    In case, please copy the mentioned files from <ECL Install DIR>\java.
    (C:\Program Files\Common Files\SAP Shared\System or
    C:\Program Files\Common Files\SAP Shared\System\Java )
    Reward points if useful...
    regards
    Niranjan

  • DDLIMP utility is failing while running the DDL_OLTP.ctl script for Siebel

    DDLIMP utility is failing while running the DDL_OLTP.ctl script for Siebel source on DB2.
    Below is the the log details:
    2021 2012-11-08 03:23:46 2012-11-08 03:25:56 -0700 0000002a 001 003f 0001 09 ddlimp 604 736 C:\OBIA\Upgrade\CTLFiles\DDL_.log
    ContextInit     ContextInit     0     0     2012-11-08 03:23:46     Message Facility failed to init. Siebel Root: C:\DAC\client\utilities
    Trace     Trace     3     0     2012-11-08 03:23:46     Siebel Enterprise Applications ODBC DDL Import Utility, Version 7.7 [18030] ENU
    Trace     Trace     3     0     2012-11-08 03:23:46     Copyright (c) 2001 Siebel Systems, Inc. All rights reserved.
    Trace     Trace     3     0     2012-11-08 03:23:46     
    This software is the property of Siebel Systems, Inc., 2207 Bridgepointe Parkway,
    San Mateo, CA 94404.
    User agrees that any use of this software is governed by: (1) the applicable
    user limitations and other terms and conditions of the license agreement which
    has been entered into with Siebel Systems or its authorized distributors; and
    (2) the proprietary and restricted rights notices included in this software.
    WARNING: THIS COMPUTER PROGRAM IS PROTECTED BY U.S. AND INTERNATIONAL LAW.
    UNAUTHORIZED REPRODUCTION, DISTRIBUTION OR USE OF THIS PROGRAM, OR ANY PORTION
    OF IT, MAY RESULT IN SEVERE CIVIL AND CRIMINAL PENALTIES, AND WILL BE
    PROSECUTED TO THE MAXIMUM EXTENT POSSIBLE UNDER THE LAW.
    If you have received this software in error, please notify Siebel Systems
    immediately at (650) 295-5000.
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:23:46     ddlimp /U SIEBEL /P ***** /C siebel /G SSE_ROLE /F C:\OBIA\Upgrade\CTLFiles\DDL_OLTP.CTL /L C:\OBIA\Upgrade\CTLFiles\DDL_
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:23:46     
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:23:46     Connecting to the database...
    DBCLog     DBCLogError     1     0     2012-11-08 03:23:52     SQL Warning, SQL State 01004, 0, [DataDirect][ODBC DB2 Wire Protocol driver]String data, right truncated.
    DBCLog     DBCLogError     1     0     2012-11-08 03:23:52     SQL Warning, SQL State ”, 40042692, CLog     DBCLogError     1     0     2012-11-08 03:23:52     SQL Warning, SQL State 01004, 0, [DataDirect][ODBC DB2 Wire Protocol driver]String data, right truncated.
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:23:52     Connected.
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:23:52     
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:23:52     Reading tables and indexes from DDL file...
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:23:52     Read 522 tables and 1084 indexes from DDL file...
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:23:52     
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:23:52     Reading existing schema...
    SARMLog     SARMInformation     3     0     2012-11-08 03:23:52     SARM is OFF -change param SARMLevel to enable
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:25:56     Read 0 tablespaces, 6137 tables and 24846 indexes from existing schema...
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:25:56     
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:25:56     Running SQL statements against the database...
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:25:56     Merging table S_ETL_COSTLST ...
    SQLError     Statement     0     0     2012-11-08 03:25:56     SQL Statement:
    alter table S_ETL_COSTLST modify
    CONFLICT_ID varchar(15)
    DBCLog     DBCLogError     1     0     2012-11-08 03:25:56     [DataDirect][ODBC DB2 Wire Protocol driver][UDB DB2 for Windows, UNIX, and Linux]ILLEGAL SYMBOL modify; VALID SYMBOLS ARE table S_ETL_COSTLST. ADD
    SQLError     Statement     0     0     2012-11-08 03:25:56     SQL Statement:
    alter table S_ETL_COSTLST modify
    CONFLICT_ID varchar(15)
    DBCLog     DBCLogError     1     0     2012-11-08 03:25:56     [DataDirect][ODBC DB2 Wire Protocol driver][UDB DB2 for Windows, UNIX, and Linux]An error occurred during implicit system action type '2'. Information returned for the error includes SQLCODE '-104', SQLSTATE '42601' and message tokens 'modify|table S_ETL_COSTLST|ADD'.
    SQLError     Statement     0     0     2012-11-08 03:25:56     SQL Statement:
    alter table S_ETL_COSTLST modify
    CONFLICT_ID default '0'
    DBCLog     DBCLogError     1     0     2012-11-08 03:25:56     [DataDirect][ODBC DB2 Wire Protocol driver][UDB DB2 for Windows, UNIX, and Linux]ILLEGAL SYMBOL modify; VALID SYMBOLS ARE table S_ETL_COSTLST. ADD
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:25:56     
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:25:56     37000: [DataDirect][ODBC DB2 Wire Protocol driver][UDB DB2 for Windows, UNIX, and Linux]ILLEGAL SYMBOL modify; VALID SYMBOLS ARE table S_ETL_COSTLST. ADD
    SQLError     Statement     0     0     2012-11-08 03:25:56     SQL Statement:
    alter table S_ETL_COSTLST modify
    CONFLICT_ID default '0'
    DBCLog     DBCLogError     1     0     2012-11-08 03:25:56     [DataDirect][ODBC DB2 Wire Protocol driver][UDB DB2 for Windows, UNIX, and Linux]An error occurred during implicit system action type '2'. Information returned for the error includes SQLCODE '-104', SQLSTATE '42601' and message tokens 'modify|table S_ETL_COSTLST|ADD'.
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:25:56     
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:25:56     56098: [DataDirect][ODBC DB2 Wire Protocol driver][UDB DB2 for Windows, UNIX, and Linux]An error occurred during implicit system action type '2'. Information returned for the error includes SQLCODE '-104', SQLSTATE '42601' and message tokens 'modify|table S_ETL_COSTLST|ADD'.
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:25:56     alter table S_ETL_COSTLST modify
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:25:56     CONFLICT_ID default '0'
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:25:56     
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:25:56     ;
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:25:56     writeExecDDL error (UTLOdbcExecDirectDDL pDDLSql).
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:25:56     writeExecDDL error (UTLDbDdlColModify).
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:25:56     Error in MainFunction (UTLDbDdlDbMerge).
    SQLDBUtilityLog     SQLDBUtilityLog     3     0     2012-11-08 03:25:56     Error in Main function...
    GenericLog     GenericError     1     0     2012-11-08 03:25:56     (logapi.cpp (167) err=1 sys=126) SBL-GEN-00001: (logapi.cpp: 167) error code = 1, system error = 126, msg1 = (null), msg2 = (null), msg3 = (null), msg4 = (null)

    If you run DAC on a 64-bit windows Operating System, you must create the ODBC data source using the ODBC Administrator tool in %windir%\SysWOW64\odbcad32.exe. for creating the data warehouse tables.
    If helps pls mark

  • [ModuleAdapter]Exception : Failed to call the module processor

    Hello,
    We deployed our Module Adapter on PI server and tried to execute it but we're having an exception :
    Exception caught during processing mail message[3]: com.sap.aii.af.lib.mp.processor.ModuleProcessorException: Error during processing local bean: localejbs/fr.xx.xx.xx.ModueAdapterBean
    Mail : failed to call the module processor: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: object not found in lookup of fr.xx.xx.xx.ModuleAdapterBean
    We're working on SAP PI 7.11
    Do you have any idea of what could possibly cause this?
    Thanks in advance for your help.
    Imane.

    Thanks for responding Spantaleoni,
    In my application.xml, here is what I have :
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN"
                                 "http://java.sun.com/dtd/application_1_3.dtd">
    <application>
        <display-name>ModuleAdapterEAR</display-name>
        <description>EAR for Mail conversion </description>
        <module>
            <ejb>ModuleAdapterEJB.jar</ejb>
        </module>
    </application>
    And my application-j2ee-engine.xml :
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE application-j2ee-engine SYSTEM "application-j2ee-engine.dtd">
    <application-j2ee-engine>
         <reference
              reference-type="hard">
              <reference-target
                   provider-name="sap.com"
                   target-type="service">engine.security.facade</reference-target>
         </reference>
         <reference
              reference-type="hard">
              <reference-target
                   provider-name="sap.com"
                   target-type="library">engine.j2ee14.facade</reference-target>
         </reference>
         <reference
              reference-type="hard">
              <reference-target
                   provider-name="sap.com"
                   target-type="library">com.sap.aii.af.lib.facade</reference-target>
         </reference>
         <reference
              reference-type="hard">
              <reference-target
                   provider-name="sap.com"
                   target-type="service">com.sap.aii.af.svc.facade</reference-target>
         </reference>
         <reference
              reference-type="hard">
              <reference-target
                   provider-name="sap.com"
                   target-type="interface">com.sap.aii.af.ifc.facade</reference-target>
         </reference>
         <reference
              reference-type="hard">
              <reference-target
                   provider-name="sap.com"
                   target-type="library">com.sap.base.technology.facade</reference-target>
         </reference>
         <provider-name>sap.com</provider-name>
         <fail-over-enable
              mode="disable"/>
    </application-j2ee-engine>
    My ejb-j2ee-engine.xml :
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE ejb-j2ee-engine SYSTEM "ejb-j2ee-engine.dtd">
    <ejb-j2ee-engine>
         <enterprise-beans>
              <enterprise-bean>
                   <ejb-name>ModuleAdapterBean</ejb-name>
                   <jndi-name>ModuleAdapter</jndi-name>
                   <session-props/>
              </enterprise-bean>
         </enterprise-beans>
    </ejb-j2ee-engine>
    Edited by: ImaneA on Aug 2, 2011 3:36 PM

  • Backup failed while copying the redo files due to previous errors

    Backup failed while copying the redo files due to previous errors. DATA file backup is successfull. Please suggest what measures we can take to avoid this.. This is a daily online backup.
    logs
    BR0001I ******************************____________________
    BR0202I Saving /oracle/ECQ/sapdata2/sr3700_7/sr3700.data7
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3700.data7 ...
    #FILE..... /oracle/ECQ/sapdata2/sr3700_7/sr3700.data7
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3700.data7  #1/29
    BR0280I BRBACKUP time stamp: 2010-11-03 20.01.36
    BR0063I 29 of 45 files processed - 92344.227 MB of 147448.352 MB done
    BR0204I Percentage done: 62.63%, estimated end time: 20:20
    BR0001I *******************************___________________
    BR0202I Saving /oracle/ECQ/sapdata2/sr3700_8/sr3700.data8
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3700.data8 ...
    #FILE..... /oracle/ECQ/sapdata2/sr3700_8/sr3700.data8
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3700.data8  #1/30
    BR0280I BRBACKUP time stamp: 2010-11-03 20.03.34
    BR0063I 30 of 45 files processed - 98044.234 MB of 147448.352 MB done
    BR0204I Percentage done: 66.49%, estimated end time: 20:20
    BR0001I *********************************_________________
    BR0202I Saving /oracle/ECQ/sapdata3/sr3700_10/sr3700.data10
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3700.data10 ...
    #FILE..... /oracle/ECQ/sapdata3/sr3700_10/sr3700.data10
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3700.data10  #1/31
    BR0280I BRBACKUP time stamp: 2010-11-03 20.04.51
    BR0063I 31 of 45 files processed - 102064.242 MB of 147448.352 MB done
    BR0204I Percentage done: 69.22%, estimated end time: 20:20
    BR0001I ***********************************_______________
    BR0202I Saving /oracle/ECQ/sapdata3/sr3700_11/sr3700.data11
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3700.data11 ...
    #FILE..... /oracle/ECQ/sapdata3/sr3700_11/sr3700.data11
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3700.data11  #1/32
    BR0280I BRBACKUP time stamp: 2010-11-03 20.06.09
    BR0063I 32 of 45 files processed - 106024.250 MB of 147448.352 MB done
    BR0204I Percentage done: 71.91%, estimated end time: 20:20
    BR0001I ************************************______________
    BR0202I Saving /oracle/ECQ/sapdata3/sr3700_12/sr3700.data12
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3700.data12 ...
    #FILE..... /oracle/ECQ/sapdata3/sr3700_12/sr3700.data12
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3700.data12  #1/33
    BR0280I BRBACKUP time stamp: 2010-11-03 20.07.27
    BR0063I 33 of 45 files processed - 110024.258 MB of 147448.352 MB done
    BR0204I Percentage done: 74.62%, estimated end time: 20:20
    BR0001I *************************************_____________
    BR0202I Saving /oracle/ECQ/sapdata3/sr3700_9/sr3700.data9
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3700.data9 ...
    #FILE..... /oracle/ECQ/sapdata3/sr3700_9/sr3700.data9
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3700.data9  #1/34
    BR0280I BRBACKUP time stamp: 2010-11-03 20.08.45
    BR0063I 34 of 45 files processed - 114124.266 MB of 147448.352 MB done
    BR0204I Percentage done: 77.40%, estimated end time: 20:20
    BR0001I ***************************************___________
    BR0202I Saving /oracle/ECQ/sapdata4/sr3700_13/sr3700.data13
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3700.data13 ...
    #FILE..... /oracle/ECQ/sapdata4/sr3700_13/sr3700.data13
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3700.data13  #1/35
    BR0280I BRBACKUP time stamp: 2010-11-03 20.10.02
    BR0063I 35 of 45 files processed - 118284.273 MB of 147448.352 MB done
    BR0204I Percentage done: 80.22%, estimated end time: 20:19
    BR0001I ****************************************__________
    BR0202I Saving /oracle/ECQ/sapdata4/sr3700_14/sr3700.data14
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3700.data14 ...
    #FILE..... /oracle/ECQ/sapdata4/sr3700_14/sr3700.data14
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3700.data14  #1/36
    BR0280I BRBACKUP time stamp: 2010-11-03 20.11.30
    BR0063I 36 of 45 files processed - 122764.281 MB of 147448.352 MB done
    BR0204I Percentage done: 83.26%, estimated end time: 20:19
    BR0001I ******************************************________
    BR0202I Saving /oracle/ECQ/sapdata4/sr3700_15/sr3700.data15
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3700.data15 ...
    #FILE..... /oracle/ECQ/sapdata4/sr3700_15/sr3700.data15
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3700.data15  #1/37
    BR0280I BRBACKUP time stamp: 2010-11-03 20.12.58
    BR0063I 37 of 45 files processed - 127124.289 MB of 147448.352 MB done
    BR0204I Percentage done: 86.22%, estimated end time: 20:19
    BR0001I *******************************************_______
    BR0202I Saving /oracle/ECQ/sapdata4/sr3700_16/sr3700.data16
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3700.data16 ...
    #FILE..... /oracle/ECQ/sapdata4/sr3700_16/sr3700.data16
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3700.data16  #1/38
    BR0280I BRBACKUP time stamp: 2010-11-03 20.14.15
    BR0063I 38 of 45 files processed - 131284.297 MB of 147448.352 MB done
    BR0204I Percentage done: 89.04%, estimated end time: 20:19
    BR0001I *********************************************_____
    BR0202I Saving /oracle/ECQ/sapdata4/sr3700_17/sr3700.data17
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3700.data17 ...
    #FILE..... /oracle/ECQ/sapdata4/sr3700_17/sr3700.data17
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3700.data17  #1/39
    BR0280I BRBACKUP time stamp: 2010-11-03 20.15.23
    BR0063I 39 of 45 files processed - 135380.305 MB of 147448.352 MB done
    BR0204I Percentage done: 91.82%, estimated end time: 20:19
    BR0001I **********************************************____
    BR0202I Saving /oracle/ECQ/sapdata4/sr3700_18/sr3700.data18
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3700.data18 ...
    #FILE..... /oracle/ECQ/sapdata4/sr3700_18/sr3700.data18
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3700.data18  #1/40
    BR0280I BRBACKUP time stamp: 2010-11-03 20.15.40
    BR0063I 40 of 45 files processed - 136404.312 MB of 147448.352 MB done
    BR0204I Percentage done: 92.51%, estimated end time: 20:19
    BR0001I **********************************************____
    BR0202I Saving /oracle/ECQ/sapdata1/sr3usr_1/sr3usr.data1
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sr3usr.data1 ...
    #FILE..... /oracle/ECQ/sapdata1/sr3usr_1/sr3usr.data1
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sr3usr.data1  #1/41
    BR0280I BRBACKUP time stamp: 2010-11-03 20.15.44
    BR0063I 41 of 45 files processed - 136424.320 MB of 147448.352 MB done
    BR0204I Percentage done: 92.52%, estimated end time: 20:19
    BR0001I **********************************************____
    BR0202I Saving /oracle/ECQ/sapdata3/undo_1/undo.data1
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/undo.data1 ...
    #FILE..... /oracle/ECQ/sapdata3/undo_1/undo.data1
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/undo.data1  #1/42
    BR0280I BRBACKUP time stamp: 2010-11-03 20.18.02
    BR0063I 42 of 45 files processed - 145284.328 MB of 147448.352 MB done
    BR0204I Percentage done: 98.53%, estimated end time: 20:18
    BR0001I *************************************************_
    BR0202I Saving /oracle/ECQ/sapdata1/sysaux_1/sysaux.data1
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/sysaux.data1 ...
    #FILE..... /oracle/ECQ/sapdata1/sysaux_1/sysaux.data1
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/sysaux.data1  #1/43
    BR0280I BRBACKUP time stamp: 2010-11-03 20.18.11
    BR0063I 43 of 45 files processed - 145564.336 MB of 147448.352 MB done
    BR0204I Percentage done: 98.72%, estimated end time: 20:18
    BR0001I *************************************************_
    BR0202I Saving /oracle/ECQ/sapdata1/system_1/system.data1
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/system.data1 ...
    #FILE..... /oracle/ECQ/sapdata1/system_1/system.data1
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/system.data1  #1/44
    BR0280I BRBACKUP time stamp: 2010-11-03 20.18.39
    BR0063I 44 of 45 files processed - 146424.344 MB of 147448.352 MB done
    BR0204I Percentage done: 99.31%, estimated end time: 20:18
    BR0001I **************************************************
    BR0202I Saving /oracle/ECQ/sapdata1/system_2/system.data2
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/system.data2 ...
    #FILE..... /oracle/ECQ/sapdata1/system_2/system.data2
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/system.data2  #1/45
    BR0280I BRBACKUP time stamp: 2010-11-03 20.18.56
    BR0063I 45 of 45 files processed - 147448.352 MB of 147448.352 MB done
    BR0204I Percentage done: 100.00%, estimated end time: 20:18
    BR0001I **************************************************
    BR0280I BRBACKUP time stamp: 2010-11-03 20.19.00
    BR0340I Switching to next online redo log file for database instance ECQ ...
    BR0321I Switch to next online redo log file for database instance ECQ successful
    BR0280I BRBACKUP time stamp: 2010-11-03 20.19.04
    BR0319I Control file copy created: /oracle/ECQ/sapbackup/cntrlECQ.dbf 12894208
    BR0085I 1 offline redo log file found for backup, size 27.933 MB
    BR0202I Saving /oracle/ECQ/sapbackup/cntrlECQ.dbf
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/cntrlECQ.dbf ...
    #FILE..... /oracle/ECQ/sapbackup/cntrlECQ.dbf
    #SAVED.... /oracle/ECQ/sapbackup/beemiuvh/cntrlECQ.dbf  #1/46
    BR0280I BRBACKUP time stamp: 2010-11-03 20.19.04
    BR0063I 1 of 2 files processed - 12.297 MB of 40.230 MB done
    BR0204I Percentage done: 30.57%, estimated end time: 20:19
    BR0001I ***************___________________________________
    BR0202I Saving /oracle/ECQ/oraarch/ECQarch1_9046_685558507.dbf
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/ECQarch1_9046_685558507.dbf ...
    BR0278E Command output of 'LANG=C cp /oracle/ECQ/oraarch/ECQarch1_9046_685558507                                                                              .dbf /oracle/ECQ/sapbackup/beemiuvh/ECQarch1_9046_685558507.dbf':
    cp: /oracle/ECQ/oraarch/ECQarch1_9046_685558507.dbf: Invalid argument
    BR0280I BRBACKUP time stamp: 2010-11-03 20.19.04
    BR0279E Return code from 'LANG=C cp /oracle/ECQ/oraarch/ECQarch1_9046_685558507.                                                                              dbf /oracle/ECQ/sapbackup/beemiuvh/ECQarch1_9046_685558507.dbf': 1
    BR0222E Copying /oracle/ECQ/oraarch/ECQarch1_9046_685558507.dbf to/from /oracle/                                                                              ECQ/sapbackup/beemiuvh/ECQarch1_9046_685558507.dbf failed due to previous errors
    BR0056I End of database backup: beemiuvh.and 2010-11-03 20.19.04
    BR0280I BRBACKUP time stamp: 2010-11-03 20.19.04
    BR0054I BRBACKUP terminated with errors
    srva0004:oraecq 59>
    Thanks
    Preeti
    Edited by: Preeti Sharma on Nov 4, 2010 1:54 PM

    BR0202I Saving /oracle/ECQ/oraarch/ECQarch1_9046_685558507.dbf
    BR0203I to /oracle/ECQ/sapbackup/beemiuvh/ECQarch1_9046_685558507.dbf ...
    BR0278E Command output of 'LANG=C cp /oracle/ECQ/oraarch/ECQarch1_9046_685558507 .dbf /oracle/ECQ/sapbackup/beemiuvh/ECQarch1_9046_685558507.dbf': cp: /oracle/ECQ/oraarch/ECQarch1_9046_685558507.dbf: Invalid argument
    see above error.
    Whats your setting for disk copy command in your init<SID>.sap
    I think you are using cp command
    >disk_copy_cmd                  copy

  • Internal Error occurred while calling the ProcessDPCommands API

    We have installed Business Objects XI  with MySQL. We are getting following error when we click on view query on the WEBI Reports
    " Internal Error occurred while calling the ProcessDPCommands API  Error WIS 30270".
    When we change the CMS database to ORACLE everything works fine it looks like some issues when CMS database is MYSQL
    Please hep to fix this problem
    Installation is on Solaris 10
    Edited by: AshishDatar on Nov 6, 2009 3:00 PM
    Installation is on Solaris 10

    did you check whether universe connection is pointing to the correct db?The following url might be helpful:
    [http://www.forumtopics.com/busobj/viewtopic.php?t=52355&view=previous]

  • Error while calling the Mapping function module for BW Extraction

    Hi
    iam getting runtime error while calling the BW mapping function
    The error description is as shown below.
    Runtime Errors         CALL_FUNCTION_UC_STRUCT
    Except.                CX_SY_DYN_CALL_ILLEGAL_TYPE
    <b>Short text</b>
        Type conflict during structure parameter transfer at CALL FUNCTION.
    <b>What happened?</b>
        Error in the ABAP Application Program
        The current ABAP program "GP466CV1Y7W2VML1PJ3VB80KDOP" had to be terminated
         because it has
        come across a statement that unfortunately cannot be executed.
    <b>Error analysis</b>   
    An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_TYPE', was
         not caught in
        procedure "CALL_MAPPING_FUNCTION" "(FORM)", nor was it propagated by a RAISING
         clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        In the function "CMS_CB_BW_MAP", the STRUCTURE parameter "EXTRACT_DATA" is
         typed in such a way
        that only actual parameters are allowed, which are compatible in Unicode
         with respect to the fragment view. However, the specified actual
        parameter " " has an incompatible fragment view.
    I am passing the EXTRACT_DATA  parameter as specification LIKE with the associated type  - corresponding structure
    Please let me know how can i resolve this issue
    Regards
    Leon

    Dear benarji ,
    I'm having the  same problem help me to correct . I have mentioned below as what error i got.
    Runtime Errors         CALL_FUNCTION_UC_STRUCT
    Except.                CX_SY_DYN_CALL_ILLEGAL_TYPE
    Short text
         Type conflict during structure parameter transfer at CALL FUNCTION.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "ZDLROUTSTANDING_COPY" had to be terminated because it
          has
         come across a statement that unfortunately cannot be executed.
    Error analysis
         An exception occurred that is explained in detail below.
         The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_TYPE', was
          not caught in
         procedure "PDF" "(FORM)", nor was it propagated by a RAISING clause.
         Since the caller of the procedure could not have anticipated that the
         exception would occur, the current program is terminated.
         The reason for the exception is:
         In the function "/1BCDWB/SF00000080", the STRUCTURE parameter "IT_WORKS_SF" is
          typed in such a way
         that only actual parameters are allowed, which are compatible in Unicode
          with respect to the fragment view. However, the specified actual
         parameter "SFTWORKS" has an incompatible fragment view.
    Missing RAISING Clause in Interface
        Program                                 ZDLROUTSTANDING_COPY
        Include                                 ZDLROUTSTANDING_COPY
        Row                                     876
        Module type                             (FORM)
        Module Name                             PDF
    Trigger Location of Exception
        Program                                 ZDLROUTSTANDING_COPY
        Include                                 ZDLROUTSTANDING_COPY
        Row                                     894
        Module type                             (FORM)
        Module Name                             PDF
    Source Code Extract
    Line  SourceCde
      864 **            i_logo             = 'ENJOYSAP_LOGO'
      865 *            IT_LIST_COMMENTARY = I_LIST_COMMENTS1.
      866
      867 ENDFORM.                    "alv_top_of_page1
      868 *&---------------------------------------------------------------------*
      869 *&      Form  PDF
      870 *&---------------------------------------------------------------------*
      871 *       text
    872 *----------------------------------------------------------------------*
    873 *  -->  p1        text
    874 *  <--  p2        text
    875 *----------------------------------------------------------------------*
    876 FORM pdf .
    877
    878 *  *** Smartforms & PDF ***
    879
    880   ssfctrlop-no_dialog = 'X'.
    881   ssfctrlop-preview   = 'X'.
    882   ssfctrlop-getotf    = 'X'.
    883   ssfcompop-tddest = 'ERP7'.
    884   DATA : mcheck LIKE sy-subrc.
    885   CLEAR : fm_name.
    886
    887   "Get Function module name for given smartform
    888   CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    889     EXPORTING
    890       formname = 'ZSFDLOS1'
    891     IMPORTING
    892       fm_name  = fm_name.
    893
    >>>>   CALL FUNCTION fm_name
    895   EXPORTING
    896         control_parameters   = ssfctrlop
    897         output_options       = ssfcompop
    898         mrefno               = mrefno
    899 *       P_TITLE              = MTITLE
    900   IMPORTING
    901         document_output_info = st_document_output_info
    902         job_output_info      = st_job_output_info " IT_OTF_DATA
    903         job_output_options   = st_job_output_options
    904   TABLES
    905         it_works_sf          = sftworks
    906   EXCEPTIONS
    907         formatting_error     = 1
    908         internal_error       = 2
    909         send_error           = 3
    910         user_canceled        = 4
    911     OTHERS               = 5.
    912
    913   IF sy-subrc NE 0.
    Advance Thanks

  • Error while calling the PDF in BSP pages in ECC6.0: Question BSP Gurus

    Hi BSP experts,
    Any Experts have solutions for below.
    We recently moved BSP pages into ECC 6.0 .Iam getting the error in BSP page while calling the PDF.
    The scenario is like this: The PDF is getting called the via URL:
    The code is like this
      CALL FUNCTION 'GUID_CREATE'
        IMPORTING
          ev_guid_32 = guid.
      CONCATENATE runtime->application_url '/' guid '.pdf'    INTO   URL.
    <u><b>This URL is called in the front end LAYOUT.</b></u>
    <iframe src="<%= URL %>" width="100%" height="600px">
    </iframe>

    you missed one question of mine  <b>Do you create the PDF after creating the GUID ?</b>
    try giving a fixed URL just to test.
    Aman

  • "backup failed while creating the backup folder"

    Time machine fails backup.
    Backup volume is a 1TB USB External.
    Message appears: "backup failed while creating the backup folder"
    However whwn enter time machine is entered, there is displayed many-many backup depictions.

    Have you looked at the previous discussions listed on the right side of this page under the heading "More Like This"?

  • An issue while Configuring the Access System Console

    I'm facing a problem while Configuring the Access System Console.
    I have installed the policy manager, and when I try to configure the access system, an error message appears "The environment variable TEMP points to a directory that does not exist. To avoid any unexpected behavior, please make sure it points to the correct directory and restart the web server".
    I have checked the temp system variable, and it was correct, and the directory already exist.
    Note: I'm working on windows server 2003.
    I really appreciate any help with this issue.

    Check the permissions on the directory that the TEMP variable points to, to ensure that everyone has read/write access to it - maybe that's the problem.
    Regards,
    Colin

  • Problem while calling the FM FP_JOB_OPEN

    Hi All,
    I have a scenario where i need to attach multiple Forms(Adobe) to a work flow container.
    While calling the FM 'FP_JOB_OPEN', i am passing the required parameters as below
    wl_outputparams-nodialog = 'X'.
    wl_outputparams-connection = 'ADS'.
    wl_outputparams-dest = 'LP01'.
    wl_outputparams-getpdf  = 'X'.
    the problem is that i get a Print preview pop-up even though i pass Nodialog = 'X', and more over after calling the actual Form function module the resultant parameter 'fpformoutput-pdf' is only filling up only after i process the print preview dialog and see the preview. other wise the field 'fpformoutput-pdf' is blank.
    as i need to do this work in back ground(for work flow background step) i do not want the print preview pop-up window.
    can some one help me in this regard.
    PS. For multiple forms i tried calling the form functions modules in between every FP_JOB_OPEN n FP_JOB_CLOSE
    as well as a single FP_JOB_OPEN and calling the multiple form function modules and FP_JOB_CLOSE.
    thanks in anticipation .
    Srinivas

    @koolspy      
    Yes, i did specify the settings in the o/p options.
    in addition to this, after debugging i could able to see some issue when calling form name via  FM 'FP_FUNCTION_MODULE_NAME', in this FM it is appending '_IN' to the generated FM name and trying to check for existence check, obviously there wont be any FM as it is appending '_IN' to the generated FM.
    but when calling the generate FM after FP_JOB_OPEN it is throwing sy-subrc = 1, which is Usage error.
    Why is it behaving weirdly, is there any thing i am missing while calling the Form?
    please help as this is on high priority
    thanks
    srinivas

  • Failed to call the endpoint: HTTP 500 Internal Server Error

    Hi,
    We are working with a scenario that use the SOAP adapter to call a web service from XI.
    This scenario is working 98% of the time but sometimes we get the following error:
    com.sap.aii.af.ra.ms.api.DeliveryException: Failed to call the endpoint: HTTP 500 Internal Server Error
    I do not think this is a network issue as we resubmit the workflow from SXMB_MONI_BPE and the error is the same. If it was a network issue I guess this would resubmit successfully.
    Does anyone have an idea what could cause this intermittant error ?
    Also, this is not an easily reproducable error so there is no point raising an OSS call as SAP will need a reproducable example which we cannot easily do.
    Any help would be appreciated.
    Kind regards
    Colin.

    Hi Colin,
    Since u are getting the error when calling an external webservice from XI, this is an error on the webservice provider's box(webserver). You may wnat to contact the administrator of the webserver and ask him to into the error logs. This is a very common issue when using external webservices from XI. Look at the following for more information on HTTP 500 Error
    HTTP 500 Internal Server Error:
    This error can only be resolved by fixes to the Web server software. It is not a client-side problem. It is up to the operators of your Web server site to locate and analyse the logs which should give further information about the error.
    This is a 'catch-all' error generated by your Web server. Basically something has gone wrong, but the server can not be more specific about the error condition in its response to the client. In addition to the 500 error notified back to the client, the Web server should generate some kind of internal error log which gives more details of what went wrong. It is up to the operators of your Web server site to locate and analyse these logs.
    Hope it helps,
    naveen

Maybe you are looking for