Problem in creating HTTP alias in WAS

Hi,
i have followed the steps to create the http alias mentioned in the below link
[Creating an HTTP Alias in WAS]
when i click on the HTTP Provider in visual administrator, "Error while loading service HTTP provider" is displaying.  after that i have created alias as
Alias : testexample
Path : E:usrsapj2ejc00j2eeclusterserver0     estexample
and saved the properties.  when i see for the folder "test" under E:usrsapj2ejc00j2eeclusterserver0, i did not find the folder which was i created.
how can i make the folder visible and to add a text/html file in that.
regards,
vv.

Hi,
the first thing is that you have to create the folder manually on the filesystem (in your case E:\usr\sap\j2e\jc00\j2ee\cluster\server0\test\example => test and example) Then you can access this file.
Maybe you should start with only a name without a "\". Create the alias "test" and create a folder e:\testfolder. Then point the alias test to the folder testfolder.
That should help,
Holger.

Similar Messages

  • Problem in Creating HTTP Destination

    Hello all,
    I am trying to consume a web service from ABAP and for this very reason I am creating a Client proxy and now I need to create a HTTP destination(Type G).
    I have created the Destination and when I test the connection I was facing with a error 'Service unavailable'.
    Please help me in how to resolve such an error and also let me know if there are any pre requisites before creating a HTTP Destination.
    Thanks in advance,
    Regards,
    Suman.

    Hi,
    I have raised this issue to the basis team and they are trying to figuring it out regarding the ICM/ICF paramters.
    In the mean time when I am creating the client proxy for a webservice which is internaI,I faced a error similar to which Igor has faced.
    In the WSDL document, the object
    "<complex/simpleType name="ArrayOfAnyType"> <ele..."
    from the namespace
    "http://NJNWKDEV119.enterprise.pseg.com/"
    links to the object
    from the namespace
    This webservice is from .net framework and I have asked them to check MSDN as mentioned by Anton with regards to problem faced by Igor.
    I am pasting my wsdl so that you guys can help me in finding out what exactly the error is. Thank you in advance.
    <?xml version="1.0" encoding="utf-8" ?>
    - <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://NJNWKDEV119.enterprise.pseg.com/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://NJNWKDEV119.enterprise.pseg.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    - <wsdl:types>
    - <s:schema elementFormDefault="qualified" targetNamespace="http://NJNWKDEV119.enterprise.pseg.com/">
    - <s:element name="ValidatePointAddress">
    - <s:complexType>
    - <s:sequence>
      <s:element minOccurs="0" maxOccurs="1" name="streetAddress" type="s:string" />
      </s:sequence>
      </s:complexType>
      </s:element>
    - <s:element name="ValidatePointAddressResponse">
    - <s:complexType>
    - <s:sequence>
      <s:element minOccurs="0" maxOccurs="1" name="ValidatePointAddressResult" type="tns:ArrayOfAnyType" />
      </s:sequence>
      </s:complexType>
      </s:element>
    - <s:complexType name="ArrayOfAnyType">
    - <s:sequence>
      <s:element minOccurs="0" maxOccurs="unbounded" name="anyType" nillable="true" />
      </s:sequence>
      </s:complexType>
    - <s:element name="ValidateLineAddress">
    - <s:complexType>
    - <s:sequence>
      <s:element minOccurs="0" maxOccurs="1" name="streetAddress" type="s:string" />
      </s:sequence>
      </s:complexType>
      </s:element>
    - <s:element name="ValidateLineAddressResponse">
    - <s:complexType>
    - <s:sequence>
      <s:element minOccurs="0" maxOccurs="1" name="ValidateLineAddressResult" type="tns:ArrayOfAnyType" />
      </s:sequence>
      </s:complexType>
      </s:element>
    - <s:element name="GetCrossStreetforPointAddress">
    - <s:complexType>
    - <s:sequence>
      <s:element minOccurs="0" maxOccurs="1" name="streetAddress" type="s:string" />
      </s:sequence>
      </s:complexType>
      </s:element>
    - <s:element name="GetCrossStreetforPointAddressResponse">
    - <s:complexType>
    - <s:sequence>
      <s:element minOccurs="0" maxOccurs="1" name="GetCrossStreetforPointAddressResult" type="tns:ArrayOfAnyType" />
      </s:sequence>
      </s:complexType>
      </s:element>
      </s:schema>
      </wsdl:types>
    - <wsdl:message name="ValidatePointAddressSoapIn">
      <wsdl:part name="parameters" element="tns:ValidatePointAddress" />
      </wsdl:message>
    - <wsdl:message name="ValidatePointAddressSoapOut">
      <wsdl:part name="parameters" element="tns:ValidatePointAddressResponse" />
      </wsdl:message>
    - <wsdl:message name="ValidateLineAddressSoapIn">
      <wsdl:part name="parameters" element="tns:ValidateLineAddress" />
      </wsdl:message>
    - <wsdl:message name="ValidateLineAddressSoapOut">
      <wsdl:part name="parameters" element="tns:ValidateLineAddressResponse" />
      </wsdl:message>
    - <wsdl:message name="GetCrossStreetforPointAddressSoapIn">
      <wsdl:part name="parameters" element="tns:GetCrossStreetforPointAddress" />
      </wsdl:message>
    - <wsdl:message name="GetCrossStreetforPointAddressSoapOut">
      <wsdl:part name="parameters" element="tns:GetCrossStreetforPointAddressResponse" />
      </wsdl:message>
    - <wsdl:portType name="AddValidationSoap">
    - <wsdl:operation name="ValidatePointAddress">
      <wsdl:input message="tns:ValidatePointAddressSoapIn" />
      <wsdl:output message="tns:ValidatePointAddressSoapOut" />
      </wsdl:operation>
    - <wsdl:operation name="ValidateLineAddress">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">ValidatelineAddress -Public web method to validate the line address for the first call from SAP Address Validation screen</wsdl:documentation>
      <wsdl:input message="tns:ValidateLineAddressSoapIn" />
      <wsdl:output message="tns:ValidateLineAddressSoapOut" />
      </wsdl:operation>
    - <wsdl:operation name="GetCrossStreetforPointAddress">
      <wsdl:input message="tns:GetCrossStreetforPointAddressSoapIn" />
      <wsdl:output message="tns:GetCrossStreetforPointAddressSoapOut" />
      </wsdl:operation>
      </wsdl:portType>
    - <wsdl:binding name="AddValidationSoap" type="tns:AddValidationSoap">
      <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    - <wsdl:operation name="ValidatePointAddress">
      <soap:operation soapAction="http://NJNWKDEV119.enterprise.pseg.com/ValidatePointAddress" style="document" />
    - <wsdl:input>
      <soap:body use="literal" />
      </wsdl:input>
    - <wsdl:output>
      <soap:body use="literal" />
      </wsdl:output>
      </wsdl:operation>
    - <wsdl:operation name="ValidateLineAddress">
      <soap:operation soapAction="http://NJNWKDEV119.enterprise.pseg.com/ValidateLineAddress" style="document" />
    - <wsdl:input>
      <soap:body use="literal" />
      </wsdl:input>
    - <wsdl:output>
      <soap:body use="literal" />
      </wsdl:output>
      </wsdl:operation>
    - <wsdl:operation name="GetCrossStreetforPointAddress">
      <soap:operation soapAction="http://NJNWKDEV119.enterprise.pseg.com/GetCrossStreetforPointAddress" style="document" />
    - <wsdl:input>
      <soap:body use="literal" />
      </wsdl:input>
    - <wsdl:output>
      <soap:body use="literal" />
      </wsdl:output>
      </wsdl:operation>
      </wsdl:binding>
    - <wsdl:binding name="AddValidationSoap12" type="tns:AddValidationSoap">
      <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    - <wsdl:operation name="ValidatePointAddress">
      <soap12:operation soapAction="http://NJNWKDEV119.enterprise.pseg.com/ValidatePointAddress" style="document" />
    - <wsdl:input>
      <soap12:body use="literal" />
      </wsdl:input>
    - <wsdl:output>
      <soap12:body use="literal" />
      </wsdl:output>
      </wsdl:operation>
    - <wsdl:operation name="ValidateLineAddress">
      <soap12:operation soapAction="http://NJNWKDEV119.enterprise.pseg.com/ValidateLineAddress" style="document" />
    - <wsdl:input>
      <soap12:body use="literal" />
      </wsdl:input>
    - <wsdl:output>
      <soap12:body use="literal" />
      </wsdl:output>
      </wsdl:operation>
    - <wsdl:operation name="GetCrossStreetforPointAddress">
      <soap12:operation soapAction="http://NJNWKDEV119.enterprise.pseg.com/GetCrossStreetforPointAddress" style="document" />
    - <wsdl:input>
      <soap12:body use="literal" />
      </wsdl:input>
    - <wsdl:output>
      <soap12:body use="literal" />
      </wsdl:output>
      </wsdl:operation>
      </wsdl:binding>
    - <wsdl:service name="AddValidation">
    - <wsdl:port name="AddValidationSoap" binding="tns:AddValidationSoap">
      <soap:address location="http://njnwkdev119/PSEGAV/AddValidation.asmx" />
      </wsdl:port>
    - <wsdl:port name="AddValidationSoap12" binding="tns:AddValidationSoap12">
      <soap12:address location="http://njnwkdev119/PSEGAV/AddValidation.asmx" />
      </wsdl:port>
      </wsdl:service>
      </wsdl:definitions>
    Regards,
    Suman.

  • Problem with Creating HTTP Request

    I have this code.when I comment CFHTTPMessageSetBody(myRequest, bodyData); it works fine otherwise the program crashes.Any suggestions will be appreciated
    CFStringRef bodyData = CFSTR(""); // Usually used for POST data
    CFStringRef headerFieldName = CFSTR("X-My-Favorite-Field");
    CFStringRef headerFieldValue = CFSTR("Dreams");
    CFStringRef url = CFSTR("http://www.apple.com");
    CFURLRef myURL = CFURLCreateWithString(kCFAllocatorDefault, url, NULL);
    // requestMethod = CFSTR("GET");
    CFHTTPMessageRef myRequest =CFHTTPMessageCreateRequest(kCFAllocatorDefault, CFSTR("GET"), myURL,kCFHTTPVersion1_1);
    CFHTTPMessageSetBody(myRequest, bodyData);
    CFHTTPMessageSetHeaderFieldValue(myRequest, headerFieldName, headerFieldValue);
    CFDataRef mySerializedRequest = CFHTTPMessageCopySerializedMessage(myRequest);
    NSLog(@" %@",mySerializedRequest);

    I found out that i could enter agency and scheme for inbound and outbound but which scheme do i need ? Can you give me an example,too ?
    Regards,
    Gordon

  • Is it possible to restrict content of HTTP alias only to portal context?

    Hello,
    After creating an HTTP alias on the WAS (through Services -> HTTP Provider) all content becomes publically available.
    Is there any way to prevent this and allow only applications that are running inside the portal context approach this content that alias points to?
    Roy

    Hello,
    I'll explain what I am trying to achieve.
    I've written phone book application. Each person has his/her personal card with his/her picture. In order to display the picture I need it to available in http. I've created an HTTP Alias (Like can be done on IIS). What I do is simply conctenate the HTTP alias the unique id number of each person which is also his picture's file name. The workers have an option to show or hide their pictures if they want to. The problem is that once creating an HTTP alias (or virtual directory on an IIS) this url becmes available to every person inside the LAN and the whole pivacy cocept is lost. If I could reveal this alias only to users who are entering the portal I could have control over the displying of the pictures but like this everyone can see every picture if he wants to. I beleive I can change the method of the picture retreival so it will take it from the file and not from http, but this methos is much more faster and simple.
    Roy

  • Problem in creating a JDBC System on VC7.1 portal ( CE7.1 SP3)

    I have a problem in creating a JDBC System on VC7.1 portal (CE7.1 SP3)
    I get the following error:
    Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the back-end application using the connector defined in this system object
    Results
    Default alias retrieved successfully
    Connection failed. Make sure user mapping is set correctly and all connection properties are correct.
    Could you please let me know if there are any guides on SAP Library; I was not able to find any documentation nor any threads discussing this on VC7.1
    Although, I saw this thread Can Visual Composer talk to/connect to any Database?..
    which says that VC7.1 can connect to SAP backend
    and web services only, and there is no direct connection to the db.
    Help needed please.

    Hi Dharmi
    Here is a quote of Dafna's post in [another thread in this forum|Re: Copy VC controls]
    CE7.1.1 will be released at September 2008 for ramp-up customers.
    There are many improvements and new capabilities in the new release of Visual Composer for CE7.1.1. Among the new features you can find:
    The missing features from Visual Composer 7.0 (Html view, portal Eventing support (EPCM), JDBC, Undo/Redo, and more..)
    Many layout & modeling improvements
    Additional ALV table functionality - export to Excel, switch to chart, configure ALV behavior at design time
    Integration of Visual Composer in Eclipse - additional entry point to the Visual Composer models from the NWDS. This integration provides the option to add a WD component (in case of missing functionality in Visual Composer), as a black box component to the Visual Composer model. Right-clicking the component will open the Web Dynpro perspective for creating/modifying the component.
    Regards,
       Shai

  • Problems in Creating Hierarchies :[nQSError: 15019] error

    Hi,
    I am facing a error in a hierarchy during the consistency check.
    I have a dimension DIM_REGION
    the data is at city-> country-> Region level.
    I have this dimension to join to facts in different levels. Some facts are joined at City level and the other facts are
    joined at Country level.
    Now when i create a hierarchy in BMM layer it gives the error.
    [nQSError: 15001] Could not load navigation space for subject area.
    [nQSError: 15019] Table DIM_REGION is functionally dependent upon level Region, but a more detailed child level has associated columns.
    Please help me wtih a approach to solve this.
    I also tried created a alias on DIM_REGION[Country] at country level and separated the joins and made a hierarchy for this, but still facing the problem.
    REgards,
    Bhavik

    hi,
    you must understand that when you are making a hieracly from a dimension table the lowest level must be unique!
    @@the data is at city-> country-> Region level.
    in your example region level,this means, that the key for the fact must be region level and the others...
    rebuild your table
    hope i helped...
    http://greekoraclebi.blogspot.com/

  • Problems with creating Newsletter in Dreamweaver

    Hey everyone, I'm having few problems in creating my newsletter in Dreamweaver.  I hope someone can help me!
    1. My html layout is different when I preview in different browsers. I know it is quite common to happen, but I dont know how to fix mine. It works fine in Safari and Chrome but the images and text are incorrect in Explorer and Firefox for example. How can I fix that? Here is the link so you all can look at it: http://www.ntgblog.com/Images/newsletter3.html
    2. Another little thing I notice was Dreamweaver gives me a msg when I asked to check compatibility and I can see that the text "NTG monthly newsletter.." is not align in the bottom, why? How do I fix it?:
    Support for the top, text-top, middle, bottom, and text-bottom values of the CSS property vertical-align is incomplete; these values may not produce the intended effect.
    Affects: Internet Explorer for Macintosh 5.2
    I think that's it for now. I really need to show it to my client tomorrow, so hopefully someone can help!
    Thanks you very much!
    Karen

    First, don't test IE for Mac.  It hasn't been supported in years and hasn't worked since Tiger I think or maybe Leopard.  Also if you plan on emailing, get it into an ESP or something so you can send to the client to show them how it will look in different email clients.  For instance, since your a:hover is in the head of your code, GMail will ignore it.

  • Shortdump "ITAB_DUPLICATE_KEY" in SICF when creating an alias

    Hi
    I'm trying to create a reference to the WSHANDLER service in SICF, on a WAS 7.00 system  (IDES), but when i'm switching to the tab "Alias Target", the system generates a Shortdump (see below).
    Have any of you experienced/solved this problem (It's on an IDES System so i'm afraid that help on the OSS isn't very likely )
    I have found a post from [mani sahay,|DSWP;, with at reference to OSS Note 1042052, but it doesn't seem to exist
    Any help on this issue would be very appreciated
    Regards
    Morten Nielsen
    Dump
    Runtime Errors         ITAB_DUPLICATE_KEY
    Date and Time          03.03.2008 11:42:00
    Short text
         A row with the same key already exists.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "RSICFTREE" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    Error analysis
         An entry was to be entered into the table
          "\PROGRAM=RSICFTREE\DATA=GT_ALIAS_ICFS[]" (which should have
         had a unique table key (UNIQUE KEY)).
         However, there already existed a line with an identical key.
         The insert-operation could have ocurred as a result of an INSERT- or
         MOVE command, or in conjunction with a SELECT ... INTO.
         The statement "INSERT INITIAL LINE ..." cannot be used to insert several
          initial lines into a table with a unique key.
    Trigger Location of Runtime Error
         Program                                 RSICFTREE
         Include                                 ICFTREE_FORMS
         Row                                     2.663
         Module type                             (FORM)
         Module Name                             INIT_ALIAS_TREETABLES

    Hi Morten, I have the exact same problem with creating a reference service to the WEBGUI in SICF.System is ECC 6.0. Did you ever get this resolved? Thanks, Julie

  • Problem with create standby by rman oracle9.2

    I have a problem: until create standby database by rman i have error:
    RMAN-03015: error occurred in stored script opomc_clone
    RMAN-03002: failure of Duplicate Db command at 02/18/2010 12:26:34
    RMAN-03015: error occurred in stored script Memory Script
    ORA-19587:
    ORA-27091: skgfqio:
    ORA-27072: skgfdisp:
    SVR4 Error: 5: I/O error
    Additional information: 349248
    The scripts are ok becouse they work earlier.
    The main database was a standby but now is primary.
    I create new standby base on remote server
    I have in bdump strange error for me until create rman copy for standby:
    Clearing standby activation ID 1004670785 (0x3be20f41)
    The primary database controlfile was created using the
    'MAXLOGFILES 5' clause.
    The resulting standby controlfile will not have enough
    available logfile entries to support an adequate number
    of standby redo logfiles. Consider re-creating the
    primary controlfile using 'MAXLOGFILES 8' (or larger).
    Use the following SQL commands on the standby database to create
    standby redo logfiles that match the primary database:
    ALTER DATABASE ADD STANDBY LOGFILE 'srl1.f' SIZE 409600000;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl2.f' SIZE 409600000;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl3.f' SIZE 409600000;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl4.f' SIZE 409600000;
    Any suggestions?
    Sorry for my english :)
    Edited by: user12044451 on 2010-02-18 03:56

    can you use like this
    BACKUP DATABASE INCLUDE CURRENT CONTROLFILE FOR STANDBY PLUS ARCHIVELOG;startup nomount;
    duplicate target database for standby nofilenamecheck;
    in detail check
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96566/rcmstand.htm#1000921

  • Problem to create a web album

    Hi,
    I'm using LR3 for a couple of weeks and I'm facing problems to create successfully a new webalbum. After Keying in the ftp-server details LR3 is unable to upload the pic's to the server. I've tried to upload the pics via Filezilla which works perfectly fine, means no problem with my provider or data connection or even with my iMac.
    Has anybody experienced any similar issue and probably you know how to solve the problem?? Please share with me your knowledge. Thanks a lot!!

    If John's solution does not resolve the issue, then you should be able to get a free upgrade to LR 4.1 if you purchased v.3 recently, which should resolve all problems regarding to online web albums.
    Adobe doesn’t notify customers who purchased single-user licenses about complimentary post-announce upgrades, BUT according to a somewhat obscure company policy, users who bought software (full or upgrade) soon after a new version was announced, might be eligible for a complimentary upgrade. You need to contact Adobe directly to find out if you fall in the eligibility period.
    Let me know how it goes.
    For more info, please visit www.eduardoangel.com and to see all the latest features from LR 4.1, check out this link also:  http://eduardoangel.com/2012/05/30/adobe-lightroom-4-1-is-finally-available/

  • Cannot create HTTP client Exception in Http -- XI -- RFC scenario

    Hi,
    We are testing Http --> XI --> RFC scenario
    While testing this scenario from RWB we are getting following error message in the SXMB_MONI logs:
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">CLIENT_CREATE_FAILED</SAP:Code>
      <SAP:P1>1</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Cannot create HTTP client (exception 1)</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    Following is the info from the Trace:
      <Trace level="1" type="System_Error">cl_http_client exc = argument_not_found</Trace>
    We have tried following things:
    1. In SICF we made sure the /default_host/sap/xi/adapter_plain is active
    2. Applied SAP Note: 716739
    Any response will be greatly appreciated.
    Thanks,
    Paresh

    Hi UDO,
    Thanks for your reply. The error was gone when I tested again this morning. I am guessing it must be the SAP Note 716739 that we applied and might not have refreshed the cache.
    I am still intereseted in confirming what exacly fixed this issue.
    As per your suggestion, I looked at the left Nav bar and the error was at the "Call Adapter" step. Even in the log message it says the same. The reciever/interface determination and mapping were successfull. I could successfully test the scenario in the integration directory.
    Here is what the 716739 Note said:
    Symptom
    If you call the Integration Server from a sending Integration Engine (proxy), the following error message occurs:
    Category = XIServer
    Area = INTERNAL
    Id = CLIENT_CREATE_FAILED.
    In transaction SXMB_ADM, you used the Configure Integration Engine function to enter a URL of the type http://<host>:<port>/sap/xi/engine?type=entry instead of a URL of the type dest://<name>.
    Other terms
    SICF, SXMB_MONI, SXMB_ADM, XI
    Reason and Prerequisites
    You have configured the communication route from the sending proxy (Integration Engine) to the Integration Server using the URL of the type
    http://<host>:<port>/sap/xi/engine?type=entry and have saved the logon data on the Integration Server in the Service
    /sap/xi/engine (transaction SICF).
    A program error has occurred: the communication log is not correctly set when the HTTP client is set up.
    Solution
    The problem is eliminated with SAP_BASIS Support Package 2. To eliminate the problem, you can use an URL of the type dest://<name>, where <name>  refers to the name of a HTTP destination that you have maintained with transaction SM59.
    Now, I was not using the proxies but Http post to XI. Do you guys also think this might have fixed my issue?
    Thanks,
    Paresh

  • Problem while creating SAP Web Dynpro iView

    Hi,
    I am creating SAP Web Dynpro iView from iView Template.
    The SAP Web Dynpro System Object is being created. The System Alias is also being created.
    The Test Connection is successful with Portal Server.
    Now, while creating SAP Web Dynpro iView from Template in Step 4:
    I am not getting my System while an old system which is being deleted is being displayed.
    Name of my System Object is: WD_System and System alias is: WD_Alias.
    The Step name is:
    Step 4:  Application Parameter
    Enter the paramater(s) of the application for which you want to create the iView 
    Regards
    Kaushik Banerjee

    Hi Bala,
    I am not getting the System Alias under:
    User Administration-> User Mapping-> Logon Data(Select a Principal) (System Alias).
    The System is successfully built under System Amininstration->System Configuration->System Landscape->Portal Content->kaushikb named WD_System and System Alias is named as: WebDynpro_alias.
    The Test Connection is successful.
    I am displaying the result below:
    SAP Web AS Connection
      Test Details:
    The test performs the following:
    1. Checks the validity of the system ID in the system object.
    2. Checks if the system can be retrieved from the PCD.
    3. Checks if a SAP system is defined in the system object
    4. Validate the following parameters: WAS protocol; WAS host name
    5. Checks if the host name of the server can be resolved.
    6. Pings the server to see if it is alive.
    7. Pings the WAS ping service; works only if the service is activated on the ABAP WAS.
    8. Checks HTTP/S connectivity to the defined back-end application
    Results
    1. The system ID is valid
    2. The system was retrieved.
    3. The system object represents an SAP system
    4. The following parameters are valid: Web AS Protocol (http) Web AS Host Name (kolapon:50000)
    5. The host name kolapon was resolved successfully.
    6. The server kolapon was pinged successfully.
    7. The WAS ping service http://kolapon:50000/sap/bc/ping was not pinged successfully. If the ping service is not activated on the WAS, you can try to call the ping service manually.
    8. An HTTP/S connection to http://kolapon:50000 was obtained successfully.
    Regards
    Kaushik Banerjee

  • Creating web services using WAS 6.40

    Hello All,
      When I try to create one in my WAS 6.40, I always get stuck @ the entry that prompts for the package. The error messgae that I received is "Test objects cannot be created in foreign namespaces". Can someone advise what could be the problem ? Am I missing something here ? My apologies if the questions is too trivial but I am totally new to all this R/3 / ABAP thingy. Thank you.
    from
    Kwok Wei

    Hi Kwok,
    There are two solutions for your problem.
    first, if you want to make it transportable then create a
    package and asign your object to that package, you'll get
    Request Number for package and object assigned.
    Secondly you can also save it as Local Object.
    To read about web services in details visit <a href="http://help.sap.com/saphelp_nw04/helpdata/en/9b/dad1ae3908ee44a5caf57e10918be9/frameset.htm">this</a> and <a href="http://help.sap.com/saphelp_nw04/helpdata/en/D6/F9BC3D52F39D33E10000000A11405A/frameset.htm">this</a>
    Hope it helps.
    Regards,
    Narinder Hartala

  • Creating "Topic Alias" marker in FM document for CS Help

    Hi,
    I am eventiually moving toward creating content sensitive help and am looking at preparing the source documents for the leap (documents in my Framemaker version7 and book file) for the leap. On-line, it says that I should create markers called "Topic Alias" and marker the topics/ headings with this marker. I have tried to do this but, Once I convert those same documents (the book) into RoboHelp, my "Topic Alias" markers don't appear. What I find confusing is that my other markers (e.g. TOC markers) are visible in RoboHelp.
    Would someone know why my Topic Alias markers are not appearing? Am I preparing my document the correct way?
    Thanks you. I have posted this on the RoboHelp forum but as this deals with both FM and RoboHelp, I am also posting this here.
    Thanks,
    Ingrid

    Ingrid
    You should use the FrameMaker integration category in RoboHelp forum.
    Scenario 1 - Map files provided by Developers - If you import the map files in the project before you add the FrameMaker book in RoboHelp, context sensitive help should work fine. RH already has a map file called BSSCDefault.h - don't worry about it. The alias file was practically empty. When I checked "All Map IDs" in Project Manager, none of the IDs visible in the opening pane were assigned to topics.
    If you import the map files after you have added the book - you need to do one Force Update for RoboHelp to connect the two sets of information. All Map IDs are properly assigned to topics and the context-sensitive help worked properly
    Steps
    1. Add FM files to the project. Select the Topic Alias Markers in the Context Sensitive Help field during import.
    2. Go to Project Settings Pod, open Context Sensitive Help folder and right click on Map Files. You shall get Import Map File option in the context menu. In the import dialog box you will get option to import .hh, .hm and .h files. Please ensure that Locked option at the bottom is checked. RoboHelp will not touch your file if this option is on.
    3. If required, force update and then generate your SSL output.
    4. Use the Help for context sensitive help in your product.
    Scenario 2 - Map files generated by Help Author - We defined our special marker in the field "define context sensitive help marker". And there are markers (CSH_1 to n) in the topics but there are no map ids with the markertext from the framemaker files and thus there is no mapping. By the way, we are working with referenced framemaker files. You can generate MapID file through RoboHelp, export the mapid file and re-import it in locked mode.
    Steps
    1. Defined your special marker in the framemaker files:
    2. During import define your special marker in the correct option
    3. Import the FrameMaker files - Robohelp does not automatically create the mapIDs on the basis of our special markers in the framemaker files. There ae CSH_n-markers in the HTML-code of the topics, but they are not mapped automatically, because there are no mapIDs from the frammaker files. You can use the AutoMap feature in RoboHelp. Select topics on the right pane of the CSH dialog and click on AutoMap.
    4. Export the mapid file and re-import it in locked mode (as described in Scenario 1).
    I had updated my blog post - The behavior has changed after RoboHelp patch 7.0.1. RoboHelp does not generate the mapIDs automatically and enables you to load the developer provided mapping files. If you are generating mapping files for your developers, please generate it through RoboHelp and export it. For importing the mapping file -> Go to Project Settings Pod, open Context Sensitive Help folder and right click on Map Files. You shall get Import Map File option in the context menu. In the import dialog box you will get option to import .hh, .hm and .h files. Please ensure that Locked option at the bottom is checked. RoboHelp will not touch your file if this option is on.
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=65&catid=680&threadid =1349305&enterthread=y
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=65&catid=680&threadid =1348153&enterthread=y
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=65&catid=680&threadid =1349232&enterthread=y

  • SystemDefinition: NullReferenceException when creating an Alias

    Hello,
    I'm programatically creating a SystemDefinition and I have the problem that I cannot create an Instance of the "Alias" class when using the (String, String, String) overload. No matter what texts I pass as arguments, I always get a NullReferenceException saying "Object reference not set to an instance of an object". 
    What's wrong?
    Thanks

    Hi,
    basically LabVIEW and other text based programming languages are always referencing to the .NET API of VeriStand.
    Please check the following link, they create an Alias for a custom device
    create an alias from a custom devichttp://forums.ni.com/t5/NI-VeriStand/create-an-alias-from-a-custom-device-page/td-p/2590999e page - Discussion Forums
    http://forums.ni.com/t5/NI-VeriStand/create-an-alias-from-a-custom-device-page/td-p/2590999
    Here is also another example basedLabVIEW Walkthrough: Modifying Models in a System Definition File on LabVIEW
    Are you able to create the Alias in LabVIEW? If so, please use the same .NET calls in Iron Python
    Kind regards,
    RupiDo
    NIG, Munich

Maybe you are looking for

  • Error when activating the master data

    Hi I am getting the following error when activating the master data. when using IDOC as transfer method in transfer rules <b>Error while creating table 'EDISEGMENT' entry '/BIC/CIRB0CLASS_NUM_TEXT'</b> If anyone came across this kind of problem plz s

  • Itunes store not working properly after update 10.7

    I just did the latest itunes update to 10.7 and initially itunes store seemed fine, I was browsing films and was able to view a trailer, but the screen changed and there were suddenly no images of fims or ability to view trailers and nothing happens

  • Error popups Item category to be assigned

    Hello Sir/madam "There is no item category assigned to account to the specified company code" , if a pop up , message comes like this , what the way to sortout, such error, have assigned in charted occount, in F-02 after updating, amount, once try to

  • Procurement type Vs Price Control

    Dear All, We are maintaining price control as V for procurement type F, and S for E. Is there any possibility, for automatic change in price control when the changing the procurement type from F to E. Regards, Venkat.

  • I cannot get my second monitor to work!

    Hi, I have a brand new MacBook Pro, and I am trying to hook up a 17 inch ADC studio monitor to it. I have the DVI-ADC adapter and I have everything hooked up properly. The USB ports work on the monitor (I have my wireless mouse plugged into it and it