cancel
Showing results for 
Search instead for 
Did you mean: 

Few Doubts in Integration Repository & Directory

Former Member
0 Kudos

HI

>Integration Repository

1.What is use of Fault Message Types while creating Inbound Message Interface?

2.Difference between URN and HTTP in Namespace

>Integration Directory

1.How to view Oracle/SqlServer Driver installed or not.

I Tried this link

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-964...

("How to install & configure External Drivers for JDBC and JMS Adapters")

But unable to find file named 'aii_af_jmsproviderlib.sda'

2.I have SQL Server configured under Windows Authentication, how to connect(as a receiver)?

How to Check Versions for NetWeaver Installed and XI Installed.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jen,

<i>1.What is use of Fault Message Types while creating Inbound Message Interface?</i>

Fault messages are used to capture application-specific errors that might have occured on the inbound side. They cannot be used for async outbound msg intefaces. You can use standard data types - <i>ExchangeFaultData & ExchangeLogData</i> to catch the errors ocurring at runtime.

<i>2.Difference between URN and HTTP in Namespace</i>

As you already know that both are used in XML namespaces. When a http(uri->url)namespace is given, it is pointing towards a specific, unique web page whereas a urn namespace is merely a name.

check out the following links to know more in detail.

>http://www.xfront.com/URLversusURN.pdf

>http://help.sap.com/saphelp_nw04/helpdata/en/e2/74e493cee04a168a163472c696c8e7/frameset.htm

Regards,

Sushumna

Answers (0)