cancel
Showing results for 
Search instead for 
Did you mean: 

Configuration of ADS

Former Member
0 Kudos

Hi All,

I am creating interactive form (transaction SFP) but when I am trying to activate it, it gives an error saying " Invalid HTTP connection: ADS', so I checked the ADS connection using program 'FP_PDF_TEST_00’ where it throws error "Invalid HTTP connection: ADS, No version information available". So I think I need to install and configure ADS on client's network, so can anyone tell me the steps to do the same. I have gone through 'Configuration Guide' but still not able to install ADS.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

HI Shilpa,

Please check these steps

"creating the ABAP Connection"

1 logon to your SAP WEB AS central instance host

2 call transaction SM59

3 choose create

4 enter the following details

RFC destination ADS

Connection type C

Description anything

5 choose enter

6 choose technical settings tab and enter the following

TARGET HOST enter the host name where your SAP J2EE engine is located or the host name of the Windows dialog instance

SERVICE NO enter the J2EE HTTP port number(general format 5<j2ee instance number>00) or enter the port number of the Windows dialog instance

PATH PREFIX enter the exact string /AdobeDocumentSerivces/Config?style=rpc or

when you want to set up the SSL :/AdobeDocumentServicesSec/Config?style=rpc

7 Choose the logon/security tab and configure the secruity account to your security requirements

8 save your settings

9 Choose Test Connection

10 A screen is displayed . The field status_reason:OK indicates that the test was successfull

Please, do feel free to ask any queries

Thanks&Regards

Revanth

Former Member
0 Kudos

I cant find a connection type c...

matthias_maier2
Explorer
0 Kudos

You can build a new connection type with this type. You just have to write 'C' into the field "Connectiontype"

But, I'm sure that you have to use connection type 'G' and not 'C' !!

regards

Matthias

Former Member
0 Kudos

I am making ADS connection in SM59, but got confuse:

1/ The current system has installed J2EE engine and NetWaver, but I do not know wether ADS included in this installation. How to check this ?

2/ Where is Visual Admin ? How to run it?

3/ How to find Number and Port of J2EE engine ?

I am new in config J2EE engine, please help me.

matthias_maier2
Explorer
0 Kudos

Hi,

To use the ConfigTool you need to browse the following directory on your J2EE:

usrsap<SAPSID><instance_name>j2eeconfigtool.bat

To start the VisualAdmin execute this *.bat file:

usrsap<SAPSID><instance_name>j2eeadmingo.bat

http://<yourJ2EE>.<yourDomain>.com:50100

Please use the configuration guide, it might be helpful!

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30a9630b-4f89-2a10-6fab-e311b3ff...

And check this site:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/1094a46a-ce44-2a10-e7bf-b934a... [original link is broken]

regards,

Matthias

chintan_virani
Active Contributor
0 Kudos

Shilpa,

Reward & mark the thread as answered if the different posts have helped you or else give an update so that others can help you further.

Chintan

Former Member
0 Kudos

Hi shilpa

Try checking whether your ICF services fp and fpads is active or not.

you can do this with SICF.

matthias_maier2
Explorer
0 Kudos

Hi Shilpa,

you need to check your http connection to external server.

Go to transaction SM59.

In cathegory "technical settings" you have to enter the destination (your J2EE engine) and the Serviceno. (HTTP Port of the J2EE Engine)

As pathprefix choose: /AdobeDocumentServices/Config?style=rpc

In cathegory "logon & security" you have to enter the user: adsuser pw: <adsuser_password>

save and test your settings.

On the J2EE engin you'll have to create a new destination

Log on to Visual Admin, go to "Destinations" an then set up a new http connection to your abap system.

(its described in the configuration guide)

To test your settings you can got to transaction SA38 and use

FP_CHECK_HTTP_DATA_TRANSFER

FP_CHECK_DESTINATION_SERVICE

best regards,

Matthias

chintan_virani
Active Contributor
0 Kudos

Shilpa,

Check this note : 959462 if it helps to troubleshoot your problem.

Chintan