Redo Transport Error

I am facing following errors , first error is on production database and second error is on physical standby database.
1. ORA-16778: redo transport error for one or more databases
2. ORA-01017: invalid username/password; logon denied
I study above messages but could not resolve. Now i shall be v v thankful if someone can help me in resolving errors, in simple step-by-step way.
Thank in advance

1. ORA-16778: redo transport error for one or more databases
16778, 00000, "redo transport error for one or more databases"
// *Cause:  The redo transport service was unable to send redo data to one
//          or more standby databases.
// *Action: Check the Data Guard broker log and Oracle alert log for
//          more details. Query the LogXptStatus property to see the
//          errors.2. ORA-01017: invalid username/password; logon denied
Provide valid username/password
Post Operating System (OS) name & version for DB server system.
Post results of
SELECT * from v$version

Similar Messages

  • Error: ORA-16778: redo transport error for one or more databases

    Hi all
    I have 2 database servers"Primary database and physical standby" in test environment( before going to Production)
    Before Dataguard broker configuration , DG setup was running fine , redo was being applied and archived on phy standby.
    but while enabling configuration i got "Warning: ORA-16607: one or more databases have failed" listener.ora & tnsnames.ora are updated with global_name_DGMGRL
    Please help me how can i resolve this issue .Thanks in advance.
    [oracle@PRIM ~]$ dgmgrl
    DGMGRL for Linux: Version 10.2.0.1.0 - Production
    Copyright (c) 2000, 2005, Oracle. All rights reserved.
    Welcome to DGMGRL, type "help" for information.
    DGMGRL> connect sys
    Password:
    Connected.
    DGMGRL> show configuration
    Configuration
    Name: test
    Enabled: YES
    Protection Mode: MaxPerformance
    Fast-Start Failover: DISABLED
    Databases:
    prim - Primary database
    stan - Physical standby database
    Current status for "test":
    Warning: ORA-16607: one or more databases have failed
    DGMGRL> show database
    show database
    ^
    Syntax error before or at "end-of-line"
    DGMGRL> remove configuration
    Warning: ORA-16620: one or more databases could not be contacted for a delete operation
    Removed configuration
    DGMGRL> exit
    [oracle@PRIM ~]$ connect sys/sys@prim as sysdba
    bash: connect: command not found
    [oracle@PRIM ~]$ lsnrctl stop
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 08-OCT-2006 19:52:30
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    The command completed successfully
    [oracle@PRIM ~]$ lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 08-OCT-2006 19:52:48
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=PRIM)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 08-OCT-2006 19:52:48
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=PRIM)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PRIM_DGMGRLL" has 1 instance(s).
    Instance "PRIM", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@PRIM ~]$ lsnrctl stop
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 08-OCT-2006 19:54:46
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    The command completed successfully
    [oracle@PRIM ~]$ lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 08-OCT-2006 19:54:59
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=PRIM)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    [oracle@PRIM ~]$ dgmgrl
    DGMGRL for Linux: Version 10.2.0.1.0 - Production
    Copyright (c) 2000, 2005, Oracle. All rights reserved.
    Welcome to DGMGRL, type "help" for information.
    DGMGRL> connect /
    Connected.
    DGMGRL> create configuration test as
    primary database is PRIM
    connect identifier is PRIM
    ;Configuration "test" created with primary database "prim"
    DGMGRL> add database STAN as
    connect identifier is STAN
    maintained as physical;Database "stan" added
    DGMGRL> show configuration
    Configuration
    Name: test
    Enabled: NO
    Protection Mode: MaxPerformance
    Fast-Start Failover: DISABLED
    Databases:
    prim - Primary database
    stan - Physical standby database
    Current status for "test":
    DISABLED
    DGMGRL> enable configuration
    Enabled.
    DGMGRL> show configuration
    Configuration
    Name: test
    Enabled: YES
    Protection Mode: MaxPerformance
    Fast-Start Failover: DISABLED
    Databases:
    prim - Primary database
    stan - Physical standby database
    Current status for "test":
    Warning: ORA-16607: one or more databases have failed
    DGMGRL> show database verbose prim
    Database
    Name: prim
    Role: PRIMARY
    Enabled: YES
    Intended State: ONLINE
    Instance(s):
    PRIM
    Properties:
    InitialConnectIdentifier = 'prim'
    LogXptMode = 'ASYNC'
    Dependency = ''
    DelayMins = '0'
    Binding = 'OPTIONAL'
    MaxFailure = '0'
    MaxConnections = '1'
    ReopenSecs = '300'
    NetTimeout = '180'
    LogShipping = 'ON'
    PreferredApplyInstance = ''
    ApplyInstanceTimeout = '0'
    ApplyParallel = 'AUTO'
    StandbyFileManagement = 'AUTO'
    ArchiveLagTarget = '0'
    LogArchiveMaxProcesses = '30'
    LogArchiveMinSucceedDest = '1'
    DbFileNameConvert = '/u01/app/oracle/oradata/STAN, /u01/app/oracle/oradata/PRIM'
    LogFileNameConvert = '/u01/app/oracle/oradata/STAN, /u01/app/oracle/oradata/PRIM'
    FastStartFailoverTarget = ''
    StatusReport = '(monitor)'
    InconsistentProperties = '(monitor)'
    InconsistentLogXptProps = '(monitor)'
    SendQEntries = '(monitor)'
    LogXptStatus = '(monitor)'
    RecvQEntries = '(monitor)'
    HostName = 'PRIM'
    SidName = 'PRIM'
    LocalListenerAddress = '(ADDRESS=(PROTOCOL=tcp)(HOST=PRIM)(PORT=1521))'
    StandbyArchiveLocation = '/u01/app/oracle/flash_recovery_area/PRIM/archivelog/'
    AlternateLocation = ''
    LogArchiveTrace = '0'
    LogArchiveFormat = '%t_%s_%r.arc'
    LatestLog = '(monitor)'
    TopWaitEvents = '(monitor)'
    Current status for "prim":
    Error: ORA-16778: redo transport error for one or more databases
    DGMGRL> show database verbose stan
    Database
    Name: stan
    Role: PHYSICAL STANDBY
    Enabled: YES
    Intended State: ONLINE
    Instance(s):
    STAN
    Properties:
    InitialConnectIdentifier = 'stan'
    LogXptMode = 'ASYNC'
    Dependency = ''
    DelayMins = '0'
    Binding = 'OPTIONAL'
    MaxFailure = '0'
    MaxConnections = '1'
    ReopenSecs = '300'
    NetTimeout = '180'
    LogShipping = 'ON'
    PreferredApplyInstance = ''
    ApplyInstanceTimeout = '0'
    ApplyParallel = 'AUTO'
    StandbyFileManagement = 'AUTO'
    ArchiveLagTarget = '0'
    LogArchiveMaxProcesses = '30'
    LogArchiveMinSucceedDest = '1'
    DbFileNameConvert = '/u01/app/oracle/oradata/PRIM, /u01/app/oracle/oradata/STAN'
    LogFileNameConvert = '/u01/app/oracle/oradata/PRIM, /u01/app/oracle/oradata/STAN'
    FastStartFailoverTarget = ''
    StatusReport = '(monitor)'
    InconsistentProperties = '(monitor)'
    InconsistentLogXptProps = '(monitor)'
    SendQEntries = '(monitor)'
    LogXptStatus = '(monitor)'
    RecvQEntries = '(monitor)'
    HostName = 'STAND'
    SidName = 'STAN'
    LocalListenerAddress = '(ADDRESS=(PROTOCOL=tcp)(HOST=STAND)(PORT=1521))'
    StandbyArchiveLocation = '/u01/app/oracle/flash_recovery_area/STAN/archivelog/'
    AlternateLocation = ''
    LogArchiveTrace = '0'
    LogArchiveFormat = '%t_%s_%r.arc'
    LatestLog = '(monitor)'
    TopWaitEvents = '(monitor)'
    Current status for "stan":
    Error: ORA-12545: Connect failed because target host or object does not exist
    DGMGRL>

    This:
    Current status for "stan":
    Error: ORA-12545: Connect failed because target host or object does not exist
    says that your network setup is not correct. You need to resolve that first.
    As for Broker setup steps how about the doc or our Data Guard 11g Handbook?
    It's 3 DGMGRL commands so I am not sure what 'steps' you need?
    Larry

  • Error: ORA-16778: redo transport error for one or more databases.   please help.

    Hello everyone :
    I can't switchover to primary. following is error and information.
    RHEL 6.3 x86-64
    Oracle database 11.2.0.3.0 Enterprise edition
    Primary database = orclprmy
    Standby database = orclstby1
    ##### /etc/hosts on orclstby1
    [root@orclstby1 admin]# cat /etc/hosts
    127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
    ::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
    192.168.50.211    ttprmy
    192.168.50.212    orclstby1
    ### DG broker error
    DGMGRL for Linux: Version 11.2.0.3.0 - 64bit Production
    Copyright (c) 2000, 2009, Oracle. All rights reserved.
    Welcome to DGMGRL, type "help" for information.
    Connected.
    DGMGRL> show configuration;
    Configuration - TTDGConfig1
      Protection Mode: MaxPerformance
      Databases:
        orclstby1 - Primary database
          Error: ORA-16778: redo transport error for one or more databases
        orclprmy  - Physical standby database
    Fast-Start Failover: DISABLED
    Configuration Status:
    ERROR
    DGMGRL>
    ########### listener.ora on orclstby1
    [root@orclstby1 admin]# cat listener.ora
    # listener.ora Network Configuration File: /u2/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = orclstby1)(PORT = 1521))
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (GLOBAL_DBNAME=orcl)
          (SID_NAME = orclstby1)
          (ORACLE_HOME = /u2/oracle/product/11.2.0/dbhome_1)
        (SID_DESC =
          (GLOBAL_DBNAME=orclstby1)
          (SID_NAME = orclstby1)
          (ORACLE_HOME = /u2/oracle/product/11.2.0/dbhome_1)
        (SID_DESC =
          (GLOBAL_DBNAME=orclstby1_DGMGRL)
          (SID_NAME = orclstby1)
          (ORACLE_HOME = /u2/oracle/product/11.2.0/dbhome_1)
    ADR_BASE_LISTENER = /u2/oracle
    ############## tnsnames.ora on orclstby1
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.50.212)(PORT = 1521))
        (CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = orcl))
    orclprmy =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.50.211)(PORT = 1521))
        (CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = orclprmy))
    orclprmy_DGMGRL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.50.211)(PORT = 1521))
        (CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = orclprmy_DGMGRL))
    orclstby1 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.50.212)(PORT = 1521))
        (CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = orclstby1))
    orclstby1_DGMGRL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.50.212)(PORT = 1521))
        (CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = orclstby1_DGMGRL))
    ##### alert log on orclstby1.
    Fatal NI connect error 12504, connecting to:
    (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=)(CID=(PROGRAM=oracle)(HOST=orclstby1)(USER=oracle)))(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.50.211)(PORT=1521)))
      VERSION INFORMATION:
            TNS for Linux: Version 11.2.0.3.0 - Production
            TCP/IP NT Protocol Adapter for Linux: Version 11.2.0.3.0 - Production
      Time: 06-SEP-2013 13:19:55
      Tracing not turned on.
      Tns error struct:
        ns main err code: 12564
    TNS-12564: TNS:connection refused
        ns secondary err code: 0
        nt main err code: 0
        nt secondary err code: 0
        nt OS err code: 0
    There is problem  in alert log.
    In the /etc/hosts file. The standby server (orclstby1) ip is 192.168.50.212. but alert log is 192.168.50.211.
    Is any idea?
    Thanks for help.
    消息编辑者为:user4914135

    #### on primary database
    SQL>  select dest_name,status,target,archiver,schedule, valid_type,valid_role,db_unique_name,error from v$archive_dest;
    DEST_NAME            STATUS    TARGET  ARCHIVER   SCHEDULE VALID_TYPE      VALID_ROLE   DB_UNIQUE_NAME
    ERROR
    LOG_ARCHIVE_DEST_1   VALID     LOCAL   ARCH       ACTIVE   ALL_LOGFILES    ALL_ROLES    orclprmy
    LOG_ARCHIVE_DEST_2   VALID     REMOTE  LGWR       PENDING  ALL_LOGFILES    PRIMARY_ROLE orclstby1
    LOG_ARCHIVE_DEST_3   INACTIVE  LOCAL   ARCH       INACTIVE ALL_LOGFILES    ALL_ROLES    NONE
    #### on standby database
    SQL> select dest_name,status,target,archiver,schedule, valid_type,valid_role,db_unique_name,error from v$archive_dest;
    DEST_NAME            STATUS    TARGET  ARCHIVER   SCHEDULE VALID_TYPE      VALID_ROLE   DB_UNIQUE_NAME
    ERROR
    LOG_ARCHIVE_DEST_1   VALID     PRIMARY ARCH       ACTIVE   ALL_LOGFILES    ALL_ROLES    orclstby1
    LOG_ARCHIVE_DEST_2   ERROR     STANDBY LGWR       PENDING  ONLINE_LOGFILE  PRIMARY_ROLE orclprmy
    ORA-12504: TNS:listener was not given the SERVICE_NAME in
    CONNECT_DATA
    LOG_ARCHIVE_DEST_3   INACTIVE  PRIMARY ARCH       INACTIVE ALL_LOGFILES    ALL_ROLES    NONE 
    ####  log_archive_dest on primary database  
    SQL> show parameter log_archive_dest
    NAME                                 TYPE        VALUE
    log_archive_dest                     string
    log_archive_dest_1                   string      location=/u3/arch/orcl vali
                                                     d_for=(ALL_LOGFILES,ALL_ROLES)
                                                      db_unique_name=orclprmy
    log_archive_dest_10                  string
    log_archive_dest_11                  string
    log_archive_dest_12                  string
    log_archive_dest_13                  string
    log_archive_dest_14                  string
    log_archive_dest_15                  string
    log_archive_dest_16                  string
    log_archive_dest_17                  string
    log_archive_dest_18                  string
    log_archive_dest_19                  string
    log_archive_dest_2                   string      service="orclstby1", LGWR ASYNC
                                                     NOAFFIRM delay=0 optional comp
                                                     ression=disable max_failure=0
                                                     max_connections=1 reopen=300 d
                                                     b_unique_name="orclstby1" net_ti
                                                     meout=30, valid_for=(all_logfi
                                                     les,primary_role)
    log_archive_dest_20                  string
    log_archive_dest_21                  string
    log_archive_dest_22                  string
    ####  log_archive_dest on standby database
    SQL> show parameter log_archive_dest
    NAME                                 TYPE        VALUE
    log_archive_dest                     string
    log_archive_dest_1                   string      location=/u3/arch/orclstby1 vali
                                                     d_for=(ALL_LOGFILES,ALL_ROLES)
                                                      db_unique_name=orclstby1
    log_archive_dest_10                  string
    log_archive_dest_11                  string
    log_archive_dest_12                  string
    log_archive_dest_13                  string
    log_archive_dest_14                  string
    log_archive_dest_15                  string
    log_archive_dest_16                  string
    log_archive_dest_17                  string
    log_archive_dest_18                  string
    log_archive_dest_19                  string
    log_archive_dest_2                   string      service=orclprmy ASYNC valid_for
                                                     =(ONLINE_LOGFILE,PRIMARY_ROLE)
                                                      db_unique_name=orclprmy
    log_archive_dest_20                  string
    log_archive_dest_21                  string
    log_archive_dest_22                  string
    log_archive_dest_23                  string
    log_archive_dest_24                  string
    log_archive_dest_25                  string
    #### spfile on standby database
    </u2/oracle/product/11.2.0/dbhome_1/dbs> strings spfileorclstby1.ora
    orcl.__db_cache_size=1040187392
    orclstby1.__db_cache_size=1090519040
    orcl.__java_pool_size=16777216
    orclstby1.__java_pool_size=16777216
    orcl.__large_pool_size=16777216
    orclstby1.__large_pool_size=16777216
    orcl.__oracle_base='/u2/oracle'#ORACLE_BASE set from environment
    orclstby1.__oracle_base='/u2/oracle'#ORACLE_BASE set from environment
    orcl.__pga_aggregate_target=536870912
    orclstby1.__pga_aggregate_target=536870912
    orcl.__sga_target=1610612736
    orclstby1.__sga_target=161061273
    orcl.__shared_io_pool_size=0
    orclstby1.__shared_io_pool_size=0
    orcl.__shared_pool_size=503316480
    orclstby1.__shared_pool_size=469762048
    orcl.__streams_pool_size=16777216
    orclstby1.__streams_pool_size=0
    *.archive_lag_target=0
    *.audit_file_dest='/u2/oracle/admin/orclstby1/adump'
    *.audit_trail='db'
    *.compatible='11.2.0.0.0'
    *.control_files='/u2/oracle/oradata/orclstby1/control01.ctl','/u2/oracle/fast_recovery_area/orclstby1/control02.ctl'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_nam
    e_convert='orcl','orclstby1'
    *.db_name='orcl'
    *.db_recovery_file_dest='/u2/oracle/fast_recovery_area'
    *.db_recovery_file_dest_size=5218762752
    *.db_unique_name='orclstby1'
    *.deferred_segment_creation=FALSE
    *.dg_broker_start=TRUE
    *.diagnostic_dest='/u2/oracle'
    *.fal_client='orclstby1'
    *.fal_server='orclprmy'
    *.log_archive_config='dg_config=(orclprmy,orclstby1)'
    *.log_archive_dest_1='location=/u3/arch/orclstby1 valid_for=(ALL_LOGFILES,ALL_ROLES) db_unique_name=orclstby1'
    *.log_archive_dest_2='ser
    vice=orclprmy ASYNC valid_for=(ONLINE_LOGFILE,PRIMARY_ROLE) db_unique_name=orclprmy'
    *.log_archive_dest_state_2='ENABLE'
    orcl.log_archive_format='orcl_%t_%s_%r.arc'
    *.log_archive_format='orclstby1_%t_%s_%r.arc'
    orclstby1.log_archive_format='orclstby1_%t_%s_%r.arc'
    *.log_archive_max_processes=4
    *.log_archive_min_succeed_dest=1
    orcl.log_archive_trace=0
    orclstby1.log_archive_trace=0
    *.log_file_name_convert='orcl','orclstby1'
    *.open_cursors=300
    *.pga_aggregate_target=536870912
    *.processes=
    1500
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sessions=1655
    *.sga_target=1610612736
    *.standby_file_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    </u2/oracle/product/11.2.0/dbhome_1/dbs>
    Thank you for your help.

  • ORA-16009: invalid redo transport destination;

    Dear friends.
    I am trying to set up phycial standby in Oracle 11g on linux in vmware.
    Everything seems to fine but The configuration is not taking effect.
    An error cropping repeatedly
    ORA-16009
    I am putting the errors and some of the contents.
    Standby System
    archive log list
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination /disk1/oradata/arch
    Oldest online log sequence 2
    Next log sequence to archive 3
    Current log sequence 3
    Production System
    atabase log mode Archive Mode
    Automatic archival Enabled
    Archive destination /disk1/oradata/arch
    Oldest online log sequence 8
    Next log sequence to archive 9
    Current log sequence 9
    on Client Errors:
    ORA-16009: invalid redo transport destination
    PING[ARC0]: Heartbeat failed to connect to standby 'to_orcl1'. Error is 16009.
    Fri May 04 22:45:54 2012
    Errors in file /disk1/oradata/oracldir/diag/rdbms/orcl3/orcl3/trace/orcl3_arc0_10286.trc:
    ORA-16009: invalid redo transport destination
    PING[ARC0]: Heartbeat failed to connect to standby 'to_orcl1'. Error is 16009.
    Fri May 04 22:47:45 2012
    Errors in file /disk1/oradata/oracldir/diag/rdbms/orcl3/orcl3/trace/orcl3_arc0_10286.trc:
    ORA-16009: invalid redo transport destination
    PING[ARC0]: Heartbeat failed to connect to standby 'to_orcl1'. Error is 16009.
    Fri May 04 22:49:48 2012
    Errors in file /disk1/oradata/oracldir/diag/rdbms/orcl3/orcl3/trace/orcl3_arc0_10286.trc:
    ORA-16009: invalid redo transport destination
    PING[ARC0]: Heartbeat failed to connect to standby 'to_orcl1'. Error is 16009.
    Fri May 04 22:51:40 2012
    Errors in file /disk1/oradata/oracldir/diag/rdbms/orcl3/orcl3/trace/orcl3_arc0_10286.trc:
    ORA-16009: invalid redo transport destination
    PING[ARC0]: Heartbeat failed to connect to standby 'to_orcl1'. Error is 16009.
    On Production System Errors:
    ORA-16009: invalid redo transport destination
    Fri May 04 22:47:37 2012
    Error 1034 received logging on to the standby
    Fri May 04 22:47:48 2012
    RFS[43]: Assigned to RFS process 17922
    RFS[43]: Database mount ID mismatch [0x2a846b0e:0x2a856e71] (713321230:713387633)
    RFS[43]: Client instance is standby database instead of primary
    RFS[43]: Not using real application clusters
    Errors in file /disk1/oradata/oracldir/diag/rdbms/orcl3/orcl3/trace/orcl3_rfs_17922.trc:
    ORA-16009: invalid redo transport destination
    Fri May 04 22:49:17 2012
    Destination LOG_ARCHIVE_DEST_2 is UNSYNCHRONIZED
    Thread 1 advanced to log sequence 14 (LGWR switch)
    Current log# 2 seq# 14 mem# 0: /disk1/oradata/oracldir/redolog2.log
    Fri May 04 22:49:18 2012
    Archived Log entry 17 added for thread 1 sequence 13 ID 0x2a7a0eb4 dest 1:
    Fri May 04 22:49:50 2012
    RFS[44]: Assigned to RFS process 17999
    RFS[44]: Database mount ID mismatch [0x2a846b0e:0x2a856e71] (713321230:713387633)
    RFS[44]: Client instance is standby database instead of primary
    RFS[44]: Not using real application clusters
    Errors in file /disk1/oradata/oracldir/diag/rdbms/orcl3/orcl3/trace/orcl3_rfs_17999.trc:
    ORA-16009: invalid redo transport destination
    Fri May 04 22:51:42 2012
    RFS[45]: Assigned to RFS process 18057
    RFS[45]: Database mount ID mismatch [0x2a846b0e:0x2a856e71] (713321230:713387633)
    RFS[45]: Client instance is standby database instead of primary
    RFS[45]: Not using real application clusters
    Errors in file /disk1/oradata/oracldir/diag/rdbms/orcl3/orcl3/trace/orcl3_rfs_18057.trc:
    ORA-16009: invalid redo transport destination
    Fri May 04 22:52:00 2012
    Error 1034 received logging on to the standby
    Fri May 04 22:52:32 2012
    Error 1034 received logging on to the standby
    Errors in file /disk1/oradata/oracldir/diag/rdbms/orcl3/orcl3/trace/orcl3_arc2_17414.trc:
    ORA-01034: ORACLE not available
    FAL[server, ARC2]: FAL archive failed, see trace file.
    Errors in file /disk1/oradata/oracldir/diag/rdbms/orcl3/orcl3/trace/orcl3_arc2_17414.trc:
    ORA-16055: FAL request rejected
    ARCH: FAL archive failed. Archiver continuing
    ORACLE Instance orcl3 - Archival Error. Archiver continuing.
    Fri May 04 22:53:42 2012
    RFS[46]: Assigned to RFS process 18115
    RFS[46]: Database mount ID mismatch [0x2a846b0e:0x2a856e71] (713321230:713387633)
    RFS[46]: Client instance is standby database instead of primary
    RFS[46]: Not using real application clusters
    Errors in file /disk1/oradata/oracldir/diag/rdbms/orcl3/orcl3/trace/orcl3_rfs_18115.trc:
    ORA-16009: invalid redo transport destination

    OK;
    I see several issues. Will post results back here in a Moment.
    Primary
    Missing several parameters :
    FAL_SERVER
    DB_UNIQUE_NAME
    LOG_ARCHIVE_DEST_STATE_1 ( should be ENABLE )
    LOG_ARCHIVE_DEST_STATE_2 ( should be ENABLE )
    Incorrect settings
    log_archive_dest_1
    log_archive_dest_2
    YOURS
    log_archive_dest_1="location=/disk1/oradata/arch"
    EXAMPLE FROM MINE
    log_archive_dest_1='LOCATION=USE_DB_RECOVERY_FILE_DEST VALID_FOR=(ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=PRIMARY'
    YOURS
    log_archive_dest_2="Service=to_orcl1 lgwr sync affirm reopen=3"
    EXAMPLE FROM MINE
    log_archive_dest_2='SERVICE=STANDBY LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=STANDBY'
    Standby
    Missing several parameters :
    LOG_ARCHIVE_DEST_STATE_1 ( should be ENABLE )
    LOG_ARCHIVE_DEST_STATE_2 ( should be DEFER )
    FAL_SERVER
    DB_UNIQUE_NAME
    Incorrect settings
    log_archive_dest_1
    log_archive_dest_2
    (similar to primary issues)
    Summary
    OK, this is way off. I don't in any way want to be unprofessional or rude but I'm not sure how to help without wasting you time or mine. So I'm going to take a few educated guesses and hope I'm helping you.
    First I have a short note on how to do this here :
    http://www.visi.com/~mseberg/data_guard_on_oracle_11_step_by_step.html
    Second, you really need to understand the Oracle parameters needed by Data Guard so I would ask you read :
    Data Guard Concepts and Administration 11g Release 2 (11.2) E10700-02
    The section in chapter 3 "Set Primary Database Initialization Parameters"
    Third, you say vmware. By that do you mean two separate vmware servers? A Primary and a Standby of something else?
    More details here might help. Vmware is fine, but if I'm setting this up I want two Servers, one for the Primary and one for the Standby database.
    Will still post the details of Standby INIt ASAP
    Best Regards
    mseberg
    Edited by: mseberg on May 4, 2012 12:48 PM
    Edited by: mseberg on May 4, 2012 1:43 PM

  • Transport error while exporting swf to enterprise

    Hi all,
    OLD scenario : Server OS :  Windows2003, BO  XI3.1   Client OS : Windows XP , all BO lcient tools and Xcelsius 2008 ..system works fine in all respects
    New Scenario : Server OS upgraded to Windows 2008 with out doing any modifications on the running applicaitions.
    All client tools are able to connect to BO Application including designer, deski , importwizrd, webirichclient with EXCEPTION Xelcius 2008.
    In Xcelsius 2008 with SP1 --> while tring to export to Business objects platform, upon giving username and password and authenticationi (any) ...waits for 3-4 sec ...pops up " Transport Error : Communication Failure" .... same error while importing also ..application is not getting response from server ...
    pls guide ...thnx ..
    .kishore

    Sorry for delayed update .The Issue is resolved after un-checking auto assign port to CMS and assigning port number manually.

  • No transport error while consuming WCF service in a REST way

    Hi,
    Here is a small article on when we usually face No Transport error and how to get rid of it.
    I recently worked on a sample application using “app for Office” (New in Visual Studio 11.0)
    What is “app for Office”?
    An app for Office is basically a webpage that is hosted inside an Office client application. You can use apps to extend the functionality of a document, email message, meeting request, or appointment. Apps
    can run in multiple environments and clients, including rich Office desktop clients, Office Web Apps, mobile browsers, and also on-premises and in the cloud.
    What can an app for Office do?
    An app for Office can do pretty much anything a webpage can do inside the browser, such as the following:
    Provide an interactive UI and custom logic through      JavaScript. (Develop UI using HTML and JavaScript)
    Use JavaScript frameworks such as jQuery.
    Connect to REST endpoints and web services via      HTTP and AJAX.
    Run server-side code or logic, if the page is      implemented using a server-side scripting language such as ASP or PHP.
    As “app for Office” doesn’t have an option to write server side scripting (unlike code behind or in-line coding feature in ASP.NET/MVC) we will have to go for web service or WCF service and consume the service
    using any JavaScript framework like Jquery.
    I wrote a simple WCF service to hook up with server side code and consumed the service using Jquery as follows
    $(document).ready(function () {
    $.ajax({
    type: "GET",
    url: "http://localhost/MyService.svc/rh/data?id=" + $('#sampleType').val(),
    processData: false,
    contentType: "application/json; charset=utf-8",
    dataType: "json",
    crossDomain: true,
    success: function (data) {
    alert(data)
    error: function (xhr, status, error) {
    alert(error);
    I encountered an error saying “No Transport” when I executed the client application.
     I did some investigation on this and found out the root cause that cross-domain request was disabled. But I was really not sure whether it was at my WCF service end or “app for Office” client end. I added
    Client Access policy and Cross-domain-policy xml files to WCF service in order to enable cross-domain request 
    so that service will accept any type requests sent form different domains.
    Client Access policy
    <?xml version="1.0" encoding="utf-8" ?>
    <access-policy>
    <cross-domain-access>
    <policy>
    <allow-from http-request-headers="*">
    <domain uri="*"/>
    </allow-from>
    <grant-to>
    <resource include-subpaths="true" path="/"/>
    </grant-to>
    </policy>
    </cross-domain-access>
    </access-policy>
    Cross-domain-policy
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
    <allow-http-request-headers-from domain="*" headers="*"/>
    </cross-domain-policy>
    Both the policies should be in different XML files
    But this didn’t solve my problem. After a little bit more investigation I found exactly where and how to enable-cross domain requests.
    Solution
    We need to enable cross-domain requests in environments that do not support cross-domain requests.
    “Cors is equal to true if a browser can create an XMLHttpRequest object and if thatXMLHttpRequest
    object has a withCredentials property. To enable cross-domain requests in environments that do not support cors yet but do allow cross-domain XHRrequests (windows gadget, etc), set $.support.cors = true;”
    You just have to add jQuery.support.cors = true; in your client scripting and it works perfectly fine.
    [Cors- Cross-Origin Resource Sharing]
    A simple example:
    $.support.cors = true;
    $(document).ready(function () {
    $.ajax({
    type: "GET",
    url: "http://localhost/MyService.svc/rh/data?id=" + $('#sampleType').val(),
    processData: false,
    contentType: "application/json; charset=utf-8",
    dataType: "json",
    crossDomain: true,
    success: function (data) {
    alert(data)
    error: function (xhr, status, error) {
    alert(error);
    Hope this will be helpful.
    Thanks

    This is very good technich to resolve the problem. but this is not working in Google chrome or Firfox . can any one help me.

  • 401 Unauthorized:HTTP transport error while calling external WSDL from BPEL

    Hi,
    I have simple BPEL process whic calls siebel WSDL file through partner link.
    I have successfully compiled and deployed BPEL process, when i initiate the Process, instace got errored out at invoke activity.
    Error Goes like this
    "<remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>
    exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException:
    java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Bad response: 401 Unauthorized</summary>
    </part></remoteFault>"
    Can anybody help on this issue, Could you please give me possible solution.
    Thank youl.

    we have not provided any authentication credentials to XMLSpy, we have just uploaded siebel WSDL file then sent the SOAP request with some customer Id then we have received proper response with all desired customer data.
    In the same way we tried to call same siebel WSDL file from BPEL process throgh partner link. errored instance has created with 401 unauthorised HTTP transport error..
    Do you think is this probem at siebel application side?
    We have deployed our BPEL process to SOA server which is having HTTP port 7777.
    as per my investigation,i found that we have to open port from siebel side (which WSDL file we are calling) which matches with above HTTP port number.
    Do you have any idea on this above clue? Please let us know more details on this.

  • Exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPExcept

    Hi all,
    I am getting below error while invoking Siebel web service from BPEL service,
    <fault>
    -<remoteFault xmlns="http://schemas.oracle.com/bpel/extension">
    -<part name="summary">
    <summary>
    exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html; charset=UTF-8
    </summary>
    </part>
    </remoteFault>
    </fault
    Please help me to resolve this issue.
    Thanks,
    Santosh M E

    Resolved, I was invoking an external Web service which is an Asynchronous 2 way.
    Didn't capture the reply back from the Async service.

  • Transport Error from Dev to QA.

    Hi All,
    We r facing transport error while transporting req from Dev to QA,
    Created queries in dev and try to trasport in QA.
    Error:
    Execution of programs after import (XPRA)
    Transport request   : BD1K922532
    System              : BQ1
    tp path             : tp
    Version and release: 372.04.29 700
    Execution of programs after import (XPRA)
    End date and time : 20091022031634
    Ended with return code:  ===> 8 <==
    what could be the reason?
    Regards,
    SD

    Hi.
    I have collected all neccessary object which query contains, but after releasing the request it shows the message,
    The request contains message that have already been edited & transported to other projects. To avoid overshooter problem when importing you need to create dependency information for the request with which object were last transported. The requiered information is listed here together with the existing information.
    Should i go ahed with above message???? Is there any dependency?
    Regards,
    SD

  • Transport error 12

    Hi,
    I am getting a transport error 12 while importing a request.
    Some transports are getting transported while some are not and are ending up with error 12.
    Here are the slog
    ERROR BD1K902473           BP1 R 0012 20100114030753           
    STOP  tp_getprots          BP1 R      20100114030809                
    STOP  EXECUTION OF REPORTS BP1 R      20100114030810              
    ERROR: stopping on error 12 during EXECUTION OF REPORTS AFTER PUT
    STOP  imp single           BP1   0012 20100114030811            
    START imp single           BP1        20100114030842      
    Regards,
    Visshwas

    Here it is
    STOP  tp_getprots          BP1 V      20100114002628              VENKATEV     STRDS1502 20100114002456     
    STOP  SET VERSION FLAGS    BP1 V      20100114002629              VENKATEV     STRDS1502 20100114002456     
    START EXECUTION OF REPORTS BP1 R      20100114002641              VENKATEV     STRDS1502 20100114002456     
    START tp_getprots          BP1 R      20100114002642              VENKATEV     STRDS1502 20100114002456     
    STOP  tp_getprots          BP1 R      20100114002710              VENKATEV     STRDS1502 20100114002456     
    STOP  EXECUTION OF REPORTS BP1 R      20100114002711              VENKATEV     STRDS1502 20100114002456     
    STOP  imp single           BP1   0008 20100114002712              VENKATEV     STRDS1502 20100114002456     
    START INFORM SAP-SYSTEM OF BP1 Q      20100114002713              VENKATEV     STRDS1502 20100114002456     
    START tp_getprots          BP1 Q      20100114002713              VENKATEV     STRDS1502 20100114002456     
    STOP  tp_getprots          BP1 Q      20100114002722              VENKATEV     STRDS1502 20100114002456     
    STOP  INFORM SAP-SYSTEM OF BP1 Q      20100114002723              VENKATEV     STRDS1502 20100114002456     
    START imp single           BP1        20100114004455              VENKATEV     STRDS1502 20100114004453     
    INFO  TBATG CONVERSION OF  BP1 N      not needed                  VENKATEV     STRDS1502 20100114004453     
    START MOVE NAMETABS        BP1 6      20100114004457              VENKATEV     STRDS1502 20100114004453     
    START tp_getprots          BP1 P      20100114004458              VENKATEV     STRDS1502 20100114004453     
    STOP  tp_getprots          BP1 P      20100114004500              VENKATEV     STRDS1502 20100114004453     
    STOP  MOVE NAMETABS        BP1 6      20100114004501              VENKATEV     STRDS1502 20100114004453     
    START MAIN IMPORT          BP1 I      20100114004502              VENKATEV     STRDS1502 20100114004453     
    STOP  MAIN IMPORT          BP1 I      20100114005903              VENKATEV     STRDS1502 20100114004453     
    INFO  TBATG CREATION OF EN BP1 n      not needed                  VENKATEV     STRDS1502 20100114004453     
    START SET VERSION FLAGS    BP1 V      20100114005908              VENKATEV     STRDS1502 20100114004453     
    START tp_getprots          BP1 V      20100114005911              VENKATEV     STRDS1502 20100114004453     
    STOP  tp_getprots          BP1 V      20100114005936              VENKATEV     STRDS1502 20100114004453     
    STOP  SET VERSION FLAGS    BP1 V      20100114005938              VENKATEV     STRDS1502 20100114004453     
    START EXECUTION OF REPORTS BP1 R      20100114005947              VENKATEV     STRDS1502 20100114004453     
    START tp_getprots          BP1 R      20100114005949              VENKATEV     STRDS1502 20100114004453     
    ERROR BD1K902473           BP1 R 0012 20100114010005 MANJUS       VENKATEV     STRDS1502 20100114004453     
    STOP  tp_getprots          BP1 R      20100114010041              VENKATEV     STRDS1502 20100114004453     
    STOP  EXECUTION OF REPORTS BP1 R      20100114010043              VENKATEV     STRDS1502 20100114004453     
    ERROR: stopping on error 12 during EXECUTION OF REPORTS AFTER PUT
    STOP  imp single           BP1   0012 20100114010049              VENKATEV     STRDS1502 20100114004453     
    START imp single           BP1        20100114010856              VENKATEV     STRDS1502 20100114010848     
    INFO  TBATG CONVERSION OF  BP1 N      not needed                  VENKATEV     STRDS1502 20100114010848     
    START MOVE NAMETABS        BP1 6      20100114010901              VENKATEV     STRDS1502 20100114010848     
    START tp_getprots          BP1 P      20100114010902              VENKATEV     STRDS1502 20100114010848     
    STOP  tp_getprots          BP1 P      20100114010911              VENKATEV     STRDS1502 20100114010848     
    STOP  MOVE NAMETABS        BP1 6      20100114010914              VENKATEV     STRDS1502 20100114010848     
    START MAIN IMPORT          BP1 I      20100114010917              VENKATEV     STRDS1502 20100114010848     
    STOP  MAIN IMPORT          BP1 I      20100114011713              VENKATEV     STRDS1502 20100114010848     
    INFO  TBATG CREATION OF EN BP1 n      not needed                  VENKATEV     STRDS1502 20100114010848     
    START SET VERSION FLAGS    BP1 V      20100114011724              VENKATEV     STRDS1502 20100114010848     
    START tp_getprots          BP1 V      20100114011725              VENKATEV     STRDS1502 20100114010848     
    STOP  tp_getprots          BP1 V      20100114011730              VENKATEV     STRDS1502 20100114010848     
    STOP  SET VERSION FLAGS    BP1 V      20100114011731              VENKATEV     STRDS1502 20100114010848     
    START EXECUTION OF REPORTS BP1 R      20100114011741              VENKATEV     STRDS1502 20100114010848     
    START tp_getprots          BP1 R      20100114011741              VENKATEV     STRDS1502 20100114010848     
    ERROR BD1K902473           BP1 R 0012 20100114011757 MANJUS       VENKATEV     STRDS1502 20100114010848     
    STOP  tp_getprots          BP1 R      20100114011816              VENKATEV     STRDS1502 20100114010848     
    STOP  EXECUTION OF REPORTS BP1 R      20100114011817              VENKATEV     STRDS1502 20100114010848     
    ERROR: stopping on error 12 during EXECUTION OF REPORTS AFTER PUT
    STOP  imp single           BP1   0012 20100114011819              VENKATEV     STRDS1502 20100114010848     
    START imp single           BP1        20100114013808              VENKATEV     STRDS1502 20100114013757     
    INFO  TBATG CONVERSION OF  BP1 N      not needed                  VENKATEV     STRDS1502 20100114013757     
    START MOVE NAMETABS        BP1 6      20100114013813              VENKATEV     STRDS1502 20100114013757     
    START tp_getprots          BP1 P      20100114013820              VENKATEV     STRDS1502 20100114013757     
    STOP  tp_getprots          BP1 P      20100114013827              VENKATEV     STRDS1502 20100114013757     
    STOP  MOVE NAMETABS        BP1 6      20100114013830              VENKATEV     STRDS1502 20100114013757     
    START MAIN IMPORT          BP1 I      20100114013836              VENKATEV     STRDS1502 20100114013757     
    STOP  MAIN IMPORT          BP1 I      20100114015151              VENKATEV     STRDS1502 20100114013757     
    INFO  TBATG CREATION OF EN BP1 n      not needed                  VENKATEV     STRDS1502 20100114013757     
    START SET VERSION FLAGS    BP1 V      20100114015157              VENKATEV     STRDS1502 20100114013757     
    START tp_getprots          BP1 V      20100114015200              VENKATEV     STRDS1502 20100114013757     
    STOP  tp_getprots          BP1 V      20100114015211              VENKATEV     STRDS1502 20100114013757     
    STOP  SET VERSION FLAGS    BP1 V      20100114015212              VENKATEV     STRDS1502 20100114013757     
    START EXECUTION OF REPORTS BP1 R      20100114015216              VENKATEV     STRDS1502 20100114013757     
    START tp_getprots          BP1 R      20100114015217              VENKATEV     STRDS1502 20100114013757     
    ERROR BD1K902473           BP1 R 0012 20100114015233 MANJUS       VENKATEV     STRDS1502 20100114013757     
    STOP  tp_getprots          BP1 R      20100114015253              VENKATEV     STRDS1502 20100114013757     
    STOP  EXECUTION OF REPORTS BP1 R      20100114015255              VENKATEV     STRDS1502 20100114013757     
    ERROR: stopping on error 12 during EXECUTION OF REPORTS AFTER PUT
    STOP  imp single           BP1   0012 20100114015256              VENKATEV     STRDS1502 20100114013757     
    START imp single           BP1        20100114020600              VENKATEV     STRDS1502 20100114020557     
    INFO  TBATG CONVERSION OF  BP1 N      not needed                  VENKATEV     STRDS1502 20100114020557     
    START MOVE NAMETABS        BP1 6      20100114020605              VENKATEV     STRDS1502 20100114020557     
    START tp_getprots          BP1 P      20100114020606              VENKATEV     STRDS1502 20100114020557     
    STOP  tp_getprots          BP1 P      20100114020631              VENKATEV     STRDS1502 20100114020557     
    STOP  MOVE NAMETABS        BP1 6      20100114020631              VENKATEV     STRDS1502 20100114020557     
    START MAIN IMPORT          BP1 I      20100114020634              VENKATEV     STRDS1502 20100114020557     
    STOP  MAIN IMPORT          BP1 I      20100114021516              VENKATEV     STRDS1502 20100114020557     
    INFO  TBATG CREATION OF EN BP1 n      not needed                  VENKATEV     STRDS1502 20100114020557     
    START SET VERSION FLAGS    BP1 V      20100114021525              VENKATEV     STRDS1502 20100114020557     
    START tp_getprots          BP1 V      20100114021526              VENKATEV     STRDS1502 20100114020557     
    STOP  tp_getprots          BP1 V      20100114021536              VENKATEV     STRDS1502 20100114020557     
    STOP  SET VERSION FLAGS    BP1 V      20100114021536              VENKATEV     STRDS1502 20100114020557     
    START EXECUTION OF REPORTS BP1 R      20100114021550              VENKATEV     STRDS1502 20100114020557     
    START tp_getprots          BP1 R      20100114021550              VENKATEV     STRDS1502 20100114020557     
    ERROR BD1K902473           BP1 R 0012 20100114021757 MANJUS       VENKATEV     STRDS1502 20100114020557     
    STOP  tp_getprots          BP1 R      20100114021820              VENKATEV     STRDS1502 20100114020557     
    STOP  EXECUTION OF REPORTS BP1 R      20100114021820              VENKATEV     STRDS1502 20100114020557     
    ERROR: stopping on error 12 during EXECUTION OF REPORTS AFTER PUT
    STOP  imp single           BP1   0012 20100114021822              VENKATEV     STRDS1502 20100114020557     
    START imp single           BP1        20100114025554              VENKATEV     STRDS1502 20100114025552     
    INFO  TBATG CONVERSION OF  BP1 N      not needed                  VENKATEV     STRDS1502 20100114025552     
    START MOVE NAMETABS        BP1 6      20100114025559              VENKATEV     STRDS1502 20100114025552     
    START tp_getprots          BP1 P      20100114025600              VENKATEV     STRDS1502 20100114025552     
    STOP  tp_getprots          BP1 P      20100114025613              VENKATEV     STRDS1502 20100114025552     
    STOP  MOVE NAMETABS        BP1 6      20100114025613              VENKATEV     STRDS1502 20100114025552     
    START MAIN IMPORT          BP1 I      20100114025615              VENKATEV     STRDS1502 20100114025552     
    STOP  MAIN IMPORT          BP1 I      20100114030423              VENKATEV     STRDS1502 20100114025552     
    INFO  TBATG CREATION OF EN BP1 n      not needed                  VENKATEV     STRDS1502 20100114025552     
    START SET VERSION FLAGS    BP1 V      20100114030432              VENKATEV     STRDS1502 20100114025552     
    START tp_getprots          BP1 V      20100114030433              VENKATEV     STRDS1502 20100114025552     
    STOP  tp_getprots          BP1 V      20100114030438              VENKATEV     STRDS1502 20100114025552     
    STOP  SET VERSION FLAGS    BP1 V      20100114030439              VENKATEV     STRDS1502 20100114025552     
    START EXECUTION OF REPORTS BP1 R      20100114030447              VENKATEV     STRDS1502 20100114025552     
    START tp_getprots          BP1 R      20100114030448              VENKATEV     STRDS1502 20100114025552     
    ERROR BD1K902473           BP1 R 0012 20100114030753 MANJUS       VENKATEV     STRDS1502 20100114025552     
    STOP  tp_getprots          BP1 R      20100114030809              VENKATEV     STRDS1502 20100114025552     
    STOP  EXECUTION OF REPORTS BP1 R      20100114030810              VENKATEV     STRDS1502 20100114025552     
    ERROR: stopping on error 12 during EXECUTION OF REPORTS AFTER PUT
    STOP  imp single           BP1   0012 20100114030811              VENKATEV     STRDS1502 20100114025552     
    START imp single           BP1        20100114030842              VENKATEV     STRDS1502 20100114030839     
    INFO  TBATG CONVERSION OF  BP1 N      not needed                  VENKATEV     STRDS1502 20100114030839     
    START MOVE NAMETABS        BP1 6      20100114030845              VENKATEV     STRDS1502 20100114030839     
    START tp_getprots          BP1 P      20100114030845              VENKATEV     STRDS1502 20100114030839     
    STOP  tp_getprots          BP1 P      20100114030858              VENKATEV     STRDS1502 20100114030839     
    STOP  MOVE NAMETABS        BP1 6      20100114030859              VENKATEV     STRDS1502 20100114030839     
    START MAIN IMPORT          BP1 I      20100114030901              VENKATEV     STRDS1502 20100114030839     
    STOP  MAIN IMPORT          BP1 I      20100114030938              VENKATEV     STRDS1502 20100114030839     
    INFO  TBATG CREATION OF EN BP1 n      not needed                  VENKATEV     STRDS1502 20100114030839     
    START SET VERSION FLAGS    BP1 V      20100114030951              VENKATEV     STRDS1502 20100114030839     
    START tp_getprots          BP1 V      20100114030952              VENKATEV     STRDS1502 20100114030839     
    STOP  tp_getprots          BP1 V      20100114030956              VENKATEV     STRDS1502 20100114030839     
    STOP  SET VERSION FLAGS    BP1 V      20100114030957              VENKATEV     STRDS1502 20100114030839     
    START EXECUTION OF REPORTS BP1 R      20100114031008              VENKATEV     STRDS1502 20100114030839     
    START tp_getprots          BP1 R      20100114031009              VENKATEV     STRDS1502 20100114030839     
    STOP  tp_getprots          BP1 R      20100114031020              VENKATEV     STRDS1502 20100114030839     
    STOP  EXECUTION OF REPORTS BP1 R      20100114031020              VENKATEV     STRDS1502 20100114030839     
    STOP  imp single           BP1   0000 20100114031024              VENKATEV     STRDS1502 20100114030839

  • BW Transport Error

    Hi All,
    I get the following Transport error when trying to transport 0Customer from BW Dev. to Quality.
    Number range interval for characteristic 0CITY is missing
    Message no. BRAIN049
    Diagnosis
    The interval for number range object BIM0000093 of characteristic 0CITY is missing. The interval is created automatically, when you run the system in the BW clients.
    Procedure
    Execute the corresponding action again in the BW clients, so that the interval is created automatically. Then you can drag numbers for the characteristic 0CITY to other clients.
    I get similar error for 2 other attributes of 0Customer (Name and Street). Some of the attributes have been turned navigational. All are activated in Development.
    Is there something i am missing?
    George.

    Hi Roberto,
    For City, name and street- the number range object entries (for SID'd) in Development system are:
    No From number  To number  Number status   Ext
    01 0000000001   2000000000   0000000057
    01 0000000001   2000000000   0000000196
    01 0000000001   2000000000   0000000107
    As per the error message and your reply, i went to SNRO and tried entering the objects: BIM0000093, BIM0000249 and BIM0000318 for the 3 Info objects and clicked the 'Number ranges' button. It appears like these number range objects do not exist.
    George.

  • HTTP Transport Error in Net BEans 6.5

    Hello,
    I am consuming a web service using JAX-RPC. I am trying to log onto a web interface through my program but I am getting the following error:
    Feb 6, 2009 1:10:54 PM ttsample.Engine Login
    SEVERE: null
    java.rmi.RemoteException: HTTP transport error: java.net.UnknownHostException: http; nested exception is:
    Logged in...
    HTTP transport error: java.net.UnknownHostException: http
    at ttsample.TtsoapcgiPortType_Stub.databaseLogon(TtsoapcgiPortType_Stub.java:819)
    at ttsample.Engine.Login(Engine.java:77)
    at ttsample.Main.main(Main.java:30)
    Caused by: HTTP transport error: java.net.UnknownHostException: http
    at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:140)
    at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:96)
    at ttsample.TtsoapcgiPortType_Stub.databaseLogon(TtsoapcgiPortType_Stub.java:802)
    ... 2 more
    I searched the web and found that this is a proxy setting proble.
    I configured apache earlier to use the local host that run the web client.
    When I change the http port host and port number and try to login into the web client its giving me page not found error.So I changed the proxy settings to default and then restarted the system and then tried to log into the web client and it worked.
    I dont know where i am going wrong.I want to consume the WSDL and log into the web client but i am gettingthe above error.
    Anyone's help will be greatly appreciated.
    Thank You,
    Sravanthi.

    Where did you get the address: http://sal006.salnetwork.com:82/bin/lccountrycodes.cgi (shouldn't the 82 be 83 instead?)

  • ERROR: transport error 202: bind failed: Address already in use

    Hey guys,
    I created 2 WL 10.3 Domains. I can start the admin server in domain but when I start the second admin server i get the following error:
    starting weblogic with Java version:
    ERROR: transport error 202: bind failed: Address already in use
    ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
    JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../.
    ./../src/share/back/debugInit.c:690]
    FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_E
    RROR_TRANSPORT_INIT(197)
    Starting WLS with line:
    C:\bea\JDK160~1\bin\java -client -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket
    ,address=8453,server=y,suspend=n -Djava.compiler=NONE -Xms512m -Xmx512m -XX:Com
    pileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -XX:MaxPermSize=160m
    -Xverify:none -Xverify:none -da:org.apache.xmlbeans... -ea -da:com.bea... -da:
    javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.
    sbconsole... -Dplatform.home=C:\bea\WLSERV~1.3 -Dwls.home=C:\bea\WLSERV~1.3\serv
    er -Dweblogic.home=C:\bea\WLSERV~1.3\server -Dweblogic.management.discover=tru
    e -Dwlw.iterativeDev=true -Dwlw.testConsole=true -Dwlw.logErrorsToConsole=true
    -Dweblogic.ext.dirs=C:\bea\patch_wlw1030\profiles\default\sysext_manifest_classp
    ath;C:\bea\patch_wls1030\profiles\default\sysext_manifest_classpath;C:\bea\patch
    cie670\profiles\default\sysextmanifest_classpath;C:\bea\patch_alsb1031\profile
    s\default\sysext_manifest_classpath -Dweblogic.Name=TestAdmin2 -Djava.security.p
    olicy=C:\bea\WLSERV~1.3\server\lib\weblogic.policy weblogic.Server
    ERROR: transport error 202: bind failed: Address already in use
    ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
    JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../.
    ./../src/share/back/debugInit.c:690]
    FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_E
    RROR_TRANSPORT_INIT(197)
    Stopping PointBase server...
    I changed the port address of both admins but I dont' think that's the issue. Can someone tell me whats going on.
    Thanks

    Hi
    Iam getting the Same Error , Can you provide me some information on what changes did you made to the setDomainEnv.cmd file to make this work
    thanks in advance

  • B2B-50079 Transport error: To Transport Informations Not found

    Hi,
    I'm trying an outbound scenario in b2b using ebXML. When i tried to test, 3 messages for a single instance can be seen.
    1.A message entry with correct document type which converts custom format to ebXML format and the status is in "MSG_WAIT_ACK" for some time. (sender and receiver are correct)
    2. A message entry with document type acknowledgement is seen with status "MSG_ERROR". (sender and receiver both are same - means the host TP)
    3. A message entry with no document type and status as "MSG_ERROR". (sender and receiver both are same - means the host TP)
    Later, the original message entry state changes from "MSG_WAIT_ACK" to "MSG_ERROR" since the retry for acknowledgement is over.
    What is the mistake I'm doing here? Please help me to resolve this.
    Below is the details of the acknowledgement message.
    Id     7F0000011392F6F4E0B0000050F6DB1A
    Message Id     7F0000011392F6F4E040000050F6DB15
    Refer To Message     Refer To Message
    Sender Type     Name
    Sender Value     OracleServices
    Receiver Type     Name
    Receiver Value     MarketInc
    Sender     MarketInc
    Receiver     MarketInc
    Agreement Id     
    Agreement     
    Document Type     Acknowledgement
    Document Protocol     
    Document Version     
    Message Type     ACK
    Direction     OUTBOUND
    State     MSG_ERROR
    Acknowledgement Mode     ASYNC
    Response Mode     NONE
    Send Time Stamp     08/16/2012 06:06:27 PM
    Receive Time Stamp     08/16/2012 06:06:27 PM
    Document Retry Interval(Channel)     0
    Document Remaining Retry(Channel)     0
    Document Retry Interval(Agreement)     0
    Document Remaining Retry(Agreement)     0
    Native Message Size     
    Translated Message Size     
    Business Action Name     MessageError
    Business Transaction Name     
    Xpath Name1     
    Xpath Value1     
    Xpath Expression1     
    Xpath Name2     
    Xpath Value2     
    Xpath Expression2     
    Xpath Name3     
    Xpath Value3     
    Xpath Expression3     
    Correlation From XPath Name     
    Correlation From XPath Value     
    Correlation From XPath Expression     
    Correlation To XPath Name     
    Correlation To XPath Value     
    Correlation To XPath Expression     
    Wire Message     Wire Message
    Application Message     Application Message
    Payload Storage     Payload Storage
    Attachment     Attachment
    Label     
    Collaboration Id     @7F0000011392F6F4D350000050F6DB09
    Collabration Name     
    Collabration Version     
    Business Action Name     MessageError
    Exchange Protocol Name     ebMS
    Exchange Protocol Version     2.0
    Interchange Control Number     
    Group Control Number     
    Transaction Set Control Number     
    Error Code     B2B-50079
    Error Description     Machine Info: (localhost.localdomain) Transport error: To Transport Informations Not found
    Error Level     ERROR_LEVEL_COLLABORATION
    Error Severity     ERROR
    Error Text     Transport error: To Transport Informations Not found

    Have you created a channel in remote trading partner profile? If yes, have you included the channel in the agreement? If yes, then save validate and deploy the agreement again. Make sure that URL in ebMS channel is not pointing to same B2B host.
    You may refer -
    http://www.oracle.com/technetwork/middleware/soasuite/b2b-tu003-ebxml-134605.pdf
    Regards,
    Anuj
    Edited by: Anuj Dwivedi on Aug 17, 2012 2:44 PM

  • Transport error: Communication failure error

    I am trying to access Crystal Enterprise that is behind a firewall and am getting an Transport error: Communication failure error.  I have tried the following:
    1)  Opened the 6400 port for the CMS.
    2)  Set -requestport in the command line to a different port, that is also open, for the Output Server and the Input Server.
    Does anyone know what I am doing wrong?  I haven't been able to locate the documention on how to run behind a firewall.  I am newby on the admin side.
    I am running this on Windows 2003 server.
    Thanks in advance.

    I can tell you from Business Objects Enterprise perspective. 6400 is the port on which CMS listens. We have web server in the DMZ so we had to open another set of ports also. We opened 2000-5000 ports also between Web server and application server ( where services are installed). The reason being that CMS listens on 6400 but other services listens on randomly selected ports different from 6400. Look into the registry entry and you will find CER. Inside CER there are two Keys RequestLowerPort and RequestUpperPort. We have defined these as 2000 to lower and 5000 to upper one.
    You can set ports using -requestport and open that ports and see how it works. Opening only 6400 would not  work is my guess.

Maybe you are looking for

  • How can i change the apple id on my iphone for icloud?

    the iCloud for my new iphone wants to use my old email address and password but i dont remember it. how can i change that.... help!!!!!

  • Problem in Background Job

    Hi Experts, I am creating XML Files through ABAP Program. If i execute this program in foreground it is creating all the XML Files in presentaion server, but if i execute the same program in background it is executing the program succesfully and job

  • JavaScript for HTMLDB_ITEM.TEXT

    Do we support Javascript for HTMLDB_ITEM.TEXT ? If so let me know the syntax Not able to find the same in HTMLDB Help thanks -prashant

  • CS2, win, loading fonts

    I'm working primarily in Illustrator, but this question may pertain to all the CS2 programs. When I first open Illustrator in the morning, I find myself waiting for what seems like 5 minutes for all my fonts to load. Is there a way to open the progra

  • "Copy link address" missing in BB browser

    After I've upgraded my Torch 9810 to OS 7.0.0.474, the feature to "copy link address" in browser is no longer available. It's missing in the menu and it's also missing  when I click and hold over a hyperlink. The only way how I can copy a link is to