Need to change Intercept URL - best method?

I originally set up our Intercept environments with an A record that didn't include the fully-qualified domain name. I have been tasked with changing our environments to use FQDNs.  I should be able to just change the URL and the change should be seamless
(it has worked when I changed the URL in the connectivity test in the console).  Is there anywhere in the console that I can make that change, or does that need to be changed in a configuration file or files?
Thank you,
Tom Foster

Hi Tom,
Do you mean you specified SEViewer server location without FQDN during Intercept Agent installation?
If so, the connection string to SELog is configurable within Intercept MMC - it's right above 'Test Connectivity' button (Intercept MMC -> Applications -> Properties -> General tab).
By default it is set to:
http://localhost/selog/semlogws.asmx
Input SEViewer server FQDN intead of localhost and check the connectivity once again. If it's Ok, click Apply/Ok button to save changes. 
Igor Savchenko, VIAcode Consulting LLC (http://www.viacode.com/)

Similar Messages

  • Need to change Pipeline URL

    Hello,
    I need to change the pipeline url for my XI. I did changed it in SLD -> Business System and in SXMB_ADM -> Integration Engine Configuration. But when I check the configuration in SXMB_ADM (F7), it seems that everything is not correct:
    Yellow triangle and this message: "Corresponding Integration Server: Current Configuration <> System Landscape"
    What can I do to force the new pipeline url to be used ? Restart something, refresh something ? I did refresh everything I can, but it didn't fix the problem.
    Please be specific in your directions, my XI administrative knowledge is limited.
    Thanks
    Jerome

    Hello,
    First thanks everyone for your help. Now Pipeline url are the same everywhere.
    However, the server seems to still listen on the old url... Just to give you the context, the old and new url are almost the same, I just changed the port. Currently, old url still returns "Empty HTTP query received" and new one return "http error 404".
    I did restart all instances in sapmcc  to try to force the change, but it didn't help.
    What should I try next ? Change another setting, refresh/restart something ?
    Thanks again,
    Jerome

  • HOWTO:  Changing the URL and reloading the dataset

    Sometimes, you will need to change the url of your dataset
    and reload the dataset. This is quite easy to do with changing a
    variable and calling a method. Below is the code you would use. I
    use it to page through a set of data which only comes back in 10
    row increments and we do not know the recordcount of. (Yippee,
    Oracle E1). Anyway, here's the code....
    <script type="text/javascript" language="javascript">
    rowCount = 0;
    dsPeople = new
    Spry.Data.XMLDataSet("/spry/?event=peopleSearch&srchRowStart="
    + rowCount,"/orders/row", { useCache: false });
    function changeRowCount()
    rowCount = rowCount+10;
    var spryURL = "/spry/?event=peopleSearch&srchRowStart="
    + rowCount;
    dsPeople.url = spryURL;
    dsPeople.loadData();
    </script>
    <div spry:region="dsPeople">
    <div spry:state="loading"><img
    src="/assets/images/ajax-loader.gif"/></div>
    <div spry:state="error">Error Loading
    Data...</div>
    <div spry:state="ready">
    <div spry:repeat="dsPeople">
    <span spry:content="{dsPeople::NAME}"></span>
    </div>
    <a href="javascript:changeRowCount()"><span
    spry:content="Next 10 Records"></span></b>
    </div>
    </div>

    Enabling SSL for Central Administration is a good idea. Making it so it is only accessible using an IP address doesn't make it any more secure. This is security through obscurity and anyone dedicated enough to attacking Central Administration will find the
    site whether it's an IP address or named.
    For what it's worth an attacker is going to try scanning IP ranges long before they try looking at DNS. And, because of the way SharePoint works if the site is accessible by its IP address and not a specific hostname, anyone who knows the IP address and
    the SSL port (443) can connect. If you have a hostname it won't be immediately accessible.
    Some other thoughts: When you rely just on the IP address, what happens if you want to move Central Administration to another server in the farm, or you want to provide load balancing and have multiple servers hosting Central Administration? What happens
    when the server running Central Administration dies so you create a new Central Administration site on a server with a different IP address? How will you communicate this URL change to all of your administrators?
    Jason Warren
    @jaspnwarren
    jasonwarren.ca
    habaneroconsulting.com/Insights
    Sorry,
    I wasn't clear in my OP.  The IP would be tied to a DN.  So you would go https://abc123.com and it would ask for authentication.  That URL would be tied to a separate IP on the network card of that server.  The IP address association
    is done through IIS.

  • How to change the URL

    Hi All,
    I have created a web dynpro application and now I  need to change the URL of this application to some basic message type URL for eg:
    let's say our URL is "http://testdoc/post?mssg" and I now want to change this to as "OPEN DOCUMENT" and when user clicks on ""OPEN DOCUMENT" it will still direct to the original destination that is our original URL.
    Thanks,
    Rajat

    I used the following syntax:
    <A href="http://forums.sdn.sap.com/">display SDN</A
    >
    Edited by: rajatg on Oct 6, 2010 4:43 AM

  • Changing AnyConnect URL

    All,
    I need to change the URL that AnyConnect clients connect with and I'm looking for the easiest way of doing so without requiring clients to manually change the URL on their existing installations. This will also include going from a self-signed SSL cert on the old address to a publicly signed SSL on the new address. Could I use AnyConnect client profiles to do this even though I'm not using profiles at all now? Basically saying anyone connecting with the old address are somehow automatically forwarded to the new address. 

    I believe you could use a profile and make your server list refer to the FQDN and not the IP address.
    Once clients had connected and their local profiles update to include the FQDN, your DNS record pointing to the new address would direct them to the desired place.
    Here's where that's set in Profile Editor:
    http://www.cisco.com/c/en/us/td/docs/security/vpn_client/anyconnect/anyconnect31/administration/guide/anyconnectadmin31/ac03vpn.html#pgfId-1798377 

  • Change incoming URL in ICM

    Dear colleagues,
    I need to change the URL the portal is receiving in some cases.
    For example:
    https://<machine>:<port>/irj/portal/irj/servlet/prt/portal/prtroot/?NavigationTarget=OBN://BOSystemAlias=SAP_SRM/BOTechnicalName=po/Operation=detailprof&NavMode=3&SAPSRM_BOID=3DCA3F4E01C69942E10000000A710514&SAPSRM_WIID=000006817511&SAPSRM_BOTYPE=BUS2201&SAPSRM_MODE=APPROVAL
    If BOTechnicalName=po, I need to change the Operation to 'detail' instead of 'detailprof'
    Is it possible to do with icm/HTTP/redirect_<xx>?
    (http://help.sap.com/saphelp_nw04s/helpdata/en/00/040f3a39ce8704e10000000a114084/content.htm)
    Thanks for your help and regards,
    Sergio

    Hi
    You can use sap webdisp in front of your portal, this has the ability to redirect the URL's end user will not be able to see the actual calling URL
    Regards
    Vamshi

  • Change hostname (url) of Network Monitoring Server

    Hello Spiceworks,
    I recently installed the "network monitoring" product on our infrastructure, and we are currently evaluating it.
    This is an awesome product with a lot of potential :)
    I would like the links in the notification emails that the system is sending out to be accessable from both inside and outside my infrastructure, so I am running access from the outside through a proxy.
    I now need to change the URL's that are inserted into the notification emails, but I can't seem to find a way to configure it through the GUI.
    /Michael
    This topic first appeared in the Spiceworks Community

    Originally Posted by icedheat
    I have a bit of a strange (but major) issue. I have recently joined up a workstation and reinstalled the agent, but somehow this workstation has been given the same GUID as my primary (only) server!
    In the Control Center, I can view the server object still, but it shows with the wrong hostname and IP Address:
    Alias: [Actual Server Name]
    Host Name: [Shows Workstation Name That had Duplicate ID Here]
    IP Address: [Shows Workstation IP Address that had Duplicate ID Here]
    All the details appear correct in the Adaptive Agent Properties on the actual server.
    I've located the workstation that had the duplicate GUID and reset the image safe data, it now has its own GUID. The only problem is, because the ZCC contacts devices by hostname or IP address, it cant connect to the server (effectively itself) to update the record in ZCC.
    Is there a way I can edit the object (at least the hostname or IP address) in ZCC so that it can connect properly to update itself? Its currently very broken
    Cheers
    Matt
    Hi Matt, I'd be tempted to have the server agent re-register.... but for this one (and the mishap a wrong step might cause), opening a call with Novell would be my suggestion.
    -Willem

  • What is the best antivirus software for a Macbook Pro...I recently received a message from Google that someone made an attempt to hack into my mail account so I needed to change my PW and verify myself as the user.  The message suggested that I run a scan

    What is the best antivirus software for a Macbook Pro...I recently received a message from Google that someone made an attempt to hack into my mail account and I needed to change my PW and verify myself as the user.  The message suggested that I run a virus scan to check for sny malware or other types of viruses.  I do not have any software for this and up until now have not had a problem....any help is appreciated.  I would like a simple but effective solution!

    It's worth noting that if your Gmail has been hacked, it would likely have nothing to do with your MacBook.  Hacking web based email is fairly common and it doesn't require any access to your machine whatsoever.  In the same way that you can simply go to the Gmail webpage through any browser, any hacker can use the same method.  It doesn't mean your machine has been compromised in any way (and it has likely not been).  I have never received an email from Google of this nature.  I have received notifications when someone has attempted to create an account with my name in which they basically say that there is no action required if you're the rightful owner.

  • Using Rename() method to change the Url of path based site collection

    Hello All,
    Is it correct to use
    SPSite.Rename() method for changing the url of path based site collection(except the root)?
    For example:
    Old Site Url: http://portal.contoso.net/sites/HR
    New Site Url: http://portal.contoso.net/sites/HROLD
    It is working in SharePoint 2013 test environment, but I will be happy to receive some feedback from you about this.
    Ivan Yankulov
    SharePoint Admin/Consultant
    http://spyankulov.blogspot.com/
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft

    Hi Lvan,
    Yes, the server object model SPSite.Rename()  method works on an SPSite object to change the URL of a site collection which is host named or path based.
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • I want to change my account payment method to none and I do not have a credit card yet.Plus, iTunes gave a message saying that I need to review my account and when I go there,the none payment method is hidden.

    I want to change my account payment method to none and I do not have a credit card yet.Plus, iTunes gave a message saying that I need to review my account and when I go there,the none payment method is hidden.

    Assuming that you want help and that you aren't just copying-and-pasting that thread's title and posting a link to it, then have you tried the steps on the post that I linked to in my first reply on that thread ?
    If you don't get the 'none' option when trying those instructions then you will need to enter credit card details before you will be able to use the account - when you've entered credit card details you should get the 'none' option and be able to remove your card details.
    Or you can create a new account, and follow, exactly, the steps on this page when creating it' : http://support.apple.com/kb/HT2534

  • Most recent update changed all font sizes. What is best method to change back to to preexisting Fonts

    The most recent update changed all font sizes (smaller). What is the best method to enlarge?

    yeah, that's what I ended up doing late last night because the white font against pale gray background was driving me nuts. I hadnt changed anything. been using the same theme for about 4 months but then all of a sudden, like I said, the font color mysteriously changed.
    anyway, thanks for your help.

  • HT1918 I need to change my payment method from credit card to bank checking account, how do i do that. When you go to settings on iphone it only has cedit card options. need to do this quick my payment is do Monday 2-24-2014. Thank you.

    I need to change my payment method from credit card to bank checking account, how  do i do that with my iphone. the only options when you go to settings is credit card, I want you to debit my checking account. I need to know asap, my payment is due this Monday 2-24-2014. Thank you

    We are fellow users here on these user-to-user forums, you're not talking to iTunes Support nor Apple.
    The payment methods that are available in your country will show on your account. If debit cards aren't available on that screen then you won't be able to use it as your payment method.

  • Highlighting Text In Pages 4 and 5: How To/Best Methods?

    Hello Fellow Macers:
    I need advice on the best way to highlight text in Pages 4 and 5:
    I use and prefer Pages 4.3. Yes, I have Pages 5.2, and I find that using it good for some things (dictating into a document), but not so good for others - highlighting text.
    For example, I read tons of documents and like to make notes, comments and especially highlight text according to a color-code scheme that I have used for years.
    For those who use Word, this process of highlighting text is pretty straight-forward:
    You highlight your text and then simply click your highlight box on the Word toolbar (choose a default color, usually yellow) and you're done. If you need to use another color, just use the pull-down, as seen above. The drawback in Word - no Orange, or sectrum option.
    But let's face it - Word as a program is just too much. As someone who has used every word processing program under the sun, I find Pages excellent. It does what I need.
    However, I find highlighting text in Pages clumsy. Here's what I need to do to highlight text in Pages 4.3:
    Go to your toolbar, and then choose a highlight/background color. It's more labor intensive then Word, above, but you do have the option of more colors.
    Then there's this method, where basically you get to simply use yellow as your color:
    IMHO both are clumsy methods compared to Word, but have become even more so in Pages 5.2....
    Lots of clicks to achieve simple color highlights.
    Am I missing something, or is there a simpler way, in either Pages 4 or Pages 5, to achieve the above results???
    Any suggestions appreciated!

    Dear VikingOSX:
    As Ed MacMahon once said (before your time?) re Pages 5 Character Fill Color: "You are correct, sir!!"
    The gear icon IS where the function that I'm talking about is located. Still, it's annoying.
    Q: Why?
    A: Because from a work-flow perspective as someone who is highlighting it makes no sense. We in the Western world read and write from top to bottom, left to right. Making a mark on a doc should follow the same flow.
    You should not have to keep looking over to the right side of the doc to find your function. Logically it should be at the top (e.g., toolbar), on the left, or perhaps some contextual pop-up option.
    Furthermore, it's more "labor intensive" from this point of view: In Word, once you set the color (which, granted, you may need to change from time to time IF you, like me, use multiple colors as part of your highlighting workflow), you just click the box after highlighting the text - 1 click vs 2, and possibly 3.
    The "richer color" part of my comment was just to note that a flaw, in my view, of Word's basic scheme is that:
    1) It lacks an Orange. And we've all used an Orange highlighter at somepoint, right? Or perhaps, you were like me in High School and threw them instead. But you get the point...and
    2) Having a wider pallatte available as an option - which you do in Apple's scheme - is nice. I use color coding/highlighting to make notes and save time. The colors tell me what's important, what's next important, key terms, etc. Also, for example, if I wanted to outline my highlighting notes, the color scheme (which has a heirarchy based on color, right?) allows me to do this quickly because it's already there.
    As for the Dictation function working on Pages '09/4.3 - again, you are correct, sir! And that's great to know. I had tried to use it before when the new Pages 5 (hitting fn twice on Pages 4.3) but it didn't activate. I tried it after reading your response and Bingo! It's Alive! So thanks for that tip.
    Your keyboard shortcut scheme is an interesting idea, and I may try it as an experiment. My intuition is that it will not work as straight-forwardly as Word's toolbar pull-down will, but I might be wrong. We'll see.
    And yes, I do use Pages '09 (4.3) instead of Pages 5 for exactly this reason (see my discussion)
    Great reply! Thanks!

  • How to change the url of "Add New Item" of a particular list in SharePoint 2013???

    Hi Guys,
    How to change the url of "Add New Item" of a particular list in SharePoint 2013???
    I need to redirect it into the page where I have created my Visual web part.
    Please suggest
    Warm Regards,
    Tony Joy

    Hi,
         There are multiple ways to change the form url like javascript, SharePoint designer, custom code, editing default form to have custom web part etc, Please follow the url below that describe diffent methods and steps
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/ec2769a0-683c-4023-8804-b596e4f92a3a/change-default-forms-on-custom-list?forum=sharepointcustomizationlegacy
    Hope it helps!!!
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. Thanks, Ajeet

  • What is the best method for backing up photos in IPhoto?

    I have over 10,000 photos in IPhoto and am looking for the best method for doing a backup (or an archive?).  I'm now using ICloud and it appears it's just photo streaming and does not have storage capability. External hard drive, copying to a DVD, other suggestions?

    Most Simple Back Up
    Drag the iPhoto Library from your Pictures Folder to another Disk. This will make a copy on that disk.
    Slightly more complex:
    Use an app that will do incremental back ups. This is a very good way to work. The first time you run the back up the app will make a complete copy of the Library. Thereafter it will update the back up with the changes you have made. That makes subsequent back ups much faster. Many of these apps also have scheduling capabilities: So set it up and it will do the back up automatically. Examples of such apps: Chronosync or DejaVu . But are many others. Search on MacUpdate
    My Routine
    My Library lives on my iMac. It’s Backed up to  two external hard disks every day. These disks are permanently attached to the iMac. These back ups run automatically. One is done by Time Machine, one is a bootable back up done by SuperDuper
    It’s also backed up to a portable hard disk when ever new photos are added. This hard disk lives in my car. For security, this disk is password protected.
    I have a second off-site back up at a relative’s house across town. That’s updated every 3 or 4 months.
    My Photos are backed up online. There are many options: Flickr, Picasa, SmugMug etc. However, check the terms of your account carefully. While most sites have free uploading, you will often find that these uploads are limited in terms of the file size or the bandwidth you can use per month. For access that allows you to upload full size pics with no restrictions you may need to pay.
    Every couple of months I test the back ups to make sure they are working correctly. It’s very easy to mis-configure a back up application, and the only way to protect against that is to do a trial restore.

Maybe you are looking for

  • Not able to connect to oracle directly

    os : AIX ch5dlfp089 1 6 000B4A22D900 oracle : 11.2.0.1.0 Issue : created oracle db using dbca (gui). Db created successfully When I checked recently using putty to check the db health. I am able to see smon and orcl is running well using ps -eaf | gr

  • MOVE THE SECOND FIELD VALUES

    hi guys, I am uploading the data for open AR items from an PIPE delimiter file. I read the data into an internal table and spilit the data at pipe delimiter.... now I have to do some validations. There is one trailer record at the end in the file. In

  • Transportable Tablespace Issue

    Hi all, I dont know somebody else has posted this error here before, I am sorry If so.. I am getting an error when I am transporting tablespace's metadata... can anyone help me about this issue ? My OS is RH 4 ========================================

  • Business Connector - JRE memory problem

    Hi, We have an Business Connector v4.0.1 under win2000 that uses IBM jvm 1.3.0 and due to the DST change we upgarde the JVM to SUN JRE 1.3.1_19, The problem that we have is that the Xmx limit for Sun JRE 1.3.1_19 is limited to arounf 1.7 M. However b

  • Set location of PrintDialog

    Hi ~ I am looking for an easy method to center the print dialog on the parent window that calls it - ideas? Lena