SSI PARAM problem

I am getting null value when I call req.getParameter(arg). I saw couple of
          postings on this problem. Can someone post the solution?
          Thanks
          -Bala
          email: [email protected]
          

http://www.weblogic.com/docs51/classdocs/API_servlet.html#ssi
          Cheers
          mbg
          In article <8h3e0a$kop$[email protected]>, [email protected]
          says...
          > I am getting null value when I call req.getParameter(arg). I saw couple of
          > postings on this problem. Can someone post the solution?
          >
          > Thanks
          > -Bala
          > email: [email protected]
          >
          >
          >
          ==================================================
          NewsGroup Rant
          ==================================================
          Rant 1.
          The less info you provide about your problem means
          the less we can help you. Try to look at the
          problem from an external perspective and provide
          all the data necessary to put your problem in
          perspective.
          

Similar Messages

  • Template-based ssi causing problems

    I'm working on a small site that has a sidebar listing news features, which the client needs to edit.  The sidebar list appears throughout the site so I set it up as an SSI in the base template.  The editable items in the sidebar are repeating elements with some internal structure, so I based the SSI on a template to make the items easy for the client to edit in Contribute.
    There's no problem editing the template-based SSI itself in Contribute, and there's no problem editing the pages in Contribute when the SSI is not included.  The problem arises when I try to edit any of the pages in Contribute once the SSI is included; they no longer function properly. Several pages have editable regions that are also comprised of editable, repeating list items, but the buttons in Contribute for adding, deleting, and moving these repeating regions on those pages no longer do anything once the SSI is incorporated into the page.
    If I change the SSI so it is not template based -- make it just raw html -- the problem goes away.  (Unless I can find a solution, I'll have to go this route although it makes it harder for the client to edit the contents of the SSI.)  So the problem isn't the SSI; it's when the SSI is based on a template.
    There are no <body> or <head> tags in the template-based SSI; just the sidebar <ul> snippet with editable, repeating regions. I've tried changing the SSI extension to .shtml, .inc, .htm, etc. to no avail.
    I can think of many scenarios where an SSI needs to be editable and, at the same time, has enough structure that I would want to base it on a template to facilitate editing in Contribute.  But a template-based SSI seems to make Contribute choke.
    I'd appreciate any help on this.

    Have you renamed the file with an *.shtm(l) extension?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "tnuaga" <[email protected]> wrote in
    message
    news:e9oks7$2kd$[email protected]..
    >I have a template based on the halo_left_nav css file,
    into which - in the
    > editable region - I have embedded an ssi file. Although
    the include file
    > shows
    > up in Dreamweaver, it does not show up in the browser.
    Any sagacious
    > advice?
    > I'm using DW MX (yeah - old and no longer supported) on
    a Mac. (I just
    > received approval to upgrade to v8.0, but I have a
    deadline of 8-1-06 to
    > complete a rather daunting project and am a little
    insecure about
    > switching at
    > the moment.)
    >
    > I have another issue with the same template which I will
    post separately
    > in
    > order to keep my oranges out of my apple box.
    >

  • Oracle Provider for OLE DB on Vista SSIS Unicode Problem

    I wrote a few SSIS packages on my XP computer using the 10.2.0.2 OLE DB Provider which work fine.
    Now I'm trying to migrate to a Vista computer... I loaded the Vista certified 10.2.0.3 client and can connect to Oracle databases no problem.
    The problem is when openning the packages that work fine. For some reason its now seeing the non-unicode columns from the Oracle database as unicode and can't validate the OLE DB Data Sources.
    Any ideas?

    I thought I'd let everyone know that I had resolved the problem. It came down to the order of the installations, and possibly what I had been installing.
    Initially I had only run the 10.2.0.3 Client Install for Vista. Everything worked fine except for the unicode issue. This last time, after removing everything Oracle, I installed the ODT with ODAC 10.2.0.2.21 into its own new home "ODACHome1". Then I ran the 10.2.0.3 Client Install for Vista and chose the same home as the ODAC install (the installer complained but I continued). I then performed a "Custom" install and only choose to upgrade the Oracle Net to 10.2.0.3 from the 10.2.0.1 that wouldn't work under vista. Thats it, thats all I chose.
    The installer completed successfully and now everything is working fine. SSIS is recognizing them as it did on XP. Also, I was able to repeat this and get it to break again...

  • SSIS connection problem -- inexplicable red box

    I've developed a lengthy SSIS package to migrate data from an old database to a new SQL Server 2008
    database. My workstation is on the same domain as our dev SQL server. The SSIS package has several connection managers. When I'm connecting to the databases in the dev environment, everything works fine.
    As a final stage in testing the package, I'm trying to change the connection managers of the source databases to our production environment. Production is in a different, untrusted domain. I'm using SQL Server authentication. When I change a connection manager
    from the dev server to the production server, I click the Test Connection button and see "Test connection succeeded." I go to an OLE DB source object that uses this connection manager. I click the "Preview..." button and it successfully
    displays sample data. But when I try to execute the step that contains this OLE DB source object, I get these error messages and the box turns red:
    Error: There were errors during task validation.
    [SSIS.Pipeline] Error: One or more component failed validation.
    [SSIS.Pipeline] Error: component [OLE DB source object name] (329) failed validation and returned error code 0xC020801C.
    [PRIMS Commands [329]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager [Connection Manager name] failed with error code 0xC0202009.  There may be error messages
    posted before this with more information on why the AcquireConnection method call failed.
    For the provider on the connection manager, I've tried SQL Server Native Client 10.0, SQL Server Native Client 11.0, and Microsoft OLE DB Provider for SQL Server. All of them give me the same failure.
    I'd really appreciate any suggestions. Thanks.
    Addendum.  In my troubleshooting, I've turned off Run64BitRuntime, and the connections work.  Why would 64-bit runtime work when connecting to the dev server but not the production server?
    This isn't really a good workaround for my problem because the package uses a fuzzy lookup transformation, which only runs in 64 bit mode.  I might be able to separate that out into another package, but that would be inconvenient at best.

    Hi AlanYoung001,
    The issue is rather odd. Could you try the ADO NET Source and use the .Net Providers\SqlClient Data Provider and check the issue again? In addition, if it is possible, run this package on your Dev server to see if the package works. Besides, the error message
    should not be complete, could you post the complete error message to see if we can find more clues? 
    Regards,
    Mike Yin
    If you have any feedback on our support, please click here
    Mike Yin
    TechNet Community Support

  • SSI PARAM tag

    We are trying to implement server side includes for our servlets, but are
              having difficulty retrieving parameters passed using the param tag. Our
              shtml code is as follows:
              <HTML>
              <BODY>
              <SERVLET NAME=NavigationServlet>
              <PARAM NAME=Path VALUE=Job>
              </SERVLET>
              </BODY>
              </HTML>
              Inside the servlet, we run the following code to try to retrieve the value
              of "Path":
              String path = req.getParameter("Path");
              This returns null. If we try to pass the path as part of the URL
              (http://hostname/weblogic/test.shtml?Job=Path), the above statement is able
              to retrieve it; it only fails when passed in the <PARAM> tag on the .shtml
              page. Any ideas?
              Dave
              

    Yup! We're experiencing the exact same problem here! The only diff is our
              page code is in a .html file, and we direct *.html to SSIServlet. Here's
              the kicker: We have been doing this all through WL 4.5.1, and it WORKED
              THEN! The <PARAM> tag stopped working as of 5.1 upgrade! (Or perhaps it
              has something to do with JSDK 2.2 upgrade from 2.1, which we did
              concurrently with 5.1 upgrade)
              What's going on, and what's the solution, other than appending all our param
              name-values to the end of the servlet alias tag???
              Gene
              "David Salpeter" <[email protected]> wrote in message
              news:01bfa3bb$029b3080$4dea7bcf@7926CY570369...
              > We are trying to implement server side includes for our servlets, but are
              > having difficulty retrieving parameters passed using the param tag. Our
              > shtml code is as follows:
              >
              > <HTML>
              > <BODY>
              > <SERVLET NAME=NavigationServlet>
              > <PARAM NAME=Path VALUE=Job>
              > </SERVLET>
              > </BODY>
              > </HTML>
              >
              > Inside the servlet, we run the following code to try to retrieve the value
              > of "Path":
              >
              > String path = req.getParameter("Path");
              >
              > This returns null. If we try to pass the path as part of the URL
              > (http://hostname/weblogic/test.shtml?Job=Path), the above statement is
              able
              > to retrieve it; it only fails when passed in the <PARAM> tag on the .shtml
              > page. Any ideas?
              >
              > Dave
              

  • With-param problem

    I have an XML input like this:
    <root>
    <item>
    <elem>aaa</elem>
    <elem>bbb</elem>
    </item>
    <root>
    I want to use call-template with with-param. I have written an xsl like this:
    <xsl:template match="item">
    <xsl:call-template name="test">
    <xsl:with-param name="p1" select="//elem"/>
    </xsl:call-template>
    </xsl:template>
    <xsl:template match="test">
    <xsl:param name="p1"/>
    <e><xsl:value-of select="$p1"/>
    </xsl:template>
    I get <e/>, empty with no value. It looks the same as defined in books too. Is there any problem with this code?
    Thanks a lot.
    null

    match="test"
    needs to be:
    name="test"

  • Passing param problem

    Hi All
    I have 2 .jsp, A.jsp and B.jsp, both are in the same directory. In the each jsp file, I have the following code
    ===============================================
    A.jsp
    String strsymbol = request.getParameter("symbol");
    <jsp:forward page="B.jsp">
    <jsp:param name="symbol" value="strsymbol" />     
    </jsp:forward>
    B.jsp
    <tr>
    <td width="102%" height="10"><font size="5"><b> Stock Symbol: <%out.println(request.getParameter("symbol"));%></b></font></td>
    </tr>
    ===============================================
    The problem is, B.jsp cannot display the value of (name="symbol"). I dont which jsp goes wrong? However, the value of (name="symbol") can be shown in the Servlet environment. This Servlet is located in the ROOT/WEB-INF/classes, so I have write this in A.jsp
    <jsp:forward page="/servlet/StockQuoteServlet"/>
    <jsp:forward page="/servlet/StockQuoteServlet">
    <jsp:param name="symbol" value="strsymbol" />     
    </jsp:forward>

    change the line from
    <jsp:param name="symbol" value="strsymbol" />
    to
    <jsp:param name="symbol" value="<%=strsymbol%>" />

  • SSIS Expressions Problem

    Hi All,
    Please help on the SSIS issue.
    i have a package.It contains Foreach loop container,Inside foreach loop container,I have one Dataflow task(Inside dataflow task,i am using Oledb source(table),I am populating 
    Data into Flat file)with flat file name YYYYMMDD_HH24MISS.txt. After i want to Zip that file with same file name. 
    YYYYMMDD_HH24MISS.txt.zip,After that i want copy that Zip file into another location.
    Thanks in advance...

    Hi BADDULAS,
    According to the screenshot in your initial post, you are using an Execute Process Task to compress the .txt file generated by the Data Flow Task. Let’s assume that you are using the common free software 7-Zip as the executable of the Execute Process Task,
    then you can refer to the following blog:
    http://sqlage.blogspot.com/2013/12/ssis-how-to-compress-and-archive-file.html 
    To get the expected name for the txt file, you can create another String type SSIS variable @[User::FileName] using the following expression (set EvaluateAsExpression property of the variable to True):
    REPLACE(SUBSTRING((DT_STR,30,1252)GETDATE(),1,10),"-","")+"_"+ SUBSTRING((DT_STR,30,1252)GETDATE(),12,2) + "24MISS.txt"
    The FileName variable should be used by the ConnectionString property of the Flat File Connection Manager that is used by the Flat File Destination in the Data Flow Task.
    Besides, the variable FileName should also be used in the expression of the VarSourcePath variable and the VarArchivePath variable as follows:
    VarSourcePath:  “C:\\Temp\\Source\\” + @[User::FileName]
    VarArchivePath: “C:\\Temp\\Destination\\” + REPLACE(@[User::FileName], ”.txt”, “”)
    Regards,
    Mike Yin
    TechNet Community Support

  • Web.xml context-param problem...

    Hi all,
    Thoes anyone know how to set CHECK_FILE_MODIFICATION in web.xml param permanently, because whenever I set it on true, after few moments it's back on false?
        <context-param>
            <param-name>org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION</param-name>
            <param-value>true</param-value>
        </context-param>Regards,
    s o v i e t

    Hi Soviet,
    We suffer from the same bug (which is very annoying) on our project too. One of the exasperated team member fixed it by saving the value to true then removing the write right on that file at OS level... It's a hardcore fix, but it works.
    Regards,
    ~ Simon

  • SSIS: Merge Problem: the input is not sorted (for use in exporting a multi-record format file)

    I am using the following useful article regarding exporting a multi-record file:
    http://vsteamsystemcentral.com/cs21/blogs/steve_fibich/archive/2007/09/25/multi-record-formated-flat-file-with-ssis.aspx
    I have created the 2 datasources, ordering each on a field commmon to both.
    I have created the two derived columns headers and am now moving on to the merge.
    It is failing with the following error:
    "the input is not sorted"
    And whilst I definitely have an order by on the query, when I look at the metadata between the datasource and the derived column, the Sort Key Position items displays "0" for all my fields, I was expecting the sort field to have a "1" in this column.  What am I missing?
    Any help would be most appreciated!

    The thing to remember here is that the SSIS designer gets its metadata from the RDBMS - metadata like the column names, data types and sizes that describe the data being returned.
    But the RDBMS metadata does not include anything about the sort order of the data.
    If you have an ORDER BY clause in your source query, you need to accurately and appropriately set the IsSorted and SortKeyPosition properties in the Advanced Editor for your data source component. It is your responsibility as the package developer to ensure that you're giving SSIS the correct information. If you're not, you'll get the same errors you've posted here.

  • XML component linked with another - param problem

    Hi all!
    I am trying to put a link from one XML component to another. The second page has a parameter (p_id_mod_er) in the XML code :
    <?xml version = '1.0'?>
    BUTS><ORACLE>
    declare
    tmp varchar2(3000);
    begin
    select buts into tmp from fiche where id_mod_er = :p_id_mod_er;
    htp.print(tmp);
    end;
    </ORACLE></BUTS>
    When I test it in customize mode, it works perfectly.
    Now I need to pass the parameter p_id_mod_er to open this page from another using a link or a button.
    I tried this :
    Update
    When I test the main XML component (first page) I encountered this error :
    oracle.xml.parser.v2.XMLParseException: Expected ';'. at oracle.xml.parser.v2.XMLError.flushErrors(XMLError.java:145) at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:263) at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:245) at oracle.webdb.xmlcomp.XMLTransDoc.Transform(XMLTransDoc.java:75)
    I know it is working fine when XML_POPUP_BUTS has no parameter :
    Update
    and this is doing nothing :
    Update
    Is there another way to create my link and pass parameters to the XML part of my XML_POPUP_BUTS page???
    Any suggestion would be welcome.
    Adrian

    Hi there mike_mauer,
    I would recommend taking a look at the troubleshooting steps found in the article below.
    iPhone: Troubleshooting activation issues
    http://support.apple.com/kb/TS3424
    -Griff W.

  • General SSI question/problem

    I am having trouble getting a server-side include to appear
    when I use an .inc file
    <!--#include virtual = "/infiles/footer.inc" -->
    But it does work when I use a .htm
    <!--#include virtual = "/infiles/footer.htm" -->
    It is an apache server, but I've never ran into this
    before...is it a coding error? Anyone have any suggestions?
    Thanks-
    nd

    Something is quite strange there. The file named "footer.inc"
    should be
    included just fine.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "ndeklotz" <[email protected]> wrote in
    message
    news:f82s83$5hd$[email protected]..
    >I am having trouble getting a server-side include to
    appear when I use an
    >.inc
    > file
    >
    > <!--#include virtual = "/infiles/footer.inc" -->
    >
    > But it does work when I use a .htm
    >
    > <!--#include virtual = "/infiles/footer.htm" -->
    >
    > It is an apache server, but I've never ran into this
    before...is it a
    > coding
    > error? Anyone have any suggestions?
    >
    > Thanks-
    > nd
    >

  • Problems with ReportDocument and multi-table dataset...

    Hi,
    First post here and hoping someone can help with me with this problem.
    I have an ASP.NET app running using CR 2008 Basic to produce invoices - these are fairly complex and use multiple tables - data used is provided in lists and they work fine when displayed/printed/exported from the viewer.
    My client now wants the ability to batch print these so I'm trying to develop a page which will use create a ReportDocument object and then print/export as required.
    As soon as I started down this path I received the 'invalid logon params problem' - so to simplify things and to get past this I've developed a simple 1 page report with which takes data from a dataset I've populated and passed to it.
    Here's the problem:
    1) If I put one table in the dataset and add a field from that table to the report it works OK.
    2) If I use a second table and field (without the first) it works OK.
    3) as soon as I have both tables and the report has field from each I get the 'Invalid logon parameters' error.
    The tables are fine (since I can use each individually), the report is find (only has 1 or 2 fields and works with individual tables) ... it's only when I have both tables that I get problems...
    ... this is driving me up the wall and if CR can't handle this there's no way it's going to handle the more complex invoices with subreports.
    Can anyone suggest what I'm doing wrong ... or tell me whether I'm just pushing CR beyond it's capabilities?
    The code I'm using to generate the ReportDocument is:
    List<Invoice> rinv = Invoice.SelectOneContract(inv.Invoice_ID);
    List<InvoiceLine> rline = InvoiceLine.SelectInvoice(inv.Invoice_ID);
            DataSet ds = new DataSet();
            ds.Tables.Add(InvoiceLineTable(rline));
            ds.Tables.Add(InvoiceTable(rinv));
            rdoc.FileName = Server.MapPath("~/Invoicing/test.rpt");
            rdoc.SetDataSource(ds.Tables);
            rdoc.ExportToDisk(ExportFormatType.PortableDocFormat, "c:
    test
    test.pdf");
    ... so not rocket science and the error is always caused at the 'ExportToDisk' line.
    Thanks in advance!

    I've got nowhere trying to create a reportdocument and pass it a multi-table dataset, so decided to do it the 'dirty' way by adding all the controls to an aspx page and referring to them.
    I know I can do this because the whole issue is printing a report that is currently viewed.
    So ... I've now added the ObjectDataSources to the page as well as the CrystalReportSource and the CrystalViewer ...
    .. I've tested the page and the report appears within the viewer with all the correct data ...
    ...so with a certain amount of excitement I've added the following line to the code behind file:
    rptSrcContract.ReportDocument.PrintToPrinter(1, true, 1, 1);
    ... then I run the page and predictably the first thing that comes up is:
    Unable to connect: incorrect log on parameters.
    .. this is madness!
    1) The data is retrieved and is in the correct format otherwise the report would not display.
    2) the rptSrcContract.ReportDocument exists ... otherwise it would not display in the viewer.
    So why does this want to logon to a database when the data is retrieved successfully and the security is running with a 'Network Services' account anyway????? (actually I know it has nothing to do with logging onto the database this is just the generic Crystal Reports 'I have a problem' message)
    ... sorry if this is a bit of an angry rant .. didn't get much sleep last night because of this ... all I want to be able to do is print a report from code .... surely this should be possible??

  • Error authenticating proxy while running agent job

    I am trying to schedule a SSIS2014 package via SQL Server Agent job. Both SSIS and SSMS are running on my local machine in the same domain. I am running SSMS with the same user
    Domain\Admin which is the creator of the SSIS package. SSMS 32-Bit and SSIS 32-Bit are running on Windows 7 64-Bit machine. I can run the package within SSIS without problems.
    When I use a proxy account to run the job step, the following message occurs:
    Unable to start execution of step 1 (reason: Error authenticating proxy `Domain\Admin`, system error: Logon failure: unknown user name or bad password.). The step failed.
    The proxy account uses the credentials identity Domain\Admin. Since the password fields for credential properties in SSMS cannot be left blank, I typed any password although my corresponding windows account has no password. So as mentioned above
    it's the same user account that created the SSIS package since Domain\Admin is stated in the CreatorName property of the SSIS package.
    With this proxy, I tried to run SSIS jobs using the package ProtectionLevel's
    EncryptSensitiveWithUserKey and EncryptSensitiveWithPassword. Running the package manually within SSDT without problems, but from SSMS agent job the same error message appears. I tried the package sources "File System" and, after
    importing the package to MSDB, "SQL Server" and "SSIS Package Store". But exactly the same error message appears with each method.
    Task manager shows that SSMS is running in administrator mode. Using Windows Component Services I added DCOM permissions for
    Domain\Admin to start and activate "Microsoft SQL Server Integration Services 12.0" from local. But the same error message appears. So in my opinion it's a problem with SSMS user account permissions (???) but unfortunately I don't know
    what exactly to do here. I tried the following:
    In the system database MSDB (full path: Databases / System Databases / MSDB / Security / Logins) I assigned all available role memberships (Including db_ssisoperator, db_ssisltduser, db_ssisadmin) to
    Domain\Admin.
    In server security (full path: Security / Logins) I assigned all available server roles. In the tab User Mapping, I assigned the MSDB database.
    Still the same error message appears when I try to run the job. Does anybody have some ideas what I can try?

    If you use the Agent then set the package protection to "Rely on server".
    Then Domain/Admin is probably not an actual proxy but the account the Agent is running under, in this or even any case follow http://www.mssqltips.com/sqlservertip/2163/running-a-ssis-package-from-sql-server-agent-using-a-proxy-account/ to create the
    proper proxy for the packages.
    Arthur My Blog

  • SQL server agent jobs throws random errors while the ETL process works fine.

    Hi,
    I have this problem with SQL agent jobs.
    We went from sql2008 to sql2012 and migrated SSIS without problems. The ETL process runs fine and the OLAP cubes are processed.
    I have a job which calls the master execution dtsx for a particulair customer. When the ETL load and OLAP is processed it should go to the next customer. The problem i have is that the agent logs some errors for random customers. I tried to do only two clients
    in one job this works then i add the third client and then it fails (log wise) for a customer which did run successfully before when there were only two customers.
    Despite the error message the ETL did run, there were no duplicate keys and OLAP was processed???
    Im very close to pull all my hair, because some combinations like two customers work, and placing these two customers with a third one it then fails again. (again cubes are processed and data is integer yet i keep getting these annoying errors in the log)
    Perhaps someone could help me further. 
    -Miracles are easy, the impossible takes a bit longer-

    Just double-click on the Agent job, then click on Steps property page (on your left), you must be able to see a list of steps with the action "On Failure" which you should examine.
    Arthur My Blog

Maybe you are looking for

  • Boot Camp Beta for Tiger users

    Hey there My dad owns a macbook 13" that is around 2 years now and at that time the included os was Tiger. He wants to run windows on his mac beside Tiger, and he don't want to upgrade it to leopard. The thing is that i cannot download Boot Camp Beta

  • Crystal Reports Excel Export Issue - page footer not being displayed

    We recently converted all Crystal Reports from Visual Studio 2003 to Visual Studio 2005 sp1, .NET 2.0, Crystal Reports for .NET.  I have the latest merge modules from business objects.  All reports & footers worked fine in VS2003 ... but now when I e

  • Assorted basic questions

    Hello, I have recently bought an iPhone, and after reading the User Guide I have many small basic questions. I'm using an iPhone 3GS together with Windows Vista. I wouldn't like to clog this forum with multiple topics about small things, hence everyt

  • Internet läuft sehr langsam auf meinem iMac. YouTube Videos bleiben stehen.

    Hi Community, ich habe seit heute ein Problem mit meinem iMac. Safari baut extrem langsam die Web Seiten auf und wenn ich z.b. auf YouTube ein Video Clip ansehen möchte, bleibt dieses immer wieder stehen. Als Benchmark um zu sehen ob meine Datenleitu

  • Role Matrix of SD

    What Role matrixs are provided in SD fot end user? Answers will be awarded. Regards, Rajesh Banka