Rosettanet STK credentials file in TomcatRN\webapps\rosettanet

Hi,
I'm working on integration of Rosettanet STK with XI. Scenario is PIP0C1 from STK to XI.
I was going through the blog - /people/shabarish.vijayakumar/blog/2006/06/14/close-encounters-with-the-rosettanet-stk .
At Step 6, where do specify the login credentials (for XI in STK)? I don't see any credentials file in the folder TomcatRN\webapps\rosettanet.
Can somebody please clarify this for me?
Thanks
Karthik

>
Karthik Boominathan wrote:
> Hi,
>
> I'm working on integration of Rosettanet STK with XI. Scenario is PIP0C1 from STK to XI.
>
> I was going through the blog - /people/shabarish.vijayakumar/blog/2006/06/14/close-encounters-with-the-rosettanet-stk .
>
> At Step 6, where do specify the login credentials (for XI in STK)? I don't see any credentials file in the folder TomcatRN\webapps\rosettanet.
>
> Can somebody please clarify this for me?
>
> Thanks
> Karthik
it might be because of the different version of the STK kit. that blog was for a quite early version.
read through the documentation of the kit you have for the settings.

Similar Messages

  • RosettaNet STK

    Dear experts:
    I am using the Rosettanet STK. I want to send a test message from the STK and receive it in the XI system. But having problems especially with user id etc. How do I specify the user id and pw in the STK? I could not fing the file <b>credential</b> anywhere?
    Appreciate your help.
    Thanks

    Thanks for the link Shabarish. My scenario is very similar to the one int he blog, except that its the other way round.. STK to XI.
    I have set up everything as per the blog. Please see below for the config.
    User ID - Shipper
    Test Run ID - TestRun
    Under "Component Under Test (CUT) Partner" section
    Global Business ID - 000022222
    Location ID - US
    Message URL - http://sapxid.companyname.com:50000/MessagingSystem/receive/RNIFAdapter/RNIF
    Under "Test system" the config is
    Global Business ID - 000012345
    LocationID - US
    Message URL (automatically filled) - http://localhost/rosettanet/servlet/listenerServlet?userId=SHIPPER
    When I click on the submit button I get the error message - CUT's UserId must not be null or empty
    If I give the "Component Under Test (CUT) Partner" Message URL of the form
    http://localhost/rosettanet/servlet/listenerServlet?userId=RECEIVER instead of XI's RNIF adapter path,
    it atleast tries to post and then fails saying Receiver not reachable. So its something to do with the Message URL.
    Can anybody clarify this please? Am I doing something wrong here?
    Thanks
    Karthik

  • Is Adobe Credentials file always needed for Adobe Document Services

    Hi,
    We are setting up Adobe Document Services in our SAP ME 6.0 Environment.
    We are getting this error in Default trace file when printing an adobe template:
    "Unable to locate any credential aliases associated with CS credential
    alias: ReaderRights"
    In the help for ME 6.0 chapter "Setting up printing" it is stated that you install a credential file. But according to SAP Note 736902
    you should only need the credentials file if you are running interactive forms, which we are not. We only want to print a PDF template which we have mapped against the file created from SAP ME.
    Can anyone help me and tell me if I really need the credentials file or if I don't need it how I can proceed with setting up ADS without the credentials file?
    Br,
    Johan Nordebrink

    as far as I was aware, you do need the credentials file

  • Where do I put config files for a webapp (war file)?

    To my understanding a war file is supposed to be dropped in. It's isn't intended to be unzipped by the person installing the webapp. Inside my web app I have some xml files I access to get configuration information for how the servlet works. This xml file is intended to be edited by the sysadmin using the webapp. So, it's obvious I can't put my xml file inside my war file otherwise they'd have to unzip it to edit it. So my question is, where do I put it? What is the normal place to put stuff like this for a webapp?
    Example:
    I make a servlet (or jsp/custom tags) that generates an explorer-like directory tree. It reads the tree folders and files from an xml file. So one sysadmin might make a tree that looks like this:
    Fruit
    |-apples
    | |-Gala
    |-oranges
    |-pears
    another sysadmin might make a tree that looks like this:
    Bookstore
    |-Technical Books
    | |- JSP to go
    |-Children's Books
    |-Dr Seuss
    And these are defined in the xml file.
    It's driving me crazy because I want to make my webapp deployable in a war file. Since I have to unzip it right now, the war file is useless.
    Thanks,
    David

    I don't have the answer, but I understand your pain. I was trying to figure this out last year before my company went out of business and made this problem go away.
    The issue is that you want to have a user install your webapp by deploying the war file and configure the app without unzipping the war file. If you can start the webapp first, why not just put the default or empty configuration file somewhere in your webapp director structure and write an administration servlet or JSP to configure it.
    If you must configure the application before it can start up, the following might apply.
    The obvious approach would be to install a properties or xml file separately from the war file and let the user edit that file. The problem is that your servlets and jsps need to be able to find it at run time. This is problematic because the current directory for relative paths seems to vary from one server to another. If I remember correctly, on Windows NT running Tomcat, current directory points to C:\jakarta-tomcat-x.x.x\bin. When running Websphere, it points to C:\WINNT. You can figure this out for the server your user is going to be running and have them put the file in one of those places. But I don't like putting my application files in places like that.
    I can't remember at the moment how it works in other servers, but at least in Tomcat you might put the configuration file in the webapps directory with your war file. Then you could have your servlet do a getServletContext().getRealPath() or something like that and back up the path one level to get to the file.
    At one point I thought it would be nice to put the path to the configuration file in the system environment, but we couldn't find any way in Java to get access to it.
    Will.

  • How to add a field for multiple file upload in WebApps ?

    I am creating a WebApp for user to save some information with multiple pitcures. I can only see a single uploader.
    How can I add multiple image uploader and How can I create a custom file upload field rather than image upload ?

    Hi,
    There's no other upload field type for web apps.  You'll need to use the "image file type" to apply multiple file upload fields within the web app form in this case.
    Kind regards,
    -Sidney

  • Opening a file inside my webapp

    Hi all
    I want to this method
    XSLTransformer.doTransform(xml,new File("/templates/default/webpage.xsl"),new StreamResult(out));
    opens the file webpage.xsl for a XSL processing. The file is in:
    Web Pages -> templates/default/webpage.xsl (nb5)
    but i can�t figure out how I make the reference, without using my local disk paths .
    help?

    Better to not use a File or path like that.
    I'd recommend using the class loader
    (getResourceAsStream from ServletContext) and put
    that path in the CLASSPATH (e.g., under
    WEB-INF/classes). Your app will be able to find it
    relative to the context, which will stay the same if
    you pick up your WAR file and move it from machine to
    machine.ok, i will try that way
    >
    Do you read all the stylesheets in, compile the
    transformations, and cache them on startup? Do all
    that in an init() method for the servlet that uses
    them. You'll only have to read and compile them
    once that way - a big performance savings.
    %Nope, no ideia how to do that. First time developing a webapp :)

  • War file under tomcat/webapps (newbie)

    Quick question:
    I have a file myPrj.war and I place it under tomcat/webapps. I realize that tomcat creates a folder myPrj and I can run my application on the browser (so far so good). my question is this: say I made a revision to my application (therefore I have a new myPrj.war file) and I place the newly myPrj.jar on under the tomcat/webapps. Does tomcat 'know' that he should disregard the 'old' folder myPrj and create a new one (since there's a new myPrj.war)???
    thanks

    Generally speaking, If you replaced your java code or tag lib in jsp, you need to restart tomcat, otherwise, if you just made some changes to the basic html, you don't have to do so.

  • Extending file servlet for webapp resource

    weblogic tunnels all request for resources through fileservlet.
    It is possible to extend file servlet and replace
    new extended servlet with file servlet , So all requests tunnel through
    new servlet and I can do whatever I want(as an example authntication)
    with request.
    I have noticed that request for resources within webapps doesn't
    go through extended servlet.
    So I have following questions
    1) Does file servlet serve request of resources within webapp?
    2) If yes than How I can configure servlet that extends file servlet
    so that request of resource within webapp goes through new
    extended servlet?
    3) If no what servlet servs requests within a webapp , In this case
    I also want to know configuration details to acheive similiar effects
    as in previous question.
    Thanks,

    Hello Steve,
    I think this exception may explain what I'm seeing:
    java.lang.ClassNotFoundException: introduction.videos._tasks__welcome
         at oracle.jsp.runtimev2.JspClassLoader.loadClass(JspClassLoader.java:758)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at oracle.jsp.runtimev2.JspPageInfo.getInstFacade(JspPageInfo.java:167)
         at oracle.jsp.runtimev2.JspPageInfo.compileAndLoad(JspPageInfo.java:451)
         at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:542)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:304)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    So, it looks like OC4J is using a JspServlet and JspClassLoader to try to load:
    _introduction._videos._tasks__welcome.class
    However, that "_tasks__welcome" is not a Java class - it is a regular .html file that lives in my WAR file as:
    tpri/introduction/videos/tasks_welcome.html
    So it looks like I have to tell OC4J not to try to load .html files as JSPs and treat them as plain HTML files that they are. Is there a way to do this with OC4J? (9.0.4.0.0)
    Thanks,
    Otis

  • Unable to find credentials file

    I have created a new composite with a bpel. It will build with no errors. When I run Build->Audit, I get the error "Unexpected Errror:: Unable to find credential file at /ade/hcamp_v11//ade hcamp_v11/fusionapps/build_metadata/ta/Assets.xml, rule File.Soa.32 is disabled."
    I have checked and the Assets.xml file is there.
    I have tried cleaning project from within JDEV, cleaning the view, refreshing the view, ant build, and I still get the audit error. When I try a premerge, it will not build.
    Does anyone have any idea?

    I manually checked out the project.jws and check it back in. For some reason
    this fixed the pre-merge build.

  • Getting absolute path of a file in a webapp without using servlet/JSP

    Hi all,
    I need a small clarification. Is it possible to reterive the absolute path of a file present in a tomcat web application without using Servlet/JSP. I have a normal java class which uses this file to read the configuration parameters. I like to know whether I need to create a seperate servlet which will read the parameters from web.xml.

    Hi all,
    I need a small clarification. Is it possible to
    reterive the absolute path of a file present in a
    tomcat web application without using Servlet/JSP. What if the file is in a WAR? What do you do then?
    I
    have a normal java class which uses this file to
    read the configuration parameters. There are other, better ways to do this.
    I like to know
    whether I need to create a seperate servlet which
    will read the parameters from web.xml.What do you really want it for? You shouldn't need an absolute path. Use the class loader to get an InputStream.
    %

  • AD Credentials, File Sharing and Permissions

    I've created a sharepoint on an Xserve G5 running Mac OS X Server 10.4.5. This sharepoint is to be shared to both Mac and Windows clients using Samba. A local group was created that is comprised mostly of Active Directory users. This local group was given Read&Write access for the share. The users in this group can all mount the share. However, whenever the group users try to delete existing files, or add files to the share they receive an error stating:
    "The operation cannot be completed becaue you do not have sufficient priveleges for some of the items."
    I've verified that the correct users are in the group, that the group has Read&Write access, and that the users can mount the share. I just can't figure out where the permissions would be wrong to give that error. Everything looks right, to me.
    Help?

    I've seen this error message before; these links may be of interest, even though they don't solve your problem:
    A similar posting to which I've replied: http://discussions.apple.com/thread.jspa?threadID=409444&tstart=0
    My original observation of this problem in Mac OS X 10.4.2: http://discussions.apple.com/thread.jspa?messageID=647624
    Your situation may be similar; however, I would also check to be sure that the "ignore permissions/ignore ownership" box is un-checked in the Info window of the volume that houses the share point. Occasionally, I've seen situations in which that has caused the failed copy error.
    --Gerrit

  • RNIF Receiver Adapter with attachment

    Hi All,
    Has anyone done an RNIF receiver adapter which can also do an attachment ? Any thoughts or ideas other than just help.sap links .
    Thanks Rahul.

    Hi Rahul,
    I am giving you below the best material that is availabe for RNIF.
    If you want to implement RNIF adapter you may want to have a look at the following blogs:
    SAP Network Blog: Rosettanet / RNIF & XI - Breaking the Code
    /people/shabarish.vijayakumar/blog/2008/01/09/rosettanet-rnif-xi--breaking-the-code
    SAP Network Blog: RosettaNet and the role of RNIF in XI
    /people/rmanoj.kumar/blog/2007/02/08/rosettanet-and-the-role-of-rnif-in-xi
    SAP Network Blog: 'Close Encounters' with the Rosettanet STK
    /people/shabarish.vijayakumar/blog/2006/06/14/close-encounters-with-the-rosettanet-stk
    SAP Network Blog: Service-enabling RosettaNet business processes
    /people/kevin.liu/blog/2006/12/29/service-enabling-rosettanet-business-processes
    As and when i find more material i will update this thread.
    Regards
    joel

  • How to use pre-defined scenarios for RosettaNet with XI 3.0

    Hi all.
       I am working in Comgroup Shanghai co. ltd. which is partner of SAP China.
       We have a potential customer who use RosettaNet as their Supply Chain EDI system.
       I would like to make a demo for demostrate the pre-defined scenarios for RosettaNet RNIF 2.0 packages.
       Where can I find such guideline ? I have checked the article: implementing RosettaNet with XI 3.0, but it cannot help me.
       Another question is how I can develop my own scenarios for the RNIF standards which are not included in XI RosettaNet business package ?

    Hi Andy,
    See the instructions below after you installed the RosettaNet STK.
    Below given is the sample config for PIP3B2 Scenario. Part I is using STK and Part II is using 2 XI systems.
    <b>Part I. Test Using STK</b>
    In your XI ID:
    1) Define both the parties 1) Shipper(Your Partner) 2) Receiver(Your company) with identifiers like DUNS Number.
    2) In ID goto>Tools>Transfer Integration Scenarios from IR-->select the scenario "PIP3B2_Receiver" from the drop down list.
    3) Follow the 4 steps in the config wizard.
    4) While creating your CC, create it from the channel template delivered with the RosettaNet BP.
       4.1) Specify the URL for STK which should be in the following format
    http://<STK Server>:<port>/rosettanet/servlet/listenerServlet?userId=<Party Name>
       4.2)In the location fields, enter your location and your partner location.
    In your STK
    1) Start the RosettaNet STK.
    2) enter the UserID<Partner Name in XI>
    3) Select the Test Scenario, 3B2V01.01-AdvanceShipmentNotification-0001-Scenario-Shipper
    4) Enter Global Business ID(DUNS Number) and Location ID for both the partners. These fields should be same as in your R/3 Party configuration.
    5) Enter the URL as follows:
    http://<XI Server:<J2EE_Port>/MessagingSystem/receive/RNIFAdapter/RNIF
    If everything is configured correctly as mentioned, you should be able to test your single-action scenario.
    <b>Part II Test using another XI System</b>
    For these follow the steps above for XI Config.
    Configure one XI System as PIP3B2 Shipper using the Scenario "PIP3B2_Shipper" and config wizard as mentioned above.
    Configure the other XI as PIP3B2 Receiver using the scenario "PIP3B2_Receiver" and config wizard.
    In the Url field, specify the URL as follows:
    http://<XI host>:<J2EE_Port>/MessagingSystem/receive/RNIFAdapter/RNIF
    Hope this helps.
    Regards,
    Sam Raju

  • Rosettanet pip

    hi,
    i read that  rosettanet pip's or(partner interface process) are provided in the IR .. please tell me what is it (pip) used for & where it can be found in IR ( Like idocs & rfc's r present in imported objects where r they )?
    thanking you

    HI
    Refer the below links:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ffe6d390-0201-0010-d792-9f22c5112c4f
    and these threads:
    RNIF adapter ?
    RNIF & Others
    http://help.sap.com/saphelp_nw04/helpdata/en/3d/99743f3d4b0866e10000000a114084/content.htm
    Check the following link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a09f3d8e-d478-2910-9eb8-caa6516dd7d9
    For more information about RNIF you can also visit, www.rosettanet.org :
    http://help.sap.com/saphelp_nw04/helpdata/en/42/f3d07f074e1bcae10000000a11466f/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/3d/99743f3d4b0866e10000000a114084/content.htm
    http://sap.co.il/SAPPHIL04/PDF/Track2/NESS_XI30_Overview.pdf
    SAP Launches Inititative for Industry Content
    http://www.sap.com/solutions/netweaver/components/xiadapters.epx
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9928db90-0201-0010-6894-ffa53bf77672
    Check the following link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00bfe190-0201-0010-5cab-b623ca90e746
    http://help.sap.com/saphelp_nw04/helpdata/en/3d/99743f3d4b0866e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/8e/839242bbe7171ce10000000a1550b0/content.htm
    WEBINAR:
    https://www.sdn.sap.com/irj/sdn/webinar?rid=/library/uuid/c189119d-0801-0010-a6a2-f0b010e727ac
    Please refer the following
    'Close Encounters' with the Rosettanet STK
    About Electronic Documents, Business Documents and Messages
    SAP Launches Inititative for Industry Content
    Service-enabling RosettaNet business processes
    RosettaNet and the role of RNIF in XI - RosettaNet and the role of RNIF in XI
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ffe6d390-0201-0010-d792-9f22c5112c4f
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b219df90-0201-0010-b898-da1dde3c80a4
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b219df90-0201-0010-b898-da1dde3c80a4
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b219df90-0201-0010-b898-da1dde3c80a4
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4f58802d-0a01-0010-e58b-d135f1b01dc5
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5348e95b-0b01-0010-768b-98ee477f63ef
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/implementing%20rosettanet%20with%2
    The Rosettanet STK and How to use it to your Advantage
    The Rosettanet STK and How to use it to your Advantage
    Rosettanet / RNIF & XI - Breaking the Code
    Rosettanet/RNIF & XI/PI - Breaking the Code
    'Close Encounters' with the Rosettanet STK
    'Close Encounters' with the Rosettanet STK
    RosettaNet and the role of RNIF in XI
    RosettaNet and the role of RNIF in XI
    Service-enabling RosettaNet business processes
    Service-enabling RosettaNet business processes
    cheers

  • RosettaNet Business Packages

    Hi all,
    We're trying to start a RosettaNet Scenario development.
    We've been reading about the necessary steps in order to accomplish the installation requirements, and one of them is the installation of the business packages.
    Our basis told us that this installation is not necessary in our system package version (SAP XI 2004s SP15), but we couldn't see RosettaNet namespaces (with objects) at RosettaNet SWCV already imported from SLD to Integration Builder Repository.
    Could anyone tell us if this is required for our SP version and where we could find its installation guide?
    Thanks in advance,
    Diego Campana.

    Hi Diego,
    pls chk with ur configurations in SLD with RosettaNet
    there should no problem if SLD works fine
    /people/rmanoj.kumar/blog/2007/02/08/rosettanet-and-the-role-of-rnif-in-xi
    /people/shabarish.vijayakumar/blog/2006/06/14/close-encounters-with-the-rosettanet-stk
    /people/kevin.liu/blog/2006/12/29/service-enabling-rosettanet-business-processes
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ffe6d390-0201-0010-d792-9f22c5112c4f
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/77edd390-0201-0010-59a0-c53f29a67acb
    /people/shabarish.vijayakumar/blog/2008/01/09/rosettanet-rnif-xi--breaking-the-code
    if found worth pls do the req
    Thanx
    Sampath

Maybe you are looking for

  • How to fetch oracle process id from a stored procedure.

    Hi, I want to fetch the oracle process id from within a stored procedure. I know that the one way to do this is using the v$process view. But, a grant has to be given to the user on this table. Due to the strict policies at my workplace, I do not hav

  • XI 3.0 SR1 Install and Config.

    Hello Guru's, I have read the XI 3.0Sr1 installation guide, the only part i didn't quite catch was about the Adapter Engine installation for Business System. Can anyone be kind enough to explain that to me ? I am quite new to this XI concept.. The sc

  • Error ORA-01467: sort key too long

    Hi. I have just come across the error ORA-01467: sort key too long . In the Oracle documentation, the 2 line description of this error basically says that there may be too many columns or group functions in the query, so I need to reduce the number o

  • 3D content in Acrobat Standard edition

    Hi, Can I view 3D content in Acrobat 8.0 Standard? This is what I have on my machine and the attempt to access the 3D toolbar results in an error message. I believe that the free Reader allows 3D viewing, but I am hesitant to load that on top of Acro

  • Roberto or other guys please help with the terminology!

    Hi Roberto, when you say In addition to V1 and V2 update, synchronous and asynchronous update from the application documents, you have to perform the V3 update (to download your records from delta queue to extraction queue) that you can schedule , I