Help needed in UAT testing

Hi
1) I need to do UAT (User Acceptance testing) for Remapping of  few wage Types (few are secondary wagetypes and few are Customer specific) .How do i do that? .
2) How to run a G/L wage type report ?
Regards
Bill

Steps:
1.You need to add information in these WTs, e.g. in IT0014 you could add recurring payments or deduction WTs.
2. Run payroll
3. Review the Rumuneration statements to see if your WTs show up or look at the payroll clusters, to see if you see the WTs with the correct payments or deductions
JR

Similar Messages

  • Help needed in e-tester 8.5 its very important now.

    Hi
    i am using eteser 8.5......I need some clarifications on e-tester 8.5. we dont have any knowledge in earlier version i.e 8.4. While doing automation we are facing following problems pls share your info here. we were used QTP earlier but for our client request we are doing some R&D on e-tester.we are getting strucked in some areas.
    we are able to achieve extensibility through following ways i.e
    1) Insert Text matching test checkpoint
    2) we are able add Test Scriplet to each page i.e after page/before page loading. after adding scriplet we are writing small funcions in that scriplet using "*VBSCript*" but sill we are not able to use full functionalities here like we are trying to connect to database using ADODB. but those methods are not supporting in Scriplet.
    My Questions 1) Is there any alternate approch to connect to Database?
    2) How can we implement External programming concept here?
    3) Is there any alternative coding window other than Test Scriplet? If so Where exactly those are available in *8.4 and 8.5 versions*
    4) In all Threads we came to know that 8.4 is using VBA and 8.5 does not have any such type of facility. in 8.4 where we use VBA coding pls show the navigation. Is it in Scriplet or some where else?
    5) I want to Use this tool for automationg SAP application or . NET application do i need any seperate license or add-ins like QTP.
    6) Is current 8.5 is feasable for full automation of a Webapplication. By using 8.5 version can we automate any of our cllent requirement.
    7) how different 8.4 and 8.5 versions
    Anjani

    Oracle quoting is not in OAF, only the print functionality uses these VOs as data source , and are used in the xsl, for XML publisher to generate the quote print .
    1) My HeaderVO, LinesVO and PromptVO are extended, so do i need to extend the links present in that in my new extended VO' s as well.
    Please explain this , what do you mean by extending links ?2) My xsl stylesheet has a statement as
    select values of:....../HeaderVO/HeaderRow/....etc etc
    do i need to replace the above line to my new extended VO i.e
    select values of:....../CustHeaderVO/HeaderRow/...etc etc
    YesThanks
    Tapash

  • Urgent help needed in TUBS Testing

    our client applies BSI Tubs  every quarter,generally they get TUBS (Tax upadated bulletins) from BSI website by loggin in it and these TUBS are given to the tax specialist of our clientside to review the TUBS to check whether they are applicable to our client,she reviews it and gives feedback to the implementation company to apply them( i mean which ever TUBS are  applicable to our client),once applied by the technical team ,as a payroll production support and knowledge transfer consultant ,i have to sit with the tax specialist and test these TUBS to check whether they are working properly or not ,but i never did TUBS testing before ,please can any body help me in detail or give me some documentation ,please its very urgent .
    eagerly waiting for your reply
    regards
    Sangitha reddy

    I have resolved your problem and build a sample application.
    You have to create 2 views and use master detail.
    First view will be a simple view for the page 1 and second view will be readonly using group by. Then create a view link between them.
    Let me know your email id. I will email you the sample application.
    SID
    Edited by: manieshsailoz on Apr 26, 2010 5:12 PM

  • Help needed, M getting this message sandbox environment error no test user account, when downloading any application from iTunes, friend told me to sign out and sign in iTunes it might solve the problem but instead I cannot login I to my itune account.

    Help needed,
    I am getting this message sandbox environment error no test user account, when downloading any application from iTunes, friend told me to sign out and sign in iTunes it might solve the problem , and i triyed it but still  I cannot login I to my itune account. Same message keeping. Popping up,  this problem started supricly today.

    Take a look at the instructions here.
    http://www.technogal.net/2012/03/this-is-not-test-user-account-please.html

  • URGENT HELP NEEDED ... Tomcat Realm and JRE1.4 plug-in problem

    I have tried the Security Realm of Tomcat. Since I do not have
    an LDAP server, I decided to use the Tomcat-users.xml file in
    Tomcat\conf directory.
    I added the following lines of code in the web.xml file.
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>Entire Application</web-resource-name>
    <url-pattern>/*</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <!-- NOTE: This role is not present in the default users file -->
    <role-name>webviewer</role-name>
    </auth-constraint>
    </security-constraint>
    <login-config>
    <auth-method>BASIC</auth-method>
    <realm-name>Tomcat Manager Application</realm-name>
    </login-config>
    The <role-name> "webviewer" is added into "Tomcat-Users.xml" as the following:
    <tomcat-users>
    <user name="test" password="password" roles="webviewer" />
    </tomcat-users>
    So, now when we type the url: http://localhost:8080/adbpdbre/default.htm, TOMCAT shows a dialog box asking for UserName: and Password:Now, only when we give the username and password, it shows the page. This is exactly what we want.
    But the problem now is, this default.htm page, has 5 links to 5 applets. The first time that I click on one of these links, the JRE plug of 1.4 shows a dialog again asking for the username and password. Till I dont provide the username and password the system doesnt go ahead and applet doesnt load. I do not want the JRE to ask me for the username/passwords again..How to avoid this ?
    Can you give me some more information on this. Ultimately in the production usage, we will be using LDAP and not Tomcat's memory realm.
    URGENT HELP NEEDED ... I need to get back to my client on this.
    Help would be v. much appreciated.

    In the config file, you 're essentially saying that you want Tomcat to prompt for usr/passw on every request (url-pattern = /*) made by a 'webviewer', and that's exactly what Tomcat is doing.
    Consider using specific url-patterns & roles for resources to be protected. If for now, all you need is to protect the first page, use a more specific url-pattern.
    Just an advice : if you'll be using LDAP in production, do not waste time with Tomcat's Security Realm and the BASIC authentication type, since the two have not much in common. Start reading doc on LDAP, and code a prototype, or even better, a vertical slice of the app (i.e a proof of concept).

  • Help needed to run JSTL 1.1 in Tomcat 6.0.16

    Hi All,Help needed to run JSTL 1.1 in Tomcat 6.0.16. I am trying to run the example given in http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html The example tries to connect to MySQL database from JSP using JSTL and JNDI Datasource.I am running the example using Eclipse 3.4.2 using Sysdeo plugin to start and stop Tomcat server from Eclipse IDE.
    My web.xml file has <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
    </web-app>
    and test.jsp has proper taglib directives
    <%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql" %>
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    I have placed the jstl.jar and standard.jarof the jakarta-taglibs-standard-1.1.2.zip under E:\Deepa\workspace\DBTest\WebContent\WEB-INF\lib directory also placedcontext.xml file under E:\Deepa\workspace\DBTest\WebContent\META-INF and the content of context.xml is as below
    <Context path="/DBTest" docBase="DBTest"
    debug="5" reloadable="true" crossContext="true">
    <Resource name="jdbc/TestDB" auth="Container" type="javax.sql.DataSource"
    maxActive="100" maxIdle="30" maxWait="10000"
    username="deepa" password="mysql" driverClassName="com.mysql.jdbc.Driver"
    url="jdbc:mysql://localhost:3306/javatest?autoReconnect=true"/>
    </Context>
    Now while running the example, Eclipse creates one DBTest.xml file under C:\Program Files\Apache Software Foundation\Tomcat 6.0\conf\Catalina\localhost
    which has the following line:
    <Context path="/DBTest" reloadable="true" docBase="E:\Deepa\workspace\DBTest" workDir="E:\Deepa\workspace\DBTest\work" />
    I am getting the following error when running http://localhost/DBTest/WebContent/test.jsp
    in Browser:
    <HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/sql cannot be resolved in either web.xml or the jar files deployed with this application
    org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:51)
    org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:409)
    org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:116)
    org.apache.jasper.compiler.TagLibraryInfoImpl.generateTLDLocation(TagLibraryInfoImpl.java:315)
    org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:148)
    org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:431)
    org.apache.jasper.compiler.Parser.parseDirective(Parser.java:494)
    org.apache.jasper.compiler.Parser.parseElements(Parser.java:1444)
    org.apache.jasper.compiler.Parser.parse(Parser.java:138)
    org.apache.jasper.compiler.ParserController.doParse(ParserController.java:216)
    org.apache.jasper.compiler.ParserController.parse(ParserController.java:103)
    org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:154)
    org.apache.jasper.compiler.Compiler.compile(Compiler.java:315)
    org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)
    org.apache.jasper.compiler.Compiler.compile(Compiler.java:282)
    org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:586)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    In the Tomcat Server console, I am getting the following error:
    INFO: Server startup in 7295 ms
    May 20, 2009 6:36:48 AM org.apache.jasper.compiler.TldLocationsCache processWebDotXml
    WARNING: Internal Error: File /WEB-INF/web.xml not found
    May 20, 2009 6:36:48 AM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/sql cannot be resolved in either web.xml or the jar files deployed with this application
    what is the problem with my code?
    When running the same example, by creating a local server in Eclipse(creating new Server connection pointing to same Tomcat 6.0 installation) it runs fine without any error.

    Hi evnafets,
    Wow, very helpful information, great insight into working of Eclipse. Thanks a lot.
    I have one more question. I have a context.xml file under {color:#0000ff}E:\Deepa\workspace\DBTest\WebContent\META-INF{color} folder and that has the Resource element to connect to MySQL database:
    {code{color:#000000}}{color}<Context path="/DBTest" docBase="DBTest" debug="5" reloadable="true" crossContext="true">
    <Resource name="jdbc/TestDB" auth="Container" type="javax.sql.DataSource" maxActive="100" maxIdle="30" maxWait="10000" username="deepa" password="mysql" driverClassName="com.mysql.jdbc.Driver"
    {color:#0000ff}url="jdbc:mysql://localhost:3306/javatest?autoReconnect=true"/>{color}
    {color:#0000ff}</Context>{color}As usual when running application in local Tomcat server of Eclipse, this data source works fine. But when I run the application on Tomcat, by starting Sysdeo plugin from Eclipse, the DBTest.xml file created in C:\Tomcat 6.0\conf\Catalina\localhost has the context entry as<Context path="/DBTest" reloadable="true" docBase="E:\Deepa\workspace\DBTest\WebContent" workDir="E:\Deepa\workspace\DBTest\work">
    </Context>The<Resource> element I have specified in the context.xml of \WebContent\META-INF folder is not taken into account by Tomcat and it gives the following error:May 21, 2009 5:20:04 AM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    javax.servlet.jsp.JspException: Unable to get connection, DataSource invalid: "org.apache.tomcat.dbcp.dbcp.SQLNestedException_: Cannot create JDBC driver of class '' for connect URL 'null'"
    _at org.apache.taglibs.standard.tag.common.sql.QueryTagSupport.getConnection(_QueryTagSupport.java:276_)
    at org.apache.taglibs.standard.tag.common.sql.QueryTagSupport.doStartTag(_QueryTagSupport.java:159_)
    at org.apache.jsp.test_jsp._jspx_meth_sql_005fquery_005f0(_test_jsp.java:113_)
    at org.apache.jsp.test_jsp._jspService(_test_jsp.java:66_)
    at org.apache.jasper.runtime.HttpJspBase.service(_HttpJspBase.java:70_)
    at javax.servlet.http.HttpServlet.service(_HttpServlet.java:717_)
    at org.apache.jasper.servlet.JspServletWrapper.service(_JspServletWrapper.java:374_)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(_JspServlet.java:342_)
    at org.apache.jasper.servlet.JspServlet.service(_JspServlet.java:267_)
    at javax.servlet.http.HttpServlet.service(_HttpServlet.java:717_)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(_ApplicationFilterChain.java:290_)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(_ApplicationFilterChain.java:206_)
    at org.apache.catalina.core.StandardWrapperValve.invoke(_StandardWrapperValve.java:233_)
    at org.apache.catalina.core.StandardContextValve.invoke(_StandardContextValve.java:191_)
    at org.apache.catalina.core.StandardHostValve.invoke(_StandardHostValve.java:128_)
    at org.apache.catalina.valves.ErrorReportValve.invoke(_ErrorReportValve.java:102_)
    at org.apache.catalina.core.StandardEngineValve.invoke(_StandardEngineValve.java:109_)
    at org.apache.catalina.connector.CoyoteAdapter.service(_CoyoteAdapter.java:286_)
    at org.apache.coyote.http11.Http11Processor.process(_Http11Processor.java:845_)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(_Http11Protocol.java:583_)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(_JIoEndpoint.java:447_)
    at java.lang.Thread.run(_Thread.java:619_)
    {code}
    So to overcome this error I had to place the <Resource> element in DBTest.xml under C:\Tomcat 6.0\conf\Catalina\localhost {color:#000000}and then it works fine. {color}{color:#ff0000}*Why is the context.xml file in META-INF not considered by Tomcat server using Sysdeo Plugin?*
    *Thanks,*
    *Deepa*{color}
    {color}
    Edited by: Deepa76 on May 26, 2009 9:32 PM

  • EDI IDOC generation for interface with Vendor software help needed.

    EDI IDOC help needed.
    We are NOT an EDI shop, but have a project to output data to Sales Force.com
    Sales Force requests IDOC output - eg. 810 Outbound Invoice.
    We will need to do a historical load of Orders/Quotes/Invoices from the past 2 years.
    Is there a function module or series of FM's that are used to generate the E2EDKxxxxx type segments?
    I have been testing using the IDOC_OUTPUT_INVOIC and IDOC_OUTPUT_ORDRSP FM's, but they generate segments begining with E1EDKxxxxx.
    Basicall we have a report program that the user enteres in the date range of Order/Quotes/Invoices they wish to extract, the the program needs to output a flat file (.txt) on the server which is then picked up by Sales Force.com.
    Also, is there a way to have in the Partner Profile a generic Partner under the "Type KU" that can be used for all orders/invoices so I don't have to create a KU Partner Type for each and every Sold-To customer we have?
    I am very new to EDI so any help would be greatly appreciated.
    Thanks.
    Scott.

    Hi Scott,
    We will need to do a historical load of Orders/Quotes/Invoices from the past 2 years.
    I know it's very tempting to use an interface for such loads if you anyhow have to create one. However, often the volume alone speaks against interface usage for such scenarios.
    Is there a function module or series of FM's that are used to generate the E2EDKxxxxx type segments? I have been testing using the IDOC_OUTPUT_INVOIC and IDOC_OUTPUT_ORDRSP FM's, but they generate segments begining with E1EDKxxxxx.
    Well, the E2* segments basically reflect the external name of the IDoc segment, whereas the function modules you're referring to basically just create an internal version of the IDoc. Once the IDoc framework then passes the IDocs to the partner, the segment names usually (depends on how the IDocs are passed on) get converted to their external name. If there are multiple versions of a segment, then the version number will be appended to the segment name.
    Note that IDoc segment definitions are only partially stored in the data dictionary. If you want to see all versions you should always use transaction WE31 to look at segments. There you can also see for example for E1EDK01 the several versions and when you then use in SE37 function module SEGMENT_EXTERNAL_NAME_GET you will see what SAP produces as the external name for segment E1EDK01. This function module is basically the one that handles the segment name translations.
    Ignore the comments for subsystem, this is basically an option in SAP to possibly trigger further external tools (e.g. mapping etc.) for handling the outbound IDocs.
    Again, the funny thing is that via the WE30 transaction, if i put in INVOIC02 as the Obj. name and see the segments, i can see that E2EDK01 there is a version 005, but if i go to SE11 and put in E2EDK01005 structure line and i get a "not found". We just have up to E2EDK01002.
    In the old days SAP used to generate E1, E2 and E3* structures in the data dictionary (SE11). The E1* structure reflected the character type representation of an IDoc segment, whereas the other two (definition and documentation) contained actual references to data elements (e.g. if you used a quantity field). However, in newer releases those dictionary structures (E2* & E3*) are no longer generated, because they're superfluous (meta data defined via WE31 is sufficient).
    Cheers, harald

  • Mac Pro 1,1 Help Needed

    I’ve been having a few problems with my Mac Pro 1,1 for a while now.  The graphics card appeared to be the cause of the last issue (lines of garbled pixels appearing across the screen), the screen going to black once or twice and not letting me do anything other than a hard reset.
    Side note: not long after I bought the machine in 2006 I remember it wouldn’t run The Sims 3 without it having major crashing issues (black screen but sound still playing underneath).
    I changed my graphics card about a month ago to the ATI Radeon 5770.  Installation was fine and everything seemed to work ok (although, the second DVI connection doesn’t work with either the Apple Cinema HD display, or my HD monitor, so I have one plugged in to DVI 1 and the other in to the mini display port).  The other problem with this is that (and this is the only game I have to test it on) is that GTA San Andreas still freezes forcing me in to a hard reset situation.  But other video intensive apps (Final Cut Pro for example) works fine.
    I used the snow leopard disk to do a disk repair but that found no issues.  I repaired the disk permissions as well.  This appeared to fix nothing.
    I few other issues I’ve had recently:
    The Finder crashes.
    The computer hangs on a restart / shut down.
    USB ports don’t always work on system start.  I have to unplug the mouse and/or the keyboard and plug them back in again to get them to work.  Some of these are on the back of the tower and others are in the back of the monitor.
    Disk drive can’t read burned discs.
    When ejecting optical disks the icon will either go semi-transparent and then stay that way (this is usually the case, especially after the disc has been in use).
    Other times when I try and eject the disc the disc unmounts, but the tray doesn’t open.  Then the disc and the drive itself goes missing from disk utility and can’t be remounted without a hard reset.
    The last issue that moved me in to doing a fresh install was Final Cut not working at all.  I’ve since reinstalled but the same problems persist - the optical drive not ejecting (but disappearing from the system leaving me unable to do anything other than a hard reset to get it back).  This causes obvious problems when I’m installing multi-disk systems.
    After I restarted, before I did anything else with it, I asked it to run system update which it did and found updates.  I downloaded and installed these and then it restarted.  It shut down fine, and appeared to start up fine.  But then the Finder crashed and while the mouse cursor moved around, the keyboard wouldn’t input any commands and I couldn’t actually click on anything - another hard reset.
    I’m starting to get to the end of my tether with my “superior” mac experience.  I know it’s easy to suggest it must be the graphics card causing this, but some of these issues have happened in the past, just not as frequent as now, so I’m hoping there are some ideas that go above the “change graphics card” idea.  Of course, I am open to this being the cause.
    I’ve ran Onyx & Rember and both have been successful.
    Any ideas you wonderful lot?
    While I imagine the obvious answer is "take it to a repair centre" this isn't an easy option where I live as all official Apple stores (i.e. not premium resellers) are quite a distance.
    Stats are below:
    Model Name:          Mac Pro
      Model Identifier:          MacPro1,1
      Processor Name:          Dual-Core Intel Xeon
      Processor Speed:          2.66 GHz
      Number Of Processors:          2
      Total Number Of Cores:          4
      L2 Cache (per processor):          4 MB
      Memory:          6 GB
      Bus Speed:          1.33 GHz
      Boot ROM Version:          MP11.005C.B08
      SMC Version (system):          1.7f10
      Serial Number (system):          CK******UPZ
    ATI Radeon HD 5770:
      Chipset Model:          ATI Radeon HD 5770
      Type:          GPU
      Bus:          PCIe
      Slot:          Slot-1
      PCIe Lane Width:          x16
      VRAM (Total):          1024 MB
      Vendor:          ATI (0x1002)
      Device ID:          0x68b8
      Revision ID:          0x0000
      ROM Revision:          113-C0160C-155
      EFI Driver Version:          01.00.436
      Displays:
    HP ZR2440w:
      Resolution:          1920 x 1200
      Pixel Depth:          32-Bit Color (ARGB8888)
      Display Serial Number:          CNT13400TQ 
      Mirror:          Off
      Online:          Yes
      Rotation:          Supported
    Cinema HD:
      Resolution:          1920 x 1200
      Pixel Depth:          32-Bit Color (ARGB8888)
      Display Serial Number:          2A6431YTUG0
      Main Display:          Yes
      Mirror:          Off
      Online:          Yes
      Rotation:          Supported
    Display Connector:
      Status:          No Display Connected
    Memory Slots:
      ECC:          Enabled
    DIMM Riser A/DIMM 1:
      Size:          2 GB
      Type:          DDR2 FB-DIMM
      Speed:          667 MHz
      Status:          OK
      Manufacturer:          0x802C
      Part Number:          0x3138484632353637324A4436363745314434
      Serial Number:          0xDF3E7A28
    DIMM Riser A/DIMM 2:
      Size:          2 GB
      Type:          DDR2 FB-DIMM
      Speed:          667 MHz
      Status:          OK
      Manufacturer:          0x802C
      Part Number:          0x3138484632353637324A4436363745314434
      Serial Number:          0xDF3E7A34
    DIMM Riser B/DIMM 1:
      Size:          512 MB
      Type:          DDR2 FB-DIMM
      Speed:          667 MHz
      Status:          OK
      Manufacturer:          0x80AD
      Part Number:          0x48594D5035363441373242503844322D5935
      Serial Number:          0x50260008
    DIMM Riser B/DIMM 2:
      Size:          512 MB
      Type:          DDR2 FB-DIMM
      Speed:          667 MHz
      Status:          OK
      Manufacturer:          0x80AD
      Part Number:          0x48594D5035363441373242503844322D5935
      Serial Number:          0x50260005
    DIMM Riser A/DIMM 3:
      Size:          512 MB
      Type:          DDR2 FB-DIMM
      Speed:          667 MHz
      Status:          OK
      Manufacturer:          0x80AD
      Part Number:          0x48594D5035363441373242503844322D5935
      Serial Number:          0x50260008
    DIMM Riser A/DIMM 4:
      Size:          512 MB
      Type:          DDR2 FB-DIMM
      Speed:          667 MHz
      Status:          OK
      Manufacturer:          0x80AD
      Part Number:          0x48594D5035363441373242503844322D5935
      Serial Number:          0x50262006
    DIMM Riser B/DIMM 3:
      Size:          Empty
      Type:          Empty
      Speed:          Empty
      Status:          Empty
      Manufacturer:          Empty
      Part Number:          Empty
      Serial Number:          Empty
    DIMM Riser B/DIMM 4:
      Size:          Empty
      Type:          Empty
      Speed:          Empty
      Status:          Empty
      Manufacturer:          Empty
      Part Number:          Empty
      Serial Number:          Empty
    <Edited by Host>

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up a guest account” (without the quotes) in the search box.
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem(s)?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    Note: If you’ve activated “Find My Mac” or FileVault in Mac OS X 10.7 or later, then you can’t enable the Guest account. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem(s)?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • Help need in osb transformation

    HI guys,
    I have a requirement wheree i want to transform the data from source tot target using xquery transformation.
    The requirement is i get the source value from consumer for one of the element in source node is asset_id (0001-12345678-000), so i need to break this value and map to three elements in target .
    Can you please me out how do i do it using xquery.
    iam trying it do using if-then-else but not working.
    So please help in transforming this.
    Thanks in advance.
    Regards,
    Shaik

    I think what Eric means is that BUKRS, ANLN1, ANLAN2 are not sequences, these are elements, from the way you explained your issue eric provided the solution to split the string based on the '-'. it sounded like you wanted to post into something like
    <mytest>0001</mytest>
    <mytest>12345678</mytest>
    <mytest>000</mytest>
    sorry I don't have access to eclipse workbook to help but you can get your expressions using commands such as lenght, and substring, etc.
    the best way to do this is in eclipse create a new xquery. Added the schemas you want to map to. In the first instance ID to ANLN1, ANLN2, and BUKRS so it will look like this.
    <ID>
    <ANLN1>0001-12345678-000</ANLN1>
    <ANLN2>0001-12345678-000</ANLN2>
    <BUKRS>0001-12345678-000</BUKRS>
    </ID>
    This will provide the structure of the xquery code, now what you need to do is modify it so it only maps what you need.
    Here is some psudo code that will need to be tested my may give to a start.
    ANLN1
    fn:substring(data($ID),1,4)
    ANLN2
    fn:substring(data($ID),6,8)
    BUKRS
    fn:substring(data($ID),15,3)
    cheers
    James

  • Help needed in XLST Transformation

    Hi All,
    I am facing issues in converting my DB records into the xml format required for my web service input using XSLT transformations. Please help in this regard.
    Here is how my DB data looks like.
    Group
    Header 2
    Header 3
    Header 4
    Header 5
    G1
    h1
    abc
    abc
    abc
    G1
    h1
    def
    ghi
    jkl
    G2
    h2
    abc
    xyz
    def
    G2
    h2
    xyz
    afa
    afe
    and now with this data i should call a web service and its input is something like this.
    <Group>
         <Header2>
              <Header3>
              <Header4>
              <Header5>
         </Header2>
    </Group>
    Basically for each group i should call the web service and send the data. I am using a DB adapter which gives me the select * from my table and I need to convert it to the hierarchy as shown above and call the 3rd party web service for each group.
    Please help me in this regard. Is it something we can achieve with the DB adapter select operation/ can we get the required grouping using XSLT transformations in SOA. Need the help urgently.
    Thank you in advance

    I think what Eric means is that BUKRS, ANLN1, ANLAN2 are not sequences, these are elements, from the way you explained your issue eric provided the solution to split the string based on the '-'. it sounded like you wanted to post into something like
    <mytest>0001</mytest>
    <mytest>12345678</mytest>
    <mytest>000</mytest>
    sorry I don't have access to eclipse workbook to help but you can get your expressions using commands such as lenght, and substring, etc.
    the best way to do this is in eclipse create a new xquery. Added the schemas you want to map to. In the first instance ID to ANLN1, ANLN2, and BUKRS so it will look like this.
    <ID>
    <ANLN1>0001-12345678-000</ANLN1>
    <ANLN2>0001-12345678-000</ANLN2>
    <BUKRS>0001-12345678-000</BUKRS>
    </ID>
    This will provide the structure of the xquery code, now what you need to do is modify it so it only maps what you need.
    Here is some psudo code that will need to be tested my may give to a start.
    ANLN1
    fn:substring(data($ID),1,4)
    ANLN2
    fn:substring(data($ID),6,8)
    BUKRS
    fn:substring(data($ID),15,3)
    cheers
    James

  • Help needed with Reader Integrated Key

    Hi,
    I have develop a plug-in and apply for Reader Integrated Key License. This plug-in have been tested with acrobat and reader professional and it is working.
    I follow the advice from the above website and use RIKLATools.zip to created the pair.
    i have just receive the Reader Integrated Key from Adobe,I tried all method but the key  does not work with the plug-in. What is the fool proof way to integrate my Reader Integrated Key with the plug-in to get a digtally signed plug-in?
    Urgent help needed as we are submitting the plug-in to client.
    many Thanks in advance
    Regards
    Jia hao

    Thank you lrosenth, i will email them

  • Can i install Adobe Premiere Pro 7 -AND- Premiere CS4 TOGETHER on XP?? NEED THIS FOR TESTS!!

    Hello volks, i have a question.
    I want to install Adobe Premiere 7 AND Adobe Premiere CS 4 TOGETHER on Windows XP.
    I need this for testing somethings.
    Is this possible, or make this more problems i need??
    Thank you a lot for help!
    Best regards
    Wanderer

    Install 7 first and then CS4, otherwise you will run in all kinds of mysterious problems. If you already have CS4 installed, first deactivate, uninstall, run Clean script several times, rebooting in between, install 7, install CS4, activate and run the updates.

  • Blu-Ray Jerking - Encore Help Needed!

    Hi all,
    I'm new to Encore and i'm just about to complete a project which involves burning some videos to DVD & Blu-Ray. I have burnt 5 DVD's and everything works perfect, but unfortunately now I am trying to burn the Blu-Rays and they have major issues. When I come to play the Blu-Ray on my computer, first of all they won't work with VLC (newest version) and the video seems to be jerking slightly. I have also noticed when the video thumbnails appear, the video and audio freezes (only time the audio is effected.) Oh and i'm not sure if this is relevant but the first two discs I burnt the video started playing in my PC about 30 seconds into one of the videos, completely skipping out the intro video, menu and part of said video.
    My project consists of:
    Intro animation/motion menu exported from AE
    Menu file exported from PS
    Audio track
    Four videos from FCP, all 1920x1080. One is a "Current Settings" .mov export from a ProRes 422 HQ timeline and the others were this but have been compressed to an MP4 in Handbrake.
    The menu system has video thumbnails and all of the above videos are linked well.
    The loop point has been set at 18 seconds which is when the intro animation finishes and the video menu has fully faded in.
    Each video has an end point which brings them back to this loop point.
    As mentioned, this worked absolutely perfect with my DVD's but with the Blu-Rays it's completely messed up. The only difference between the two are the Blu-Ray project settings, the video transcode settings set by Encore and I have imported the "Current Settings" .mov from FCP for one video and not the compressed Handbrake file. I have done the "Check Project" and nothing comes back.
    I am using the following equipment:
    "LG Super Multi Blue" Blu-Ray burner.
    TDK BD-R 25GB 1-4x Write Speed discs
    Dell XPS 8700s Blu-Ray player for playback with VLC (won't open:
    Your input can't be opened:
    VLC is unable to open the MRL 'dvd:///D:\'. Check the log for details.
    & CyberLink PowerDVD 12 which does work but the above issues are noticed.
    Please if somebody could give me some suggestions to fix this it would be greatly appreciated. I am going away for a week on Monday and need to have these burnt and sent out to the clients before I do.

    While playback with computer emulators is helpful, you ultimately need a disk test. A BD+RE is very helpful.
    What does Encore show as the Blu-ray transcode status (in that column over to the right in the Encore project panel): Do not transcode, Untranscoded?

  • Job help to regenerate the test plan after test case addition in solar02

    Hi,
    Any job help to regenerate the test plan after the test case addition in the solar02?
    It is very hard to regenerate in the test plan in test plan management, need to select the test case manually every time.
    Rg,
    Karthik

    Hello,
    You can send mail with the status of the test catalog-
    specify a mail system to which Test Workbench test objects send messages to the people responsible
    Please refer the below link for more information:
    http://help.sap.com/saphelp_smehp1/helpdata/en/6a/88370a002911d2bd02080009b4534c/frameset.htm
    Regards,

  • Help needed with java

    Hello everyone
    I'm a Student and new to java and I have been given a question which I have to go through. I have come across a problem with one of the questions and am stuck, so I was wondering if you guys could help me out.
    here is my code so far:
    A Class that maintains Information about a book
    This might form part of a larger application such
    as a library system, for example.
    @author (your name)
    *@version (a version number or a date)*
    public class Book
    // instance variables or fields
    private String author;
    private String title;
    Set the author and title when the book object is constructed
    public Book(String bookAuthor, String bookTitle)
    author = bookAuthor;
    title = bookTitle;
    Return The name of the author.
    public String getAuthor()
    return author;
    Return The name of the title.
    public String getTitle()
    return title;
    and below are the questions that I need to complete. they just want me to add codes to my current one, but the problem is I don't know where to put them and how I should word them, if that makes sense.
    Add a further instance variable/field pages to the Book class to store the number of pages in the book.
    This should be of type int and should be set to 0 in the Constructor.
    Add a second Constructor with signature
    public Book(String bookAuthor, String bookTitle, int noPages) so it has a third parameter passed to it as well as the author and title;
    this parameter is used - obviously?? - to initialise the number of pages.
    Note: This is easiest done by making a copy of the existing Constructor and adding the parameter.
    Add a getPages() accessor method that returns the number of pages in the book.
    Add a method printDetails() to your Book class. This should print out the Author title and number of pages to the Terminal Window. It is your choice as to how the data is formatted, perhaps all on one line, perhaps on three, and with or without explanatory text. For instance you could print out in the format:
    Title: Robinson Crusoe, Author: Daniel Defoe, Pages:226
    Add a further instance variable/field refNumber() to your Book class. This stores the Library's reference number. It should be of type String and be initialised to the empty String "" in the constructor, as its initial value is not passed in as a parameter. Instead a public mutator method with the signature:
    public void setRefNumber(String ref) should be created. The body of this method should assign the value of the method parameter ref to the refNumber.
    Add a corresponding getRefNumber() accessor method to your class so you can check that the mutator works correctly
    Modify your printDetails() method to include printing the reference number of the book.
    However the method should print the reference number only if it has been set - that is the refNumber has a non-zero length.
    If it has not been set, print "ZZZ" instead.
    Hint Use a conditional statement whose test calls the length() method of the refNumber String and gives a result like:
    Title: Jane Eyre, Author: Charlotte Bronte, Pages:226, RefNo: CB479 or, if the reference number is not set:
    Title: Robinson Crusoe, Author: Daniel Defoe, Pages:347, RefNo: ZZZ
    Modify your setRefNumber() method so that it sets the refNumber field only if the parameter is a string of at least three characters. If it is less than three, then print an error message (which must contain the word error) and leave the field unchanged
    Add a further integer variable/field borrowed to the Book class, to keep a count of the number of times a book has been borrowed. It should (obviously??) be set to 0 in the constructor.
    Add a mutator method borrow() to the class. This should increment (add 1 to) the value of borrowed each time it is called.
    Include an accessor method getBorrowed() that returns the value of borrowed
    Modify Print Details so that it includes the value of the borrowed field along with some explanatory text
    PS. sorry it looks so messey

    1. In the future, please use a more meaningful subject. "Help needed with java" contains no information. The very fact that you're posting here tells us you need help with Java. The point of the subject is to give the forum an idea of what kind of problem you're having, so that individuals can decide if they're interested and qualified to help.
    2. You need to ask a specific question. If you have no idea where to start, then start here: [http://home.earthlink.net/~patricia_shanahan/beginner.html]
    3. When you post code, use code tags. Copy the code from the original source in your editor (NOT from an earlier post here, where it will already have lost all formatting), paste it in here, highlight it, and click the CODE button.

Maybe you are looking for