SLD  - Development

My SLD Homepage contains 3 categories
Landscape (System , Technical and Business Landscapes)
Software  (Software Catalog)
Development (Name Reservation, Content Maintenance, Class Browser).
What is the Purpose of the Development? Could some one explain me the 3 different areas  Name Reservation, Content Maintenance, Class Browser).
Thanks

Hi Rohini,
<i>What is the Purpose of the Development</i>?
>>> This contains components like Name Reservation,NameSpace prefix etc.
This is used to reserv some of the naming standrads to your Software component/Namespaces to avoid confilicts between the standard/delivered one's.
http://help.sap.com/saphelp_nw2004s/helpdata/en/df/2761930dd9b74a85198f9e48850046/content.htm
Lots of new questions.. Good to discuss..
Regards,
Moorthy

Similar Messages

  • About sld development

    Hi friends,
    Could u tell me about Namereservation,Content maintainence and Classbrowser of Development in SLD.
    Best Regards,
    Rajesh

    Hi,
    To have complete information about SLD, please check the help file on your SLD homepage by going on this link:
    http://< xiserver name or IP Address>:< J2EE Port >/sld/doc/sld.pdf
    Hope, this will help you.
    regards

  • Regarding SLD Developement

    Hi All,
    1) Who will Develop the SLD Content ???
    2) XI Developer Will Involve in Developing the SLD Part or Not ???
    Regards
    Babu

    hi,
    >>Some times we will use Business Services If there is no SLD Information Provided
    in order to use business services there is no need of information of systems to be maintained in SLD ..thats rite.
    >>In IR How we will Develop Our Interfaces Under the SWCV With Out SLD ????
    to develop interfaces in IR u dont require systems!! even if u skip creating systems in SLD n use serviced in ID, even then u have to create a product and SWCV in SLD or use an existing one. so all ur IR objects will be under that SWCV.
    [reward if helpful]
    regards,
    latika.

  • Problem using name reservation

    Hi there,
    I'd like to use the name reservation to develop DCs with NWDI 7.00. I already created the following reservations in the SLD:
    Development Component Name: mycompany.com/myapp
    Application Context Root: myapp
    I'd like to use the application context root reservation in my Web project. I opened the application.xml file of the web projects associated EAR project, but I'm not able to set the context root. I get the following error message:
    No connection can be established to the name server of this Development Component project. Therefor, you can only insert context-roots for test applications.
    The nameserver is activated on the SLD and is registered in the domain data of the CMS. What am I missing?
    In addition I'm not sure where I have to set the Design Time Package reservation in the NWDS. I remember that I read somewhere, that some reservations are also created automatically by the NWDS.
    Maybe someone might help me with this.
    Regards,
    Markus
    Changed "Design Time Package" to "Development Component Name"
    Message was edited by:
            Markus Hunke

    Design Time Package name prefixes are normally in the form com.mycompany. They are used to restrict the Java package names that can be used.
    You can find these in the Development Configuration perspective: Browse your DC: DC Metadata -> DC Definition -> Package Names.
    Are you using a local Web project or a Web Module DC?

  • (SD 1.5.4.59.40) Compilation with coment - success with compilation error

    Hi!
    If I run this script:
    create table t(n number);
    create or replace
    TRIGGER t1
    -- Coment wiсh work!
    BEFORE UPDATE ON t
    REFERENCING OLD AS OLD NEW AS NEW FOR EACH ROW
    DECLARE
    past_due EXCEPTION;
    begin
    if 1 = 1 then
    raise_application_error(-20001, 'First trigger!' , TRUE);
    end if;
    end t1;
    +/+
    create or replace
    -- Coment with error
    TRIGGER t2
    BEFORE UPDATE ON t
    REFERENCING OLD AS OLD NEW AS NEW FOR EACH ROW
    DECLARE
    past_due EXCEPTION;
    begin
    if 1 <> 1 then
    raise_application_error(-20001, 'Second trigger!' , TRUE);
    end if;
    end;
    +/+
    Result:
    +SQL Command: create or replace --+
    Failed: ORA-24344: success with compilation error
    +24344. 00000 - "success with compilation error"+
    *Cause:    A sql/plsql compilation error occurred.+
    *Action:   Return OCI_SUCCESS_WITH_INFO along with the error code+
    anonymous block completed
    trigger text in SLD Developer:
    create or replace TRIGGER t2
    BEFORE UPDATE ON t
    REFERENCING OLD AS OLD NEW AS NEW FOR EACH ROW
    DECLARE
    past_due EXCEPTION

    It looks to me like there is a bug in the logic that determines if the current statement is SQL (terminated by ";") or PL/SQL (terminated by "/") - putting the comment before the object type you are creating is causing SQL Developer to assume it is SQL and it stops the statement at the first ";".
    The same thing happens if you try to create a package with a comment between the "create or replace" and the "package", for example:
    create or replace
    -- comment
    package xxx_pkg
    i number;
    j number;
    end;
    /creates a package with the following source, executing as a statement (so long as the cursor is between the create and the first ";"):
    package xxx_pkg
    i numbertheFurryOne

  • Upgradation project in sap xi

    hi expects ,
         i want to know about what would the problem or process in upgradation project.please help me.
                                                                                    thank u

    Hi,
    As an XI Developer one has the following responsibilities
    SLD developement is depends upon the Organization.
    1)  Developing Interface Objects
    2) Developing maping objects
    3) Developing Config objects like Creation of Communication channels , Sender and Receiver agreemnets, Interface data and    Receiver  data.
    In Addition to this he has to check whether the files are correctly picking and the files are correctly placing in the Target.
    Any Mapping related error means he has to look into those
    what are the responsibilities of an XI Developer?
    A) Steps are as follows.
    1) Receives functional specs.
    2) Understand the business requirements.
    3) Check whether are the required information is provided in Functional specs or not information like, source sturucutre,target strucutre,Transformation rule, test files, validation rules, error handling, data size etc.
    4) Raise issue log if there are issues and resolve it with functional team.
    5) Start building or designing the tech specs with all the required details like IR and ID part.
    6) Develop the object as per the design.
    7) Follow the naming convention as per the doc.
    8) Test the developed object with test cases and prepare UTC.
    9) Then review will happen with other team members.
    Regards
    Mohammed

  • NWDS 7.3 some infrastructure servers cannot be contacted

    Hi
    When I am trying to Import the track in NWDS 7.3 I am getting the following error.
    "some infrastructure servers cannot be contacted"
    I am trying to Import from System Landscape Directory
    and in Windows --> Preferences --> Development Infrastructure --> System Landscape Directory
    When I place the URL and click on Ping
    The Ping is successful
    When I am trying to import a New Development Configuration by doing Import from System Landscape Directory and I can see all my tracks and everything
    I can see Remote Development Configuration
    But when I try to logon to Development Infrastructure it gives me the following error
    "some infrastructure servers cannot be contacted"
    Can some one let me know what I need to do to resolve this error.
    Regards
    JM

    Hi,
    I think I can explain this. Please correct me if my understanding on the problem is wrong.
    1. If you save a track, then it creates the server side devconfig xml in CMS. (this includes SC dependencies, and information on Nameserver, cbs, dtr and cms urls, nothing more really)
    2.In the same time it also registers in SLD, but only the name of the devconfig, and the server where CMS is located. Again, in SLD we find only the info "where is the CMS that holds the details of the devconfig".
    Why is this important? Let's say you have 5 CMS servers and all of them are bound to the same SLD.
    Now if you created 1 track in each of the 5 CMS servers, then in SLD you'll have 10 entries registered.
    devconf1_dev -- holds data about CMS1 URL
    devconf1_cons -- holds data about  CMS1 URL
    devconf2_dev -- holds data about CMS2 URL
    devconf2_cons -- holds data about  CMS2 URL
    devconf5_dev  -- holds data about  CMS5 URL
    devconf5_cons  -- holds data about  CMS5 URL
    this is only one possible scenario, many other can be imagined, needless to say. Just imagine that from the above example some of the CMS servers are bound to other SLD servers.
    Now what happens in NWDS?
    You enter into the preferences only 1 URL that is the SLD. NWDS goes to SLD, and retrieves the LIST of development configurations, so NWDS doesn't have to know about all those 5 CMS servers, only about 1 SLD server that takes care about the rest. NWDS talks only to SLD when importing development configurations.
    The thing is that the devconfig is retrieved only once (unless you explicitly import dev config again)and will be stored on the client side in a .confdef file, and as of that point no more communication takes place between NWDS and SLD, but NWDS uses the locally stored .confdef and contacts the corresponding CMS directly according to that.
    If you see the error about "some infrastructure servers cannot be contacted" then I can think of 2 issues.
    1-
    When you import, NWDS has to list all the development configs according to the SLD devconfig list it retrieved from SLD. If CMS1-4 is up and running, but say CMS5 is down (or has any other accessing issues, e.g. its user store includes outdated nwdi communication user, etc), you receive this error.
    2-
    The .confdef that is used holds old data, and the server name or port has been changed in the meantime on the server side development config. This case the resolution is to reimport the development configuration after ensuring SLD holds correct data, and the servers maintained there are reachable. If the server side devconf is wrong as well, then ensure that the data on the domain data tab, track data tab are correct, and resave the track. This will recreate the server side devconf, and creates the entry in that SLD that is added on the domain data tab. After this you can go for reimporting the devconfig in NWDS, since that has to be updated too, to avoid that the outdated local .confdef is used.
    Check the SLD development configuration list here:
    /sld --> CIM Instances (on lower releases it is under Adminstration -- Content Maintenance) -- Design Time Configuration.(as of 730 you can refer to the tab "Associations" to see which CMS is assigned to the given devconfig).
    The pinging of SLD is positive, because the SLD is reachable, but the associated CMS servers are not. This is why ping works, but still errors about non-reachable servers are reported.
    I hope this helps.
    Best Regards,
    Ervin

  • Development and Production SLDs

    We have completed Development and testing of XI objects and are at a stage to transport the objects to Production. We have two SLDs for XI, one for Non-productive systems and another for the Prod system. As regards to SLD entries for transport to Production, I though the following is the process 
    1.     Create Production Business systems in DEV-SLD  putting them in the right Business group
    2.     Export DEV-SLD entries
    3.     Import the  file into PROD-SLD
    4.     After go-live only delta SLD entries would be exported and imported into PROD-SLD
    In the following Weblog, /people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation, Yuvaraj talked about SLD data supplier bridge  from Dev SLD to Production SLD. Is this absolutely necessary?  With the bridge operating, what happens if  somebody deletes a business system by mistake in Dev SLD?
    Any inputs would be appreciated and rewarded

    Bhavesh,
    <i>My reason for not having prod entries on Dev SLD is that if Prod Entries are going to be on dev SLD, then why have a separate SLD for Prod itself?</i>
    My logic for this would be during development, create all the Production Business Systems in DEV-SLD and transport them  to PROD-SLD. At runtime system uses Prodcution-SLD. I guess the differernce is design time vs Runtime. 
    <i>But once again, SAP recommends a single SLD and so when the landscape contains multiple SLD's there are no rules on how to go about this and so either way things will work fine :-)</i>
    SAP's recommendations seem to have changed off late. Though in online help they have again and again mentioned that <b>one SLD</b> is recommended, I do know that some internal SAP Consultants recommending separate SLDs for non-productive and productive purposes. There are also documents on Service market place providing information on how to set-up two SLDs for productive and non-productive purposes.

  • Moving Central SLD from XI Development to XI Production ?

    Hi,
    Please advise what is the impact of changing Central SLD from XI Development to XI Production Server.
    Because during initial installation the XI production still not available so our Basis only install SLD in our XI development server and other SAP development like FI, BW also pointing to this SLD.
    now the XI production is ready. could i just install new SLD in production and changes all connection from
    dev to prod ?
    Please advise on the step that i have to do.
    Thank you and best Regards
    Fernand

    Hi,
    http://www.riyaz.net/blog/index.php/2008/05/28/xipi-step-by-step-guide-to-xi-transports-using-cms-part-i/
    http://www.riyaz.net/blog/index.php/2008/05/28/xipi-step-by-step-guide-to-xi-transports-using-cms-part-ii/
    http://www.riyaz.net/blog/index.php/2008/05/29/xipi-step-by-step-guide-to-xi-transports-using-cms-part-iii/
    Refer this article
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f85ff411-0d01-0010-0096-ba14e5db6306 
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b01876ac-abbb-2a10-788e-95a7c5a5aeca
    Regards,
    Suryanarayana

  • Name server not updated in development configuration after change of SLD

    Hi Guys
    Hope you can help me with this one.
    We have moved our SLD from one server to another.
    After this we changed the name server in NWDI and in NWDS.
    In NWDS i removed the development configuration and reimported it, but when I do this, a popup box shows the details of the development configuration and the name server is still the old SLD server. This means that when I start the NWDS I get an error saying that the name server host is unreachable.
    Where do I change this?
    I found out that the name server is setup in the .confdef file under .dtc\0 in the field called name-server-url. If I change this manually in the file, it works. But if I remove the development configuration and reimport it again, I am taken back to the old name server again.
    It seems as if something has to be changed in NWDI, but I can't figure out what.
    Can anybody help?
    Cheers,
    Jacob Vennervald

    Hi Jacob,
    I would proceed as follows:<br><br>
    -  login to your new SLD<br>
    -  go to the technical systems in the landscape area of the SLD<br>
    -  in the filter drop down select AS JAVA<br>
    - check if your NWDI has reported to this SLD in the last 12 or 24 hours, you can check this on the "last update" column<br>
    - if your system has reported to this sld the last few hours this is good if not go to the step "change J2ee to new sld" i will descirbe later.<br>
    - remember the name of the system here. it is like sid on dbhostname.<br>
    -  got to sld administration (link on top) choose content maintenace in administration<br>
    - in the subset filter select "All with instances" as class set SAP AS JAVA Cluster<br>
    - you should find your system there. click on it.<br>
    - in the new screen find a link in the middle top <nr> associated instances -> click it<br>
    - in the next screen you will see the relationship of the technical system to the rest of the sld data.<br>
    - there should be a topic called "hosted application server"<br>
    - the should be an entry like: system landscape directory: sld on sid on server -> click it<br>
    - here you will see the data for this hosted system. You can find the cim/url definig the SLD you will find the roles. Landscape and name server should assigend and so on here you can chage the SLD url. <br><br>
    You can although proceed as follows. This as well requieres you nwdi to report and use this sld in j2ee see below if not.<br>
    - on sld startscreen choose landscapes in the landscapes part of sld<br>
    - select landscape type nwdi systems<br>
    - if there is no landscape you can create one<br>
    - in the landscape ypu can assinge systems. The sld should be availabel to choose.<br>
    - once in the landscape you can view the system and you can change the CIM Server url and the roles there aswell its just another view on the content.<br>
    <br>
    you can although check:<br>
    - open name reservation from develpoment part of start screen<br>
    - here you should find a button about enabling or disabling the sld for nwdi usege. this should be of course enabled...<br>
    <br>
    <b>"change J2ee to new sld" <br>Ok and here what to do or to check if you are not sure if your NWDI uses/reports to the new sld.</b><br>
    - Go to the nwdi server an open Visual admin i asume you are running a 7.0 Di if not let me knoe i can although tell you for CE.<br>
    - ok in VA. select on of your server nodes->services->SLD data supplier.<br>
    - an overview page will show up.<br>
    - select the http settings tab in the lower middle.<br>
    - https settings will tell the j2ee where to report to. Verify the data and change if needed. use the lightinigbolt button on top to transfer data to the sld. have a little patiance if your data is not shown immediately in your sld,. it may take 1-2 minutes until it is shown in the gui.<br>
    - switch to cim client generation tab. those paraemters will tell your j2ee from what sld to read data from. It is important to understand that you may report to one sld but to read from antioher. depending on your sld landscape. The CIm CLient should use the same Sld as your NWDI uses in CMS setting.<br>
    - if all is setup. do a cim client test.<br>
    <br><br>
    Allright. This is all I know on how the NWDI is integrated in SLD. Hope you can resolve your problem wiht this steps.
    <br>
    Have a good time<br>
    Jan

  • Development Configurations in the SLD

    When a track is created, its Development Configuration is stored in the SLD. I can see this activity in the SLD's Server log, but I don't see otherwise where I can see a list of Development Configurations stored in the SLD. Anyone?

    Hello Randy,
    On the SLD main page navigate to Content Browser. On the subsequent page in the <b>subset</b> select "All Classes" and in the class dropdown select "Design Time Configuration". All the development configurations will be listed.
    Hope this is what you were looking for.
    Regards
    Sidharth

  • How to link XI-Development to the central SLD on XI-Production?

    Hi,
    we have a two systems landscape with XI-DEV and XI-PROD.
    So far, we have used the SLD on XI-DEV.
    Now we want to use one central SLD that is running on XI-PROD for all developments on XI-DEV.
    What is necessary to to that (any documentation available?
    1. First we have done an export/import to copy all technical and business systems to the central SLD.
    2. Then we have set the following parameters in the exchange profile (Section Connections) of XI-DEV:
       com.sap.aii.connect.cr.name: Host of XI-PROD
       com.sap.aii.connect.cr.httpport: Port of XI-PROD
       com.sap.aii.connect.landscape.name: Host XI-PROD
       com.sap.aii.connect.landscape.httpport: Port XI-PROD SLD
    3. Now we have done an SLD data cache cleanup.
    4. TEST: I have created a new business system in the SDL (XI-PROD) to check, if this business system is available in the integration builder on XI-DEV. If i try to assign a new business system, I got the error message:<b>Access to object list of type "BusinessSystem" using the InternalEOAService BusinessSystemAccessor failed</b>.
    Also i get the error: <b>"No connection to SLD"</b> if i try to compare the adapter-specific entries of a business system with the SLD.
    What is the reason? What steps are missing?
    Do i need to maintain transactions like LCRSERVADDR (server address of landscape directory?) and SLDAPICUST or anything else??
    Thanks for any help!

    Chris,
    Follow the OSS Notes
    720717: Reduce the number of System Landscape Direcotries (SLD) &
    768148: Using a separate SLD for XI
    This should solve your problem.
    regards
    Shravan

  • PI 7.11 sp5 post install steps - SLD update hangs in IE browser

    Hello gurus,
    This is my first shot at installing PI ever.  We decided to go with PI 7.1 EHP1 and SP5.  I think the latest may be SP6.
    At any rate, we're doing this on AIX 6.1 and Oracle 10.2.0.4.
    I followed the install Guide exactly.  Did the sapinst, oracle and patch. Next, I manually updated the KERNEL, IGS , JVM, Then I updated SPAM, SAP_BASIS, then all the other abap components.  Then did JSPM and all those components.  Everything matches SP5 for PI 7.11
    https://websmp204.sap-ag.de/maintenanceNWPI71
    SAP_ABA     711     0005     SAPKA71105
    SAP_BASIS     711     0005     SAPKB71105
    PI_BASIS     711     0005     SAPK-71105INPIBASIS
    ST-PI     2008_1_710     0003     SAPKITLRE3
    SAP_BW     711     0005     SAPKW71105
    ST-A/PI     01M_BCO710     0001     SAPKITAB8F
    Now I'm doing the post install steps that are in the instguide.  THere are tons of steps, but let me go over the big ones and where I'm having a problem:
    READ ALL THESE NOTES:
    Note 1309239 - Configuration Wizard: PI NetWeaver initial setup
    Note 1286149 - Configuration Wizard: PI Self Test for NetWeaver
    Note 1107808 - Collective Note: Configuration Wizard 7.1
    Note 1286428 - Configuration Wizard: PI Wizard Templates overview
    Note 1115280 - PI CTC: Running SAP NW for PI in a different client
    At this point, based on being at PI 7.11 and SP5, I did the client copy.  from 000 SAP_UCUS to my new 400 client.  Then I did 001 SAP_USER to my new 400 client.
    Then I followed the steps to link the java UME from 001 to 400.  No problem after restarted SAP, it goes to 400.
    Now, the next step as I see it is to run the initial config wizard out of NWA.  I did that, no errors.
    My problem is when I get to updating the SLD.  I started at cimsap 1.5.42 and CRDelta 5.0....
    I updated cimsap to the cimsap51509_1-20005942.zip which took me to 1.6.9
    Next, I tried to import CRDelta51509_1-20005942.ZIP.  I "browse" to find it during the import, but when I click the "IMPORT" button, my browser hangs...
    I don't even get to the next page where it would be one more "warning/info" before I could really start the import.
    I didn't find anything in the work directory or the cluster/server0/log directory.
    I search all through SDN/OSS but could not find anyone who had this problem.
    Where did I mess up?  Are there other config wizards I should have run before I tried to update the SLD? 
    --NICK

    Hey Caio,
    Thanks for the response but it doesn't actually answer my question.  But to that point, for a "basic" PI post install, which of the NWA config tasks would you run other than the "initial config" ?  And would you run them BEFORE you updated the SLD content (cimsap/CRDelta) ?
    NW: PI - AS ABAP (Basic Configuration for Idoc, Proxy): Maintain
    PI Adapter Engine in JPR Mode
    PI Demo Client
    PI Full Qualified Host Name
    PI Self Test for NetWeaver
    PI SLD Self Registration
    Specifically, I did the SAPINST - ABAP/JAVA patches - Client copy - and THEN the initial config wizard (Setup a new local SLD, ).  Also, during the initial config, I clicked the box marked "This SLD will be used as a name server for development" and my PI server hostname was already in the box  marked "object server name".  This config took about 30 minutes.  I didn't see any errors or warnings.  although I didn't view the log.  I did go into Java JEE services and Filter for Services with name "XPI".  All were green.
    THEN I tried to update the SLD content.
    any thoughts appreciated.
    NICK

  • Add remote system to SLD

    Hi folks,
    I have a SLD set up to use the R/3 backend on the same server. I've also added another R/3 backend to the technical systems, so I can set up a JCO to use this. When I try to set up a JCO with the new backend and try to ping it I get the following error:
    com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed Connect_PM  TYPE=B MSHOST=trel-p40 GROUP=PUBLIC R3NAME=SOE MSSERV=sapmsSOE PCS=1 LOCATION    CPIC (TCP/IP) on local host with Unicode ERROR       service 'sapmsSOE' unknown TIME        Thu May 31 12:43:10 2007 RELEASE     700 COMPONENT   NI (network interface) VERSION     38 RC          -3 MODULE      nixxhsl.cpp LINE        776 DETAIL      NiHsLGetServNo: service name cached as unknown COUNTER     1
    As I can see the JCO points to my local R/3 not to the remote one. So here's my question: How do I tell the SLD that my newly added technical system is in some onther place. I've added the hostnames respectivly but I can't see how the sld would know where to look for a hostname that's not part of the local domain.
    Any help would be highly appreciated!
    Thanks in advance,
      Robert

    Sure, so here's what I'm trying to do: I have a development system consistion of an ERP 5 plus Portal 6.0 and all nessaccery components. I'll use this system to develop webdynpro apps and get them running in the portal.
    It's basically just prototypes but in order to give some customers the big picture I wanna connect my webdynpro apps to the customers R/3 for a live presentation with real data.
    The Connection runns over JCOs implementing the SLD destination and login data for the remote system (customer side). The remote R/3 just holds an functional package (don't know how it's called in English) that's RFC enabled.
    So now I'm facing the problem: How do I get the remote system to be accessable by my JCOs. My thought was just add it in the SLD as a technical system.
    As you can see I'm lacking basic understanding of SLD. Maybe you could set me on the right track?

  • Error while exporting the 3rd party technical system in SLD

    Dear all,
        We're currently using PI 7.0. When trying to export the technical system in SLD, after the exporting, the IE jumps to the download page automatically, but there's a exclamation mark with no text info. I've tried to create a new 3rd-party technical system and try to export, the same thing happened.
        It happened in both our develop and our production PI system.
        Also I've found following error info in SLD server log:
    Log Record Details
    #33 04/19/2007 10:07:38.573 [SAPEngine_Application_Thread[impl:3]_33]
    ERROR com.sap.sld.wd.technicalsystem.ExportView: null
    Thrown:
    java.lang.UnsupportedOperationException
    at java.util.AbstractCollection.add(AbstractCollection.java:216)
    at java.util.AbstractCollection.addAll(AbstractCollection.java:319)
    at
    com.sap.lcr.webui.admin.ImportExportControl.addAssociatorAndReferenceNames(ImportExportControl.java:1244)
    at com.sap.sld.wd.technicalsystem.ExportView.getBCSystemExportList
    (ExportView.java:285)
    at com.sap.sld.wd.technicalsystem.ExportView.getExport
    (ExportView.java:193)
    at com.sap.sld.wd.technicalsystem.wdp.InternalExportView.getExport
    (InternalExportView.java:137)
    at
    com.sap.sld.wd.technicalsystem.wdp.IPrivateExportView$IContextElement.wdGetObject(IPrivateExportView.java:208)
    at com.sap.tc.webdynpro.progmodel.context.AttributePointer.getObject
    (AttributePointer.java:158)
    at com.sap.tc.webdynpro.clientserver.data.DataContainer.getAndFormat
    (DataContainer.java:1092)
    at com.sap.tc.webdynpro.clientserver.data.DataContainer.getAndFormat
    (DataContainer.java:1064)
    at
    com.sap.tc.webdynpro.clientserver.uielib.standard.impl.FileDownload._getData(FileDownload.java:81)
    at
    com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FileDownloadAdapter.getReference(FileDownloadAdapter.java:291)
    at com.sap.tc.ur.renderer.ie6.LinkRenderer.render(LinkRenderer.java:53)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutCellFragment(GridLayoutRenderer.java:826)
    at
    com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutRowFragment(GridLayoutRenderer.java:424)
    at
    com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutFragment
    (GridLayoutRenderer.java:336)
    at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.render
    (GridLayoutRenderer.java:79)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at com.sap.tc.ur.renderer.ie6.GroupRenderer.renderGroupFragment
    (GroupRenderer.java:1184)
    at com.sap.tc.ur.renderer.ie6.GroupRenderer.render
    (GroupRenderer.java:74)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.renderFlowLayoutItemFragment(FlowLayoutRenderer.java:254)
    at
    com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.renderFlowLayoutFragment
    (FlowLayoutRenderer.java:210)
    at com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.render
    (FlowLayoutRenderer.java:49)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.renderScrollContainerFragment(ScrollContainerRenderer.java:619)
    at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.render
    (ScrollContainerRenderer.java:74)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.ViewContainerRenderer.renderViewContainerFragment(ViewContainerRenderer.java:134)
    at com.sap.tc.ur.renderer.ie6.ViewContainerRenderer.render
    (ViewContainerRenderer.java:49)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.renderFlowLayoutItemFragment(FlowLayoutRenderer.java:254)
    at
    com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.renderFlowLayoutFragment
    (FlowLayoutRenderer.java:210)
    at com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.render
    (FlowLayoutRenderer.java:49)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.renderScrollContainerFragment(ScrollContainerRenderer.java:619)
    at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.render
    (ScrollContainerRenderer.java:74)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.ViewContainerRenderer.renderViewContainerFragment(ViewContainerRenderer.java:134)
    at com.sap.tc.ur.renderer.ie6.ViewContainerRenderer.render
    (ViewContainerRenderer.java:49)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.ViewContainerRenderer.renderViewContainerFragment(ViewContainerRenderer.java:134)
    at com.sap.tc.ur.renderer.ie6.ViewContainerRenderer.render
    (ViewContainerRenderer.java:49)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutCellFragment(GridLayoutRenderer.java:826)
    at
    com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutRowFragment(GridLayoutRenderer.java:424)
    at
    com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutFragment
    (GridLayoutRenderer.java:336)
    at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.render
    (GridLayoutRenderer.java:79)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.renderScrollContainerFragment(ScrollContainerRenderer.java:619)
    at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.render
    (ScrollContainerRenderer.java:74)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.UiWindowRenderer.render(UiWindowRenderer.java:52)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
    at
    com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
    at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendHtml
    (HtmlClient.java:1039)
    at
    com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.fillDynamicTemplateContext(HtmlClient.java:455)
    at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendResponse
    (HtmlClient.java:1223)
    at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendResponse
    (HtmlClient.java:1179)
    at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendResponse
    (HtmlClient.java:299)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.finishTasks
    (AbstractClient.java:173)
    at
    com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:313)
    at
    com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:753)
    at
    com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:705)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing
    (ClientSession.java:261)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:154)
    at
    com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent
    (DispatcherServlet.java:62)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost
    (DispatcherServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet
    (HttpHandlerImpl.java:401)
    at
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet
    (RequestAnalizer.java:387)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet
    (RequestAnalizer.java:365)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle
    (RequestAnalizer.java:266)
    at com.sap.engine.services.httpserver.server.Client.handle
    (Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request
    (Processor.java:160)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run
    (MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run
    (ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java:170)
    Hope you can help us.
    Thanks and B'Rgds,
    YiNing

    not sure if it has relevance, but the SLD level transports will do nothing but create a CIM file which should be downloaded to your deskktop.
    1. Make sure that there are no Pop Up BLocker's acting on the XI server on your machine.
    2. Make sure that you have the download authorizations on your machine.
    Regards
    Bhavesh

Maybe you are looking for

  • Gurus, what exactly is the purpose of this NLS_LENGTH_SEMANTICS para?

    Gurus, it would be greatly appreciated if you could also explain what the exact purpose of this NLS_LENGTH_SEMANTICS parameter and what "LENGTH SEMATICS" mean? I read some posts in this Forum and got some idea but still don't get the REAL PURPOSE of

  • Can't paste photos into DW CS3

    Hi, I'm doing tutorials with Lynda.com - I've gone through the essentials of CS3 and am onto Beyond the Basics and I'm stuck. I'm having problems with roundtrip editing. I'm on a mac and I'm trying to copy a merged photo from Photoshop into Dreamweav

  • Not issuing IP addresses to all macs???

    Hi all, Please help, our OSX server has stopped issuing IP addresses via DHCP to some of our macs. We have about 15 macs in the company and about 7 of them are not getting an IP address. If I put a manual IP address in I can get access to the server

  • Checking code for SAP USER EXIT

    we have enhanced SAP given data-source 2LIS_XX_XXXXX, there are hard coded user exits for this extractor. How to debug the code for enhancements? I know we enhance data-source in CMOD....SAPLRSAP001 (transactional data)....SAPLRSAP002(attributes)

  • Printing via eprint/AirPrint

    Hi there, I have recently brought a HP Printer which prints wirelessly from both my iPhone and iPad fine when I am in the house (on the same wifi). I was on the understanding that as long as my printer was on wifi and my iPhone was on wifi (not neces