How to know ITS Server URL??

Dear all,
I am trying to call ECC Transactions into IC Webclient, For that I have mapped logical system and need to give ITS Client number and URL in 'CRMS_IC_CROSS_SYS' transaction.
I dont know from where we can get ITS client number and URL. We are using SAP WAS Server and the connection has already been established. As per reading over net, ITS is a inbuilt component of SAP WAS server.
Can I use SAP WAS client number and host name for the URL CRMS_IC_CROSS_SYS transaction.
Please guide me to complete this process successfully. Your suggestions will be highly appreciated.
Thank you
Raghu ram.

Hi,
Please refer to OSS Note 888931.
Regards,
Deepak

Similar Messages

  • How to know portal server starting time

    Dear gurus
    How to know the portal system or portal process's  (server0/server1/SDM/dispatcher)  starting time or stopping time. like in Tcode: ST02 it will show the server started time
    as i want to know when it has restarted...
    Thanks in advance

    You can use the SAP MMC (windows application) or Java MMC online : http://server:port+13
    e.g. if your port is 50000 then the Java MMC is on port 50013
    Is there you can have what you need.
    Fabien.

  • How to know the Em url in OBIEE 11g

    Hi Team,
    Can you please let me know the procedure to find out the URL for EM.
    I have installed 11.1.1.6 version.
    I am looking out for the port no.
    http://localhost:(How to get this port no)/em...Tried with 7001.but no luck.
    Thanks,
    Riyaz Ali

    Hi Riyaz
    The Port number is the AdminServer Port Number of the domain. This is where the EM app will be targetted and deployed. If you choose all defaults and have like a Simple Installation of BI Software, then you should have one Server named AdminServer running at default Port: 7001.
    To really confirm exactly, open you config.xml file which is under your domain root folder/config/config.xml file. Search for "em.ear" and see to which server it is targetted, generally it will be AdminServer (<target> tag entry). Now from the top search for "AdminServer" in the same file. You should see an entry like shown below. SSL Port is 7002. If you do NOT see <listen-port> tag, it means it is using DEFAULT Port which is 7001. But if you do see this tag, use that port number. Do not get confused with <ssl> port. Every domain have normal and ssl ports and most of the times we use normal port.
      <server>
        <name>AdminServer</name>
        <idle-connection-timeout>1000</idle-connection-timeout>
        <period-length>200000</period-length>
        <idle-periods-until-timeout>20</idle-periods-until-timeout>
        <dgc-idle-periods-until-timeout>21</dgc-idle-periods-until-timeout>
        <ssl>
          <name>AdminServer</name>
          <hostname-verification-ignored>true</hostname-verification-ignored>
          <listen-port>7002</listen-port>
        </ssl>
        <machine>RJEGGA</machine>
        <listen-address></listen-address>
        <server-diagnostic-config>
          <name>AdminServer</name>
          <diagnostic-context-enabled>true</diagnostic-context-enabled>
        </server-diagnostic-config>
      </server>So, try, http://youradminserverhost:adminserverport/em
    NOW, if you get like Page Not Found, or do not see entry from em.ear file in your config.xml file, this means your domain is not having EM app deployed.
    Thanks
    Ravi Jegga

  • How to Know Oracle server id and port

    Dear all
    I try to run oracle report in jdeveloper
    i make the java files that calling the report as from i found in the internet as follow
    OracleReportBean reportBean =
    new OracleReportBean(server id, port, null);
    reportBean.setReportServerParam(OracleReportBean.RS_PARAM_DESTYPE,"cashe");// which will be one of the [cashe - file - mail - printer]
    reportBean.setReportServerParam(OracleReportBean.RS_PARAM_DESFORMAT,"PDF"); // Which will be onr of the [HTML - HTML CSS - PDF - SPREADSHEET- RTF].
    reportBean.setReportParameter("xxx", "ssss");
    reportBean.setReportParameter("kkkk", "uu");
    String url = reportBean.getReportServerURL();
    reportBean.openUrlInNewWindow(url);
    But i do not know what is the server id and port
    and how to specify the report name in the code.
    Please help me in this issue.
    Best Regards;

    I think that the serverid and the port is the ip of your report server and the port. (default 7779)
    see this post http://sameh-nassar.blogspot.com/2010/07/call-oracle-reports-from-your-adf.html
    so I can see, the name of the report is indicated via parameter
            //launch report
            testBean.setReportServerParam(OracleReportBean.RS_PARAM_REPORT, "name_report.rdf");
            testBean.setReportServerParam(OracleReportBean.RS_PARAM_ORIENTATION, OracleReportBean.ORIENTATION_PORTRAIT);
            testBean.setReportServerParam(OracleReportBean.RS_PARAM_DESFORMAT, OracleReportBean.DESFORMAT_PDF);

  • How to know report server name in oracle forms and reports with weblogic server 10.3.5

    Hello Experts,               I am new in oracle forms and reports.I have installed Oracle forms 11g with weblogic server 10.3.5 at windows 7.Forms and reports are working well.But I want to call a report from an oracle form button press trigger. For This I need to know the my report server name which i dont know.Please tell me how can I know my report server name.

    I want to call a report from an oracle form button press trigger. For This I need to know the my report server name
    You can find the name of the standalone reports server in $ORACLE_INSTANCE/config/ReportsServerComponent.
    Or you can use Fusion Middleware Control Console, normally at  http://<machine name>:7001/em

  • How to know the logout url in Java PDK

    Is there any method that can give us the logout url of SSO using java PDK?
    Thanks in advance,
    Tony Cruz

    Thank you for the replies. But what i really want to do is a login portlet that can show me a link to logout, and i want to use this portlet in all projects that my company is in, so the code of this portlet must be 100% dinamic, this means that i do not have to know the database schema/passwords, where database is, etc, i thought there was some method in the JPDK that was able to give the link to logout (this is possible for login) but until now i cannot find it. There is a solution for this using a PL/SQL procedure called wwsec_app_priv.logout that lies in the portal schema, this procedure works but i'm not able to redirect the browser to the url i want after logout (in the documentation they say its possible and that there is a parameter called p_done_url that can do this, but in the procedure signature this parameter its not implemented) so right now i'm stucked in this one, and im not sure if i can use the 100% dynamic approach with good results.
    Thanks

  • How to get the server URL?

    I am running WLS server on my machine to host a web app in ADF. How can I get the server name in my manged bean. I dont want to hardcode. The URL is something like this
    http://<my-machine-name>:<port>/epmos/faces/myapp/MyPage.jspx
    How can I retrieve the part
    http://<my-machine-name>:<port>

    In JSFUtils there is a getPageURL method. it will give the whole URL of your page. you can play with the URL string to get the part you need.
       * Method to create a redirect URL. The assumption is that the JSF servlet mapping is
       * "faces", which is the default
       * @param view the JSP or JSPX page to redirect to
       * @return a URL to redirect to
      public static String getPageURL(String view)
        FacesContext facesContext = getFacesContext();
        ExternalContext externalContext = facesContext.getExternalContext();
        String url =
          ((HttpServletRequest) externalContext.getRequest()).getRequestURL().toString();
        StringBuffer newUrlBuffer = new StringBuffer();
        newUrlBuffer.append(url.substring(0, url.lastIndexOf("faces/")));
        newUrlBuffer.append("faces");
        String targetPageUrl = view.startsWith("/")? view: "/" + view;
        newUrlBuffer.append(targetPageUrl);
        return newUrlBuffer.toString();
      }

  • How to know sql server version and edition information

    Hello,
    We can see the version information in help menu item in the SSMS.
    How can i find the edition that was installed in my system?
    Thanks in advance.
    Thanks and Regards, Readers please vote for my posts if the questions i asked are helpful.

    Run below query to know the SQL version and edition
    SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY('productlevel'), SERVERPROPERTY('edition')
    Refer below for more details
    http://msdn.microsoft.com/en-us/library/ms174396.aspx
    Please click the Mark as answer button and vote as helpful if this reply solves your problem

  • How to know internal server request

    Hi
    My application is a plugin(shared library) for SunOne web server that is developed using C++ NSAPI SDK.
    I am facing a issue when a browser send a request for folder(say http://host.abc.com/test-folder/).
    When my application gets notification about this request, it process the request and send some Cookie to browser in response. The Web Server does not deliver this response to browser but generates another request of index.html file(i.e. http://host.abc.com/test-folder/index.html). So here my application gets notification about this request.Finally index.html file is displayed in client's browser.
    Is there any way to know that a request is generated by SunOne web-server(as in my case request for index.html is generated by web server) ?
    Please Help
    Regards
    Devendra

    After I have decompile and studied the com.day.cq.personalization.impl.TargetedContentManagerImpl Class.
    I have notice that I will need to have the Campaigns folder created under the content tree("/content/campaigns")
    Shouldn't the code handle the null case on line 321 of TargetedContentManagerImpl Class
    collector(this.adminResolver.getResource(this.promotionRoot));
    Thanks

  • How to know its a iPhone 4 or 4s,pls!!

    I bought an iPhone on trademe but I don't how to check the iPhone ! So I don't know it's an iPhone 4 or 4s! Pls help me!! Thanks

    Unless Siri is turned off in the Settings. 

  • Mouse events: how to know its button1 or 2 or 3?

    writing a program that's driven by mouseReleased event. how do i determine that the user clicked the 1st mouse button n not the other mouse buttons? please help! thanx! :)

    also, for double-click:
    if(mouseEvent.getButton() == mouseEvent.BUTTON1){
    if(mouseEvent.getClickCount() == 2) {                                                                                                                                                                                                                                                        

  • How to know my server adress to connect to blackberry messenger  ?, how to know my server adress to connect to blackberry messenger  ?

    anyone can help me ?!

    Hi and Welcome to the Community!
    With a strong carrier network signal (e.g., not merely WiFi), I suggest the following steps, in order, even if they seem redundant to what you have already tried (steps 1 and 2 each should result in a message coming to your BB...please wait for that before proceeding to the next step):
    1) Register HRTKB00510 How to register a BlackBerry smartphone with the wireless networkPlease wait for one "registration" message to arrive to your Messages app2) Delete and Resend Service BooksKB05000Delete the service book for the BlackBerry Internet Service email account from the BlackBerry smartphoneIf you have no CMIME entry, then skip the deletionKB02830 Send the service books for the BlackBerry Internet ServicePlease wait for "Activation" Messages, one per already configured email account, to arrive in your Messages. If you have no already configured email accounts, please wait 1 hour.3) RebootWith power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes.See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.Hopefully that will get things going again for you! If not, then you should contact your mobile service provider for formal support and to be sure that you are subscribed to an adequate data plan from them to enable the services you desire. Unfortunately, with that relatively old device, a full BB data plan is required from a carrier, even if the intent is to use the device via WiFi only.
    Good luck!

  • How to know when server automatically invalidates session

    Hi !!!
    I am storing a result set in the session .....
    Well there is some need to store result set in the sesssion..I am displaying data in my JSP by retrieving the data from the result set...Now I want to close the connection and result set... when the server invalidates the session ......
    Any way to do that???
    Reagrd

    If objects that you store in session implement HttpSessionBindingListener,
    they will be notified by valueBound() and valueUnbound() methods when object
    is stored or removed from the session. Object is removed from the session when the session is invalidated, so you can close your db connections from valueUnbound() method. I had the same problem and this works for me.
    Milan Mogin
    http://www.dolithe.com

  • Server URL in PJC - web deployed

    Anyone know how to get the Server URL in a java bean - The applet classes are not normally available?
    Mick

    Hi,
    I am slightly confused. The 501 error is coming from the Glassfish server so I would post into that alias.  However I did notice 1 thing. The POST body contents
    is  "url=%2Findex.html&userName=TECNIC&password=pass"
    The content-length is given as 46 but that is 47 chars, That might be caused by the encoding of the "/" as %2F.  it looks like "=pass" is being sent as the method.
    I would do a separate snoop on the conversation on what is incoming to the Web server as the one above looks confused. We see a POST, which is given a 302 then
    a GET. Can you split out both sides so we can see what comes in. Also check for unprinted chars.
    regards.

  • How to know my ipad is 4...y it shows only 13.6 gb in usage when i check in settings....my ipad is 16gb

    My Ipad has retina/wifi/cellular/16gb...but how to know its ipad4...because no were i see ipad4 (ipad box/website)...i agree it has lightning to usb but not mentioned on particulars...and also no 16gb is showed in usage when i checked in settings....how do come out of this ?

    If it has the Lightning port, it is an iPad 4. iPad 3rd gen and all below came with the 30-pin connector. If you want, post the model number and we will verify what it is exactly.
    Identify your iPad:
    http://support.apple.com/kb/HT5452

Maybe you are looking for

  • Can a 2D array have more than one type?

    Are multi-dimensional arrays limited to only one type? For example; int[][] array = new int[2][10]; In this example, the array only holds only integers. I would like to construct a 2D array with different types to represent data pairs. In my example,

  • HT3529 Contacts not found in contact list after saving from new text message

    When a new number texts me and I save it to my contacts, I can find that contact when texting, but contact does not show up on my phone list contacts.  For Example: I received a text message from (555) 555-5555.  I  #1 clicked "Contact" in the top ri

  • Bettering your English, useful sites with tips and tricks

    Since a lot of us, including me, are non-native English speakers we do make mistakes. Sometimes they lead to funny threads and/or amusing discussions like this one: Re: how to post a questions to forum In this particular one I linked to the site: [Da

  • Material Disposition After Usage Decision

    Hi Gurus, Im working on a scenario werein I need to change the Defect recording after I need to change the disposition of the material. The process is, the lot will be rejected, and will go to a certain Location. In this location, the user will decid

  • AddMouseListener in fullscreen

    Hi, I'm using the following 2 classes for displaying images in fullscreen mode and they work fine. But I need to display the images and also make them disappear when the user clicks on them. I'm trying to do it detecting the position of the mouse cli