Axis2 (0.94) - transport error : Unauthorized

Dear all,
I hving difficulties to consume a custom .Net webservice resides in Ms Sharepoint server. The webservice is tested within a C# windows application and it works fine.
I used wsdl2java.bat to generate the neccesary stub and helper. When I tried to execute the following program,
public static void main(String[] args) {
          ServiceSoapStub stub = null;
          String str =null;
          try
               stub = new ServiceSoapStub();
               stub.currentUserXml(new ServiceSoapStub.CurrentUserXml());
               System.out.println(str);
          catch (Exception ex)
               System.err.println(ex.getMessage());
I received the following errors
- Deploying module : addressing
- ntlm authentication scheme selected
- No credentials available for NTLM <any realm>@spserver:80
Axis2 transport error : Unauthorized; nested exception is:
     org.apache.axis2.AxisFault: Axis2 transport error : Unauthorized; nested exception is:
     org.apache.axis2.AxisFault: Axis2 transport error : Unauthorized; nested exception is:
     org.apache.axis2.AxisFault: Axis2 transport error : Unauthorized
How can I insert the NTLM credential into the stub ? I tried to search around the net for samples but couldn't find any.
Thanks.
EchoBomber

Hi,
Have you tried going through this doc, about, pre-requisites on MSSharepoint :- http://docs.oracle.com/cd/E21764_01/webcenter.1111/e12405/wcadm_documents.htm#BABDFFDC
Regards,
Birender Singh

Similar Messages

  • WebCenter Adapter for SharePoint - Transport error: 401 Error: Unauthorized

    Hi All,
    Hi,
    I am trying to integrate MS sharepoint with webcentr, In JDeveloper(11.1.1.4.0) i updated oracle.webcenter.content.jcr.sharepoint.ear bundle(11.1.1.4.0), After that I'm createing webcenter portal application. When i'm creating Content Repository Connection with fallowing parameters
    connection name:MySPConn
    Repository type:JCR SharePoint Adapter
    *SahrePoint URL :http://sharepoint.mycompanyname.com/SitePages/Home.aspx
    in Credentials section
    i used External application for this i used fallowing properties
    Application name :myMSSPExtApp
    App Display name: myMSSPExtApp
    login URL:ttp://sharepoint.mycompanyname.com/SitePages/Home.aspx
    UserName/ID field Name:Admin
    PasswordFied Name:Admin@123
    Authentication Method:Basic
    Additional fields:skip
    Sheared Credentials:skip
    Public credentials:skip
    finally finished.
    while testing connection its giving fallowing Errors
    plz give me some solution.where am doing mistake pl z correct me
    Jan 9, 2012 5:11:34 PM oracle.webcenter.concurrent.Submission run
    SEVERE: Submission[id=3, service=oracle.webcenter.content.jcr.login, resource=mpspconnection] caught exception running task
    javax.jcr.LoginException: Transport error: 401 Error: Unauthorized: Transport error: 401 Error: Unauthorized
    at com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory$SharepointConnectionImpl.verify(WindowsAuthenticationConnectionFactory.java:359)
    at com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory.createConnection(WindowsAuthenticationConnectionFactory.java:253)
    at com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory.create(WindowsAuthenticationConnectionFactory.java:62)
    at com.day.crx.spi.sharepoint.SharepointSessionInfoImpl.login(SharepointSessionInfoImpl.java:218)
    at com.day.crx.spi.sharepoint.SharepointSessionInfoImpl.login(SharepointSessionInfoImpl.java:82)
    at com.day.crx.spi.sharepoint.SharepointRepositoryService.obtain(SharepointRepositoryService.java:253)
    at org.apache.jackrabbit.jcr2spi.RepositoryImpl.login(RepositoryImpl.java:82)
    at com.day.adf.sharepoint.SharePointRepository.login(SharePointRepository.java:142)
    at oracle.vcr.jam.LoginTask.call(LoginTask.java:68)
    at oracle.vcr.jam.LoginTask.call(LoginTask.java:29)
    at oracle.webcenter.concurrent.Submission$2.run(Submission.java:484)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
    at oracle.webcenter.concurrent.Submission.run(Submission.java:424)
    at oracle.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
    at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: org.apache.axis2.AxisFault: Transport error: 401 Error: Unauthorized
    at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:296)
    at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:190)
    at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
    at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:364)
    at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:208)
    at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:448)
    at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:401)
    at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
    at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
    at com.microsoft.wss3.authentication.AuthenticationStub.Mode(AuthenticationStub.java:317)
    at com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory$SharepointConnectionImpl.verify(WindowsAuthenticationConnectionFactory.java:349)
    ... 21 more
    org.apache.axis2.AxisFault: Transport error: 401 Error: Unauthorized
    at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:296)
    at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:190)
    at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
    at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:364)
    at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:208)
    at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:448)
    at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:401)
    at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
    at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
    at com.microsoft.wss3.authentication.AuthenticationStub.Mode(AuthenticationStub.java:317)
    at com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory$SharepointConnectionImpl.verify(WindowsAuthenticationConnectionFactory.java:349)
    at com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory.createConnection(WindowsAuthenticationConnectionFactory.java:253)
    at com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory.create(WindowsAuthenticationConnectionFactory.java:62)
    at com.day.crx.spi.sharepoint.SharepointSessionInfoImpl.login(SharepointSessionInfoImpl.java:218)
    at com.day.crx.spi.sharepoint.SharepointSessionInfoImpl.login(SharepointSessionInfoImpl.java:82)
    at com.day.crx.spi.sharepoint.SharepointRepositoryService.obtain(SharepointRepositoryService.java:253)
    at org.apache.jackrabbit.jcr2spi.RepositoryImpl.login(RepositoryImpl.java:82)
    at com.day.adf.sharepoint.SharePointRepository.login(SharePointRepository.java:142)
    at oracle.vcr.jam.LoginTask.call(LoginTask.java:68)
    at oracle.vcr.jam.LoginTask.call(LoginTask.java:29)
    at oracle.webcenter.concurrent.Submission$2.run(Submission.java:484)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
    at oracle.webcenter.concurrent.Submission.run(Submission.java:424)
    at oracle.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
    at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
    at java.lang.Thread.run(Thread.java:662)
    javax.jcr.LoginException: Transport error: 401 Error: Unauthorized: Transport error: 401 Error: Unauthorized
    com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory$SharepointConnectionImpl.verify(WindowsAuthenticationConnectionFactory.java:359)
    com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory.createConnection(WindowsAuthenticationConnectionFactory.java:253)
    com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory.create(WindowsAuthenticationConnectionFactory.java:62)
    com.day.crx.spi.sharepoint.SharepointSessionInfoImpl.login(SharepointSessionInfoImpl.java:218)
    com.day.crx.spi.sharepoint.SharepointSessionInfoImpl.login(SharepointSessionInfoImpl.java:82)
    com.day.crx.spi.sharepoint.SharepointRepositoryService.obtain(SharepointRepositoryService.java:253)
    org.apache.jackrabbit.jcr2spi.RepositoryImpl.login(RepositoryImpl.java:82)
    com.day.adf.sharepoint.SharePointRepository.login(SharePointRepository.java:142)
    o.vcr.jam.LoginTask.call(LoginTask.java:68)
    o.vcr.jam.LoginTask.call(LoginTask.java:29)
    o.webcenter.concurrent.Submission$2.run(Submission.java:484)
    j.security.AccessController.doPrivileged(Native Method)
    o.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    o.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
    o.webcenter.concurrent.Submission.run(Submission.java:424)
    o.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
    j.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    j.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    j.util.concurrent.FutureTask.run(FutureTask.java:138)
    o.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
    o.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
    j.lang.Thread.run(Thread.java:662)
    Caused by:
    org.apache.axis2.AxisFault: Transport error: 401 Error: Unauthorized
    org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:296)
    org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:190)
    org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
    org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:364)
    org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:208)
    org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:448)
    org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:401)
    org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
    org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
    com.microsoft.wss3.authentication.AuthenticationStub.Mode(AuthenticationStub.java:317)
    com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory$SharepointConnectionImpl.verify(WindowsAuthenticationConnectionFactory.java:349)
    com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory.createConnection(WindowsAuthenticationConnectionFactory.java:253)
    com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory.create(WindowsAuthenticationConnectionFactory.java:62)
    com.day.crx.spi.sharepoint.SharepointSessionInfoImpl.login(SharepointSessionInfoImpl.java:218)
    com.day.crx.spi.sharepoint.SharepointSessionInfoImpl.login(SharepointSessionInfoImpl.java:82)
    com.day.crx.spi.sharepoint.SharepointRepositoryService.obtain(SharepointRepositoryService.java:253)
    org.apache.jackrabbit.jcr2spi.RepositoryImpl.login(RepositoryImpl.java:82)
    com.day.adf.sharepoint.SharePointRepository.login(SharePointRepository.java:142)
    o.vcr.jam.LoginTask.call(LoginTask.java:68)
    o.vcr.jam.LoginTask.call(LoginTask.java:29)
    o.webcenter.concurrent.Submission$2.run(Submission.java:484)
    j.security.AccessController.doPrivileged(Native Method)
    o.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    o.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
    o.webcenter.concurrent.Submission.run(Submission.java:424)
    o.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
    j.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    j.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    j.util.concurrent.FutureTask.run(FutureTask.java:138)
    o.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
    o.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
    j.lang.Thread.run(Thread.java:662)

    Hi,
    Have you tried going through this doc, about, pre-requisites on MSSharepoint :- http://docs.oracle.com/cd/E21764_01/webcenter.1111/e12405/wcadm_documents.htm#BABDFFDC
    Regards,
    Birender Singh

  • 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.

  • Execution failed: Transport error: 401 Error: Unauthorized

    Hi,
    I'm trying to communicate via a web services from the workspace and I SUP 2.2 generates the following error "Execution failed: Transport error: 401 Error: Unauthorized".
    Could someone guide me to solve this error.

    Hi Carlos,
    Sometime back I faced an error says "error executed on backend server: connection timeout" while creating mbo using one publicly available web service and after passing proxy settings in workspace, it worked.
    http://scn.sap.com/community/developer-center/mobility-platform/blog/2014/05/14/how-to-bypass-proxy-settings-in-smp-workspace-for-connecting-any-public-web-service-being-in-a-corporate-network
    but error showing in the mentioned snapshot is much related to authorization. Btw are you able to access the web service URL in a browser? Asking any kind of authorization?
    Rgrds,
    JK

  • 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

  • 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.

  • 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 to increase the width of the Fluid Grid Layout from 1008px to 1080px?

    Good day all, I'm experiencing a slight problem with Fluid Grid Layout in Dreamweaver CS6. I want to increase it's width so that it could be one with my Photoshop CS6 design (which is 1080px), the problem is that I can't as I am limited to 1008px. Ho

  • Why is the Podcasts App so buggy???

    I listen to podcasts almost everyday and have been using this app ever since it was first released. It's basically a dog's breakfast. The main problems are (1) bugs, and (2) lack of functionality. Bugs: 1. The app will start automatically anytime an

  • Pageflow-scoped bean "disappearing" during postbacks

    Hello, I'm getting crazy with an error with a pageflow-scoped bean which suddenly "disappers"... What I need to do is to use a bean to mantain the visibility status of 2 components (one is visible while the other isn't), an edit form and a warning me

  • I know this is Dumb but what is MTP and What does it

    Can anyone tell me why everybody is excited about this MTP issue?

  • Screen Capture for Droid Incredible 2

    I have been trying to figure out how to do the screen capture on my Droid Incredible 2. I accidently did it last night but I'm not sure what I pressed. Does anyone have any idea how to do it?