ORA-20029: The control center service is not currently available

We have taken full database dump of OWB design repository ,imported to new instance and compiled all objects.
When we tried to execute the map ,getting below errors ,pls advice.
We are trying to execute Maps from sqlplus with no OWB tool at QA server.Dev server has OWB tool with design repo and runtime repo ,designed maps and took full database dump(exp /imp) and imported to QA database and trying to execute using sqlplus and not installed OWB control center at QA.
I believe we do not need control center as we have copied full database and trying to execute using sqlplus.
SQL> declare
2 out1 number;
3 begin
4 out1 := wb_rt_api_exec.run_task( P_LOCATION_NAME => 'ETL'
5 , P_TASK_TYPE => 'PLSQLMAP'
6 , P_TASK_NAME => 'M_COUNTRY'
7 );
8 dbms_output.put_line('Result = '||out1);
9 end;
10 /
declare
ERROR at line 1:
ORA-20029: The control center service is not currently available
ORA-06512: at "OWB_REPO.WB_RTI_EXCEPTIONS", line 107
ORA-06512: at "OWB_REPO.WB_RTI_QUEUES", line 197
ORA-25207: enqueue failed, queue OWB_REPO.WB_RT_SERVICE_QUEUE is disabled from
enqueueing
ORA-06512: at "OWB_REPO.WB_RTI_SERVICE_EXECUTION", line 500
ORA-06512: at "OWB_REPO.WB_RTI_SERVICE_EXECUTION", line 558
ORA-06512: at "OWB_REPO.WB_RT_EXECUTION_CONTROL", line 13
ORA-06512: at "OWB_REPO.WB_RT_API_EXEC", line 365
ORA-06512: at "OWB_REPO.WB_RT_API_EXEC", line 726
ORA-06512: at line 4
Thanks,
Jo

Hi Jo,
Control center service association is mandatory for Deployment and Execution. Without Control Center service you will not be able to deploy/execute any mappings/PF's
Regards,

Similar Messages

  • ORA-20029: The runtime service is not currently available

    I have a very similar problem as reportet earlier messages,
    and I tried the suggested actions, but without success.
    are ther some more idears to solve the problem ?
    OWB Version 9.2.0.2
    Platform : RT-Server SUN Solaris ; Oracle-DB 9.2 , OWF 2.6.2
         Client WinXP
    i think all is propperly installed, because
    last week there were no problems
    all worked DEPLOY and EXECUTE of MAPINGS and WORKFLOWS
    possibly the database was restarted during the weekend.
    now on executing (or deploying) a OWB-MAPPING i got:
    RTC-5006: An error occured duriing execution ....
    ORA-20029: The runtime service is not currently available
         ... and some more Errors in stack
    ORA-25207: Enqueue failed, queue OWBRTR_TDWHH9.WB_RT_SERVICE_QUEUE is disabled from enqueueing     
         ... and some more Errors in stack
    ... I tried
    =========
    Run SerciceDoctor:
    OWB> @c:/programme/owb92/owb/rtp/sql/service_doctor
    All PL/SQL packages and functions are valid
    Platform properties have been loaded correctly
    Platform location has been seeded correctly
    NLS messages have been loaded correctly
    The platform service is not availablePL/SQL procedure successfully completed.
    looking for JOBS
    JOB LOG_U PRIV_ SCHEM LAST_DATE LAST_SEC THIS_DATE THIS_SEC NEXT_DATE
    NEXT_SEC TOTAL_TIME B INTERVAL fail
    WHAT NLS_ENV
    6 OWBRT OWBRT OWBRT 25.11.2003 18:09:25 25.11.2003 18:15:25
    4 N sysdate + (6/1440) 0
    wb_rti_service_job.check_service(1); NLS_LANGUAGE='AMERIC
    OWB> exec dbms_job.run(6);
    PL/SQL procedure successfully completed.
    OWB> @c:/programme/owb92/owb/rtp/sql/service_doctor
    All PL/SQL packages and functions are valid
    Platform properties have been loaded correctly
    Platform location has been seeded correctly
    NLS messages have been loaded correctly
    The platform service is not availablePL/SQL procedure successfully completed.
    OWB> @c:/programme/owb92/owb/rtp/sql/stop_service
    Not Available
    PL/SQL procedure successfully completed.
    OWB> @c:/programme/owb92/owb/rtp/sql/start_service
    Not Available
    PL/SQL procedure successfully completed.
    JOB LOG_U PRIV_ SCHEM LAST_DATE LAST_SEC THIS_DATE THIS_SEC NEXT_DATE
    NEXT_SEC TOTAL_TIME B INTERVAL fail
    WHAT NLS_ENV
    8 OWBRT OWBRT OWBRT 25.11.2003 18:29:11
    0 N sysdate + (6/1440)
    wb_rti_service_job.check_service(1); NLS_LANGUAGE='AMERIC
    1 row selected.
    OWB> exec dbms_job.run(8);
    PL/SQL procedure successfully completed.
    OWB> commit;
    Commit complete.
    OWB> @c:/programme/owb92/owb/rtp/sql/service_doctor
    All PL/SQL packages and functions are valid
    Platform properties have been loaded correctly
    Platform location has been seeded correctly
    NLS messages have been loaded correctly
    The platform service is not availablePL/SQL procedure successfully completed.
    OWB> show parameter job
    NAME TYPE VALUE
    job_queue_processes integer 10
    ls -lrt /oraapp9/OWB92/owb/log
    ....some older files ...
    -rw-r--r-- 1 ora9r2 oinstall 48164 Nov 20 23:01 owbrtr_tdwh9.log.8
    -rw-r--r-- 1 ora9r2 oinstall 8542 Nov 21 23:02 owbrtr_tdwh9.log.9
    -rw-r--r-- 1 ora9r2 oinstall 5165 Nov 24 23:01 owbrtr_tdwh9.log.10
    -rw-r--r-- 1 ora9r2 oinstall 4396 Nov 25 17:09 owbrtr_tdwh9.log.11
    cat /oraapp9/OWB92/owb/log/owbrtr_tdwh9.log.11
    ===============================================
    23:43:03 [329F3D] Runtime Platform Service Version 9.2.0.2.8 starting
    23:43:03 [329F3D] Platform Repository Name owbrtr_tdwh9 on Service TDWH9 at Host localhost
    23:43:04 [329F3D] Recovery starting
    23:43:04 [329F3D] Recovering execution with audit ID 923
    23:43:04 [329F3D] AuditId=923: Processing execute request
    23:43:04 [329F3D] Recovering execution with audit ID 1333
    23:43:04 [329F3D] AuditId=1333: Processing execute request
    23:43:04 [329F3D] Service startup complete
    23:43:07 [916A2] oracle.wh.runtime.platform.service.controller.RecoveryInProgress: RPE-01008: Recovery of this request is in progress.
         at oracle.wh.runtime.platform.service.controller.AdapterContextImpl.initialize(AdapterContextImpl.java:974)
         at oracle.wh.runtime.platform.service.controller.ExecutionContextImpl.initialize(ExecutionContextImpl.java:770)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.initialize(ExecutionController.java:32)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:50)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:23)
         at oracle.wh.runtime.platform.service.ExecutionManager.run(ExecutionManager.java:36)
         at java.lang.Thread.run(Thread.java:484)
    23:43:08 [916A2] Attempting to create adapter 'class.RuntimePlatform.0.NativeExecution'
    23:43:08 [916A2] oracle.wh.runtime.platform.adapter.rtp.AbortedDueToSystemFailure: RPE-01009: Completion of this task could not be c
    ompleted due to an earlier system failure.
         at oracle.wh.runtime.platform.adapter.rtp.NativeExecutionAdapter.execute(NativeExecutionAdapter.java:22)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:63)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:23)
         at oracle.wh.runtime.platform.service.ExecutionManager.run(ExecutionManager.java:36)
         at java.lang.Thread.run(Thread.java:484)
    23:43:08 [329F3D] AuditId=923: Request completed
    23:43:10 [580BE3] oracle.wh.runtime.platform.service.controller.RecoveryInProgress: RPE-01008: Recovery of this request is in progress.
         at oracle.wh.runtime.platform.service.controller.AdapterContextImpl.initialize(AdapterContextImpl.java:974)
         at oracle.wh.runtime.platform.service.controller.ExecutionContextImpl.initialize(ExecutionContextImpl.java:770)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.initialize(ExecutionController.java:32)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:50)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:23)
         at oracle.wh.runtime.platform.service.ExecutionManager.run(ExecutionManager.java:36)
         at java.lang.Thread.run(Thread.java:484)
    23:43:10 [580BE3] Attempting to create adapter 'class.RuntimePlatform.0.NativeExecution'
    23:43:10 [580BE3] oracle.wh.runtime.platform.adapter.rtp.AbortedDueToSystemFailure: RPE-01009: Completion of this task could not be
    completed due to an earlier system failure.
         at oracle.wh.runtime.platform.adapter.rtp.NativeExecutionAdapter.execute(NativeExecutionAdapter.java:22)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:63)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:23)
         at oracle.wh.runtime.platform.service.ExecutionManager.run(ExecutionManager.java:36)
         at java.lang.Thread.run(Thread.java:484)
    23:43:10 [329F3D] AuditId=1333: Request completed
    16:23:54 [329F3D] AuditId=1572: Processing execute request
    16:23:54 [77A7F9] Thread terminating due to fatal exception of type oracle.wh.runtime.platform.adapter.InfrastructureException
    16:33:47 [329F3D] AuditId=1572: Abort request being processed
    16:34:19 [329F3D] AuditId=1580: Processing execute request
    16:34:19 [3FEA1D] Thread terminating due to fatal exception of type oracle.wh.runtime.platform.adapter.InfrastructureException
    16:35:25 [329F3D] AuditId=1580: Abort request being processed
    16:36:05 [329F3D] AuditId=1588: Processing execute request
    16:36:05 [C68C3] Thread terminating due to fatal exception of type oracle.wh.runtime.platform.adapter.InfrastructureException
    16:56:07 [329F3D] AuditId=1588: Abort request being processed
    17:09:31 [329F3D] Service closing down

    I am having the same issue (not being able to connect to my runtime respository. I used to be able to connect just fine but then the database that contains the runtime repository was patched from version 9.2.0.1 to 9.2.0.4 and now I get the rtc-5301 runtime service is not available. I can connect to this database via sqlplus using the runtime user and runtime owner.
    When I ran the start_service.sql I get available, but when I run service_doctor.sql I get:
    All PL/SQL packages and functions are valid
    Platform properties have been loaded correctly
    Platform location has been seeded correctly
    NLS messages have been loaded correctly
    The platform service is not availableSo I went to the wbruntime.log and it contained:
    12:03:58 [F4FB3] Runtime Platform Service Version 9.2.0.2.8 starting
    12:03:58 [F4FB3] Startup due to manual request
    12:03:58 [F4FB3] Platform Repository Name wbruntime on Service whse at Host gsharrowxp
    12:03:58 [F4FB3] oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: An infrastructure condition prevented the request from completing.
    - No more data to read from socket
         at oracle.wh.runtime.platform.service.controller.PlatformDb.disconnect(PlatformDb.java:145)
         at oracle.wh.runtime.platform.service.Service.run(Service.java:333)
         at oracle.wh.runtime.platform.service.Service.main(Service.java:518)
    java.sql.SQLException: No more data to read from socket
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
         at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:1160)
         at oracle.jdbc.ttc7.MAREngine.unmarshalUB1(MAREngine.java:963)
         at oracle.jdbc.ttc7.MAREngine.unmarshalSB1(MAREngine.java:893)
         at oracle.jdbc.ttc7.Oclose.receive(Oclose.java:101)
         at oracle.jdbc.ttc7.TTC7Protocol.close(TTC7Protocol.java:684)
         at oracle.jdbc.driver.OracleStatement.close(OracleStatement.java:700)
         at oracle.jdbc.driver.OraclePreparedStatement.exitExplicitCacheToClose(OraclePreparedStatement.java:377)
         at oracle.jdbc.driver.LRUStatementCache.close(LRUStatementCache.java:863)
         at oracle.jdbc.driver.OracleConnection.close_statements(OracleConnection.java:2340)
         at oracle.jdbc.driver.OracleConnection.close(OracleConnection.java:1448)
         at oracle.wh.runtime.platform.common.DatabaseConnectionFactory.close(DatabaseConnectionFactory.java:19)
         at oracle.wh.runtime.platform.service.controller.PlatformDb.disconnect(PlatformDb.java:140)
         at oracle.wh.runtime.platform.service.Service.run(Service.java:333)
         at oracle.wh.runtime.platform.service.Service.main(Service.java:518)
    I am sure this has something to do with the patch, but how do I fix it?
    OWB client 9.2.0.2.8
    owb repository 9.2.0.2.0

  • CAN WE START AND STOP THE CONTROL CENTER SERVICES USING OMB?

    Hi All,
    I'm new into the world of OMB and currently i have been working with OMB scripts and i just need to know whether i am able to start the control center services using OMB...?
    Any help will be highly appreciated.
    Regards,
    Shenoy

    Thanks ALL, I GOT IT, but I used other solution.
    Since I installed and uninstalled the Oracle several times, it keeps also many different Services for the listener. I don't know why, it didn't create a Service for my actual instalation with its path. In other words, all the services remained in the services.msc panel, had the path that was already removed from the Windows folder.
    Then what I did, was that I picked one service, took its name (OracleOraDb10g_home1TNSListener), went to regedit to [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\OracleOraDb10g_home1TNSListener] and simply changed the image path that was setted for the one that was removed (C:\oracle\product\10.1.0\Db_2\BIN\TNSLSNR ) for mine that is installed right now
    (C:\oracle\product\10.1.0\Db_1\BIN\TNSLSNR). Nothing more and finally works.
    I have tried something in the services.msc panel before, as you can see in this forum at the thread "I can't start listener in the Control Painel/Admin Tools/ Services", but I never got
    success.
    Appreciate your time!!

  • ORA-16525: the Data Guard broker is not yet available while conneting ...

    Hi,
    I am trying to connect oracle database instance in dgmgrl prompt.
    Following error message appear ...
    DGMGRL>
    DGMGRL> connect sys/<password>@<oracle_service_name>
    Connected.
    Error:
    ORA-16525: the Data Guard broker is not yet available
    ORA-06512: at "SYS.DBMS_DRS", line 124
    ORA-06512: at line 1
    DGMGRL> exit
    $ e
    We are using oracle enterprise manager ...
    SSM

    DG broker is the way to go. There are only minor points you can't control - like when you have standby redo logs and no redo application delay, dg broker will always start real-time apply.
    Also, DG broker is the only way if you want fast-start failover (10gR2 feature).
    What is the latency of your nework, especially under load? Add this latency to each commit - will the commit time be acceptable? If not, you cannot use sync.
    What version do you use? In 10gR1, there are issues with async - there is only about 50MB buffer, and if you get such backlog, even with async commit will wait for standby. (In 10gR2 this is solved, async will read from disk redo logs.)
    NET_TIMEOUT - set it low for sync (so commits won't hang long), higher for async. Default is 180 seconds, Oracle recommends minimum value to 10 seconds. I would start with 10 sec for sync, 180 for sync. The main question is, how reliable your network is, and how long brownouts you want to survive without affecting data protection (with the expense of performance).
    Regarding the proper setting of all bells and whistles of archive_log_dest_n - I had best experience with leaving it to dg broker. Just set LogXptMode property to sync/async/arch, and let dg broker set everything else (service, valid_for, affirm, retries...).
    The authoritative source: http://www.oracle.com/technology/deploy/availability/htdocs/maa.htm#Publications
    If you are on 10.2.0.1 - 10.2.0.3, please see metalink bug 5578157, 5587231 - if sqlnet.outbound_connection_timeout is not set, the lgwr can hang even if net_timeout is set. (Yes, real-world experience:-)

  • Error: ORA-16525: the Data Guard broker is not yet available

    Hi ,
    After upgrading from 11201 to 11203 ON AIX GI/RDBMS on standby but have not upgraded the primary db yet.I had set dg_broker_start=false and disable configuration before i started the upgrade .
    once the GI for oracle restart was upgraded i upgraded the rdbms binaries and brought up the standby on mount ,while trying to enable configuration its throwing the below error.I had already started the broker process.
    SQL> show parameter dg_
    NAME TYPE VALUE
    dg_broker_config_file1 string /u01/app/omvmxp1/product/11.2.
    0/dbhome_2/dbs/dr1mvmxs2.dat
    dg_broker_config_file2 string /u01/app/omvmxp1/product/11.2.
    0/dbhome_2/dbs/dr2mvmxs2.dat
    dg_broker_start boolean TRUE
    DGMGRL> show configuration;
    Configuration - Matrxrep_brkr
    Protection Mode: MaxAvailability
    Databases:
    mvmxp2 - Primary database
    mvmxs2 - Physical standby database
    Error: ORA-16525: the Data Guard broker is not yet available
    Fast-Start Failover: DISABLED
    Configuration Status:
    ERROR
    from drcmvmxs2.log
    Starting Data Guard Broker bootstrap <<Broker Configuration File Locations:
    dg_broker_config_file1 = "/u01/app/omvmxp1/product/11.2.0/dbhome_2/dbs/dr1mvmxs2.dat"
    dg_broker_config_file2 = "/u01/app/omvmxp1/product/11.2.0/dbhome_2/dbs/dr2mvmxs2.dat"
    12/19/2012 16:05:33
    Data Guard Broker shutting down
    DMON Process Shutdown <<12/19/2012 16:10:20
    Starting Data Guard Broker bootstrap <<Broker Configuration File Locations:
    dg_broker_config_file1 = "/u01/app/omvmxp1/product/11.2.0/dbhome_2/dbs/dr1mvmxs2.dat"
    dg_broker_config_file2 = "/u01/app/omvmxp1/product/11.2.0/dbhome_2/dbs/dr2mvmxs2.dat"
    ~
    Regards
    Edited by: Monto on Dec 19, 2012 1:23 PM

    Hi,
    I removed the configuration and removed the broker files from RAC primary(mvmxp2) and single instance standby(mvmxs2) and re-created back.i tried it many times but getting error "ORA-16532" .I needed to have this standby backup before i start upgrading the primary.
    SQL> alter system set dg_broker_start=true scope=both;
    System altered.
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    palmer60:/u01/app/omvmxp1/product/11.2.0/dbhome_2/dbs>dgmgrl
    DGMGRL for IBM/AIX RISC System/6000: Version 11.2.0.3.0 - 64bit Production
    Copyright (c) 2000, 2009, Oracle. All rights reserved.
    Welcome to DGMGRL, type "help" for information.
    DGMGRL> connect sys@mvmxp2
    Password:
    Connected.
    DGMGRL> CREATE CONFIGURATION 'Matrxrep'
    AS
    PRIMARY DATABASE IS 'mvmxp2'
    CONNECT IDENTIFIER IS 'mvmxp2';> > >
    Configuration "Matrxrep" created with primary database "mvmxp2"
    DGMGRL> ADD DATABASE 'mvmxs2'
    AS
    CONNECT IDENTIFIER IS 'mvmxs2'
    ;Database "mvmxs2" added
    DGMGRL> SHOW CONFIGURATION;
    Configuration - Matrxrep
    Protection Mode: MaxPerformance
    Databases:
    mvmxp2 - Primary database
    mvmxs2 - Physical standby database
    Fast-Start Failover: DISABLED
    Configuration Status:
    DISABLED
    DGMGRL> ENABLE CONFIGURATION;
    Enabled.
    DGMGRL> SHOW DATABASE MVMXS2;
    Database - mvmxs2
    Role: PHYSICAL STANDBY
    Intended State: APPLY-ON
    Transport Lag: (unknown)
    Apply Lag: (unknown)
    Real Time Query: OFF
    Instance(s):
    mvmxs2
    Database Status:
    DGM-17016: failed to retrieve status for database "mvmxs2"
    ORA-16532: Data Guard broker configuration does not exist
    ORA-16625: cannot reach database "mvmxs2"
    DGMGRL>
    tailed the drcmvmxs2.log during stop and start of the broker
    palmer60:/u01/app/omvmxp1/diag/rdbms/mvmxs2/mvmxs2/trace>tail -f drcmvmxs2.log
    12/19/2012 20:32:20
    drcx: cannot open configuration file "/u01/app/omvmxp1/product/11.2.0/dbhome_2/dbs/dr1mvmxs2.dat"
    ORA-27037: unable to obtain file status
    IBM AIX RISC System/6000 Error: 2: No such file or directory
    Additional information: 3
    12/19/2012 20:32:55
    drcx: cannot open configuration file "/u01/app/omvmxp1/product/11.2.0/dbhome_2/dbs/dr2mvmxs2.dat"
    ORA-27037: unable to obtain file status
    IBM AIX RISC System/6000 Error: 2: No such file or directory
    Additional information: 3
    12/19/2012 20:59:10
    Data Guard Broker shutting down
    DMON Process Shutdown <<12/19/2012 20:59:35
    Starting Data Guard Broker bootstrap <<Broker Configuration File Locations:
    dg_broker_config_file1 = "/u01/app/omvmxp1/product/11.2.0/dbhome_2/dbs/dr1mvmxs2.dat"
    dg_broker_config_file2 = "/u01/app/omvmxp1/product/11.2.0/dbhome_2/dbs/dr2mvmxs2.dat"
    Not sure how to fix this one.
    Regards

  • Exchange Web Services are not currently available for this request because none of the Client Access Servers in the destination site could process the request.

    Hi,
    I am using EWS Java APIs and passing OAuth tokens to fetch data from office 365 mailboxes.
    Because I am developing Web APIs I preferred using "Application Permissions" defined in Azure active directory application for Office 365, and used "client credential flow" OAuth flow to fetch OAuth token specific to application which will
    allow "Have full access via EWS to all mailboxes in the organisation".
    After fetching token with the procedure specified in the document "http://blogs.msdn.com/b/exchangedev/archive/2015/01/21/building-demon-or-service-apps-with-office-365-mail-calendar-and-contacts-apis-oauth2-client-credential-flow.aspx"
    I passed this token to EWS Java APIs,
    it gave me error saying:
    microsoft.exchange.webservices.data.ServiceResponseException: Exchange Web Services are not currently available for this request because none of the Client Access Servers in the destination site could process the request.
    I tried similar thing with EWS managed APIs for .net. Got similar error.
    Can anyone provide some help and direction to resolve this error.
    Thanks & Best Regards,
    Pranjal

    I see you found an answer with the X-AnchorMailbox header on StackOverflow:
    http://stackoverflow.com/questions/29554724/exchange-web-services-are-not-currently-available-for-this-request-because-none

  • Biller Direct Error "We regret the service is not currently available"

    Hi,
    We have installed Biller Direct software (604 SP10) on our Java server (701 SP8) and it is connected to R/3 backend system (702 SP5). After Biller Direct software installation, we ran the following steps
    1. Login to biller direct url
    2. Leave blank in all fields (Customer No, Name and City) then click Find Customer
    3. It lists few customers list, then when we click any of description for CustomerNo it displayed the following error.
    "We regret the service is not currently available. Please try again later."
    In the default traces we have seen the following error details:
    #1.#1E99367F6302001B00000000000DF0D20004B38BAD09A298#1323312391758#com.sap.fin.webbase.framework.RequestProcessor#sap.com/fscm~bd#com.sap.fin.webbase.framework.RequestProcessor.processRequest#USER1#10588##n/a##775189f4214611e193e400000053dbc6#SAPEngine_Application_Thread[impl:3]_15##0#0#Error##Java###No screen-name mapped! path=  ;result=#2#/startEBPP#customerSearch#
    Could some one please advise what could be issue? Please let me know how to fix the issue, if you already went through the above error.
    Thanks in advance.
    Regads
    Sri

    Hi Sri
    Please logoff the system and restart the system again and then check.Also check what is the CRM package that you are using.Check wheather CRM 4.0 60.2.3 package is there or not.
    The following tables should be configured,or you will get this sort of errors.This configuration should be done in the backend by FI
    -> BCONTCD
    ->  BCONTT
    ->  BCONTA
    -> TFKEBP
    Regards
    Srinaath

  • Some expected sensor services are not currently available- BBVE

    hello guys!
    i'm a Q10 user STL100-3 i've been using this phone for about 2 weeks. it was all working fine until yesterday when i woke up and the sensors are working no more! i tried to check on blackberry virtual expert and it gives me that all the sensors are unavailable! so i did a restart.. a battery pull.. a soft reset, reloaded the os on BB Link... used an autoloader and nothing seems to work! the only thing that i'm sure of it's a software issue probably a bug! and as you know it's hard to deal with a keyboard with no lights or to have a phone call and mess the screen with your face
    so kindly if anybody knows what to do any solution please inform me about it cause it's burning my nerves  

    I see you found an answer with the X-AnchorMailbox header on StackOverflow:
    http://stackoverflow.com/questions/29554724/exchange-web-services-are-not-currently-available-for-this-request-because-none

  • Just upgraded to the latest version of iTunes. Now I get the message "the Item you requested is not currently available in the US store." When I click on OK, the dialgue goes away, but the store doesn't open. How do I fix this?

    Not sure why I am getting this message anyway. I wasn't trying to buy anything. I just upgraded and then I tried to access the store. I had two purchases that I had previously made from a different computer. I was going to download them to this computer as my iPod is synced to this computer and you can only sync it to one computer. I was able to view my account information and from there I was able to click on the Purchased link. I saw the two items and downloaded them. But I received an error about the second album. It said that I didn't have sufficient privileges. When I checked all the songs had downloaded. Only the booklet was missing. Maybe this has something to do with the issue, I don't know. As far as I know, I purchased everything from the US store. I don't even know how to switch to a different store.
    In any case, I can't access the store because the item I requested is not currently available in the US store. So why don't they just dump me at the home page instead of blocking me completely.

    It is working now. I no longer get the message about the item not being available in the US and I can access the store.

  • Hi i am trying to install windows to my macbook through boot camp and i get this message Can't install the software because it is not currently available from the Software Update server.!!!what can i do???please help me!

    Can't install the software because it is not currently available from the Software Update server. this is the message that i get a few days now that i am trying to install windows through boot camp to my macbook!does anybody knows what i can do????

    You keep it on the usb stick for after you boot into Windows. From Windows you install the Windows Support software on the stick. Do you realize that you need to buy and install Windows? The Windows Support software you downloaded is only the Windows drivers for your hardware.
    Read the Boot Camp installation instructions and help guides located here: http://www.apple.com/support/bootcamp/

  • When I try to install Windows on iMac with Bootcamp I get this message,"Can't install the software because it is not currently available from the Software Update server."

    I try to get Windows 7 on my iMac 21.5-inch but on the Bootcamp Assistant I get this message,"Can't install the software because it is not currently available from the Software Update server." Please help me and thank you.

    I have that problem too.  There's many other discussion threads as well.  Either Apple doesn't realize they have a problem, or they do and simply don't care.  Either way, not good.
    There is a workaround that I'm going to try next.  Go to this webpage:
    http://support.apple.com/kb/HT5634
    Scroll down to the middle of the webpage.  Hit "Expand All".  Now, search the webpage for the Apple product name of your computer.  It should be something like "MacBook Pro, 17-inch, Early 2008".  If you're unsure what you have, open "About This Mac" (upper left corner of your screen, Apple menu), and hit "More Info".
    Now that you've found your computer, read across the table, to the version of Windows that you want to install (32-bit or 64-bit).  Hopefully you'll find a "4" or "5" there.  Click on that number, to go to the download page for the drivers that you need.  If you just see an empty box there, then you're out of luck....
    Hopefully there will be drivers.  Download those, unzip, and then copy to a USB stick that has been formatted for MS-DOS FAT (or FAT32).  Use Disk Utility to format your USB stick if necessary.  Now, you have the drivers you should have gotten from the Boot Camp Assistant download.  You should then be able to go back to Boot Camp Assistant and follow the instructions from there.
    Hope it works!
    Josh

  • When trying to download Boot Camp Windows Support Software, error says: "Can't install the software because it is not currently available from the Software Update server."

    I use a Macbook Pro 13" mid 2010 on Mavericks and I've tried using the Boot Camp assistant to download support software for Windows 7. This gives the error "Can't install the software because it is not currently available from the Software Update server."
    Further, I tried to separately download Boot Camp 4 and 5. When I do this and try to install from Windows 7, it says that this version of Boot Camp is not for this computer and doesn't install. The result is that I have Windows 7 working and installed, but am unable to use the trackpad to rightclick, brightness settings, etc.
    Please help!
    Thanks

    You need to run Bootcamp Assistant and select only the menu item to download the Windows Support Software. Follow the instructions. The download servers are extremely slow therefore it may take several hours to get the download.

  • HT4069 Can't install the software because it is not currently available from the Software Update server.

    Trying to add Windows 7 with boot camp to a Macbook Pro

    HI
    while i download windows support
    that time this message comeing"can't install the software because it is not currently available from the software update server. boot camp"
    i can't use apple keyboard and multi touch keyboard in windows.
    pls help me 

  • Boot camp error: Can't install the software because it is not currently available from the Software Update server.

    hi there i was trying to install windows via bootcamp and when i was trying to download the support software  i had an error of "Can't install the software because it is not currently available from the Software Update server."  i am using a 15" 2009 macbook pro and the bootcamp version is 5.1.0 (473). can anyone help? thanks in advanced

    Instead of downloading the Windows support software from Boot Camp Assistant, download it from the Apple website. Mid 2009 and older MacBooks Pro only support this Windows support software version > http://support.apple.com/kb/DL1630 This version allows you to install a 32-bit or 64-bit Windows 7 version.
    Follow Apple's steps to install Windows on your computer > http://manuals.info.apple.com/MANUALS/1000/MA1636/en_US/boot_camp_install-setup_ 10.8.pdf

  • Boot camp assistant: Can't install the software because it is not currently available from the Software Update server.

    Error: Boot camp assistant: Can't install the software because it is not currently available from the Software Update server.
    OS 10.9.1
    iMac 27-inch, Late 2009
    Boot Camp Assistant Version 5.1.0 (473)
    Every time I run this I get the above error after I hit "Continue" on the "Save Windows Support Software" page and subsequently hit "Download Windows 7 Support Software."
    How do I successfully install 64 bit WIndows 7 on my iMac?
    Thank you!

    Waited a month and tried again with the same result. What gives? Does Apple no longer support Bootcamp with Windows 7? Do they not read these posts and help out customers? If Apple doesn't care and won't help, can anyone else suggest something? My large company does not like Apple and barely supports those of us who buck the trend and buy Macs. If I have to buy a PC to support their software to work from home this only gives them more "ammunition" to decline to support Macs. Any advice anyone can give would be greatly appreciated!

Maybe you are looking for