BookmarkSubscribeRSS Feed
SASuser19
Quartz | Level 8

Dears,

We need to know if there is any way we could use to set new URL to SAS AML system, other than the localhost name.

e.g:

http://Sarver_name:8780/AntiMoneyLaunderingInvestUI

 

               I need to convert it ot

http://AML:8780/AntiMoneyLaunderingInvestUI

 

note : we used aml 5.1 on windows OS.

10 REPLIES 10
userid007
Obsidian | Level 7

you can create a cname record in the domain controller i.e if your server name is server_name , you can create cname record as AML for that server_name . So when you try to open the link , the link should work. 

 

Your Network AD administratior can do this for you. 

As the connection is http not https , you will not get any cert errors.

Sai Korrapati
SASuser19
Quartz | Level 8

@userid007 thank very much for your 

We need to change all links in the URL without change server name for example

If the server name is sas93 and the aml URL is http://sas93:8780/AntiMoneyLaunderingInvestUI_BusinessUni

I need to change the URL to http://aml:8780/AntiMoneyLaunderingInvestUI_BusinessUni

pic.jpg

 

I try to change from MC as the attached pic then I restart the server and all SAS services but the above tow URL not working. So could you please give advice.

JuanS_OCS
Amethyst | Level 16

Hi,

 

we would need some aditional information on the line that "the URL does not work". What error do you recieve? Anyaddiotnal info on the logs?

 

Probably, there will be missing changes on the configuration of your WebServer... os this alias already created on your dns server? if you ping to this alias from the clients and fron the server, does it work fine?

SASuser19
Quartz | Level 8

@JuanS_OCS think very match for your reply.

I used reverse proxy all http work fine put when I try to chane URL to https the all url not working

I do the below steps:

1-configer apache with ssl and Jboss (server.xml and wraber.config)

2-create cert for url

3-change connection from http to https from SAS MC.

4- restart all servers

anja
SAS Employee

Would reverse proxy work ?

SASuser19
Quartz | Level 8

@anja now I used apache reverse proxy and it work fine with HTTP but when I change it to HTTPS the URL looping and not display and thing. could you please adives.

anja
SAS Employee

Does this info help?

http://support.sas.com/documentation/cdl/en/bimtag/68217/HTML/default/viewer.htm#p0sxhuco18v167n13ds...

 

Tech Sup might be the best route to go from here.

 

Thanks

Anja

SASuser19
Quartz | Level 8

We have SAS 9.3 (AML5.1) and the web application server is JBoss. We follow the below link

https://support.sas.com/resources/thirdpartysupport/v93/appservers/ApacheProxyJBoss.pdf

And we can change Server name. 

We did the following steps to change the URL to Https

1-configure apache with SSL and Jboss (server.xml and wraber. config)

2-create cert for URL

3-change connection from http to https from SAS MC.

4- restart all servers

 

But the URL looping and not display and then (except one time the area appears as the image attached file) I attached the log files for SASServer1 and 8.

 


JBossError.png
userid007
Obsidian | Level 7

When you try to open the link https://drcloud01/SASAdmin do you get any cert errors ?

 

Have you imported the cert to java keystore ?

 

 

Sai Korrapati
anja
SAS Employee

Hi,

 

try the following:

 

See if you can find the following .jar files in the following directory: JBoss-home-directory/common/lib

  • slf4j-api.jar
  • slf4j-jboss-logging.jar 

 

If they exist, remove these 3 files.

Important is that you restart jboss afterwards.

Try again and see if this helps.

 

Also:  PLEASE make backup copies of these files before deleting so you can copy them back if needed.

 

For more info see http://www.slf4j.org/codes.html#multiple_bindings

 

Thanks

Anja