Error whil re-playing the coded ui test cases for internet explorer download window

Hi,
I have to create a test automation project which opens the IE and downloads file.
I have recorded all the steps to download the file to local folder.
My requirement is I need to download the file to a specific folder and compare those files.
When I tried to replay the recorded step I am getting error while changing the folder location.
I can change the file name dynamically but cant change the folder path as the click event of address bar fails.
I have recorded below steps
Click on Save drop down
Click on Save As
Pop up opens as shown
I can change the file name at run tims by passing the file name as parameter and it is accepting
but when I try to change the address it thorws error stating could not find the control with given search properties. I have to pass the folder path as parameter to the test case.
Please help me in resolving this error.
Thanks,
Meenakshi Nagpal
not able to add images to this post

Hi Meenakshi Nagpal,
>>When I tried to replay the recorded step I am getting error while changing the folder location.
According to your description, could you please tell me how you record these UI actions for coded UI test? Is it handing code or using coded UI test Builder?
Could you please tell me if you are recording these actions and then you change the folder location or you change the folder location by handing code after you finished these actions recording and then get the error?
About your issue, I tried to download file to a specific folder using coded UI test builder, I found that it can playback successfully.
If you are hand coding your coded UI test, I suggest that you can try to record these steps using Coded UI Test Builder. Then
generate the code and then try to playback check if you can download the file into the
specific folder.
In addition, about this error: could not find the control with given search properties. I doubt that the target control did not be found by the searchproperties.
So I suggest you can try to add more searchproperties for the target control check this issue again.
I suggest you can also use DrawHighlight Method to check if the correct control is found
before you perform actions on the target control.
I find a blog about how to troubleshooting Record and Playback issues in Coded UI Test, you can refer it.
http://blogs.msdn.com/b/tapas_sahoos_blog/archive/2011/11/07/troubleshooting-record-and-playback-issues-in-coded-ui-test.aspx
Best Regards,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Error while SO Invoice 'The Item Is Not Relevant For Billing'

    Hi Colleagues,
    I have created a Time and Material Project and when I am trying to Invoice the SO related to particular Project request getting below Error.
    Errro Description :-
    "The item is not relevant for billing"
    Schedule Line Number 0044
    Counter in Control Tables 00
    Message Identification VF
    System Message Number 044
    Output Type I
    Message Variable 01
    Message Variable 02
    Message Variable 03
    Message Variable 04
    Group Type F
    Background :-
    I created a Project
    Entered the time sheet
    Run CATS :- Transfer to Project system
    Display actual cost line items
    Run RRB and created billing request
    In the time of Invoicing SO getting error.
    I have checked all the configuration but unable to sort out the problem.
    Please suggest me if I missed something or need to change the configuration.
    Thanks in Advance
    Regards
    Manoj Bansal

    Hi Venu,
    Thanks for you reply..
    1. I have maintained Billing Relevance "C"
    2. Copy Control Setting is sound good.
    3. There is no billing block on SO.
    4. We have CndType line item :- EKO2 and Billing Type :- 02.
    Please let me know if any further setting is required.
    Regards
    Amitesh

  • My system needs internet explorer for a application I need to down load, however I need to down load the latest yahoo tool bar for internet explorer to work properly and firefox will not allow the down load of yahoo toolbar. How do I fix this?

    I have not used Internet explorer since downloading firefox and I need IE for a trading platform that I need to use. In order to get IE working I apparently need to down load the latest version of Yahoo toolbar, however when I try to down load the tool bar Firefox will not allow the down load of that file.

    Thank you so much, for once in my computer life I knew what the problem was, what caused it, why it was caused, what it did, what it made it do and most importantly how to fix it and to do it correctly and expeditiously. I can not Thank You all enough for all of the help! I also have Pogo mailed this to all on my friends list, where they have all learned as I have and have fixed theirs also. and the message is being spread. Thank You again, I just can not say it enough.

  • Re: How do I activate the Adobe pdf maker toolbar for Internet Explorer (Windows 8.1) Please !

    Greetings one and all.
    I would apprecite any advide and/or instructions on the designated subject matter.
    I downloaded the Adobe pdfmaker toolbar and activated it as per the instructions over the internet.
    It seemed to work well until I updagraded from Windows 8 to 8.1 (free upgrade).
    I'd appreciate any added feedback from any/all individuals who have experienced the same issue.
    Many thanks in advance.
    Bill Bakos

    Do you have all the latest point updates for Acrobat XI installed?  11.0.06 was the first point version to support IE11.

  • Error in running juit test case for struts2 action class

    Hi,
    I am getting error when i am running my junit test case for struts2 action class. Here is the code.
    public class RoleMasterNewActionTest extends StrutsTestCase {
         public void setUp() throws Exception {
            super.setUp();
            ObjectFactory.setObjectFactory( new ObjectFactory() );
         public void testDoSomeThing()throws Exception {
              RoleMasterNewAction action = new RoleMasterNewAction();
              assertTrue(action.doSomeThing());
    }I am getting error at testDoSomeThing(). the error is
    2010-04-30 15:07:12,263 INFO [com.opensymphony.xwork2.config.providers.XmlConfigurationProvider] - Parsing configuration file [struts-default.xml]
    2010-04-30 15:07:12,325 INFO [com.opensymphony.xwork2.config.providers.XmlConfigurationProvider] - Parsing configuration file [struts-plugin.xml]
    2010-04-30 15:07:12,388 INFO [com.opensymphony.xwork2.config.providers.XmlConfigurationProvider] - Parsing configuration file [struts.xml]
    2010-04-30 15:07:12,388 WARN [org.apache.struts2.config.Settings] - Settings: Could not parse struts.locale setting, substituting default VM locale
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.comm.resources.comman-Lookup
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.comm.resources.comman-label
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.comm.resources.comman-headings
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.comm.resources.comman-messages
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.comm.resources.comman-setup
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.comm.resources.common-errors
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.admin.resources.admin-label
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.admin.resources.admin-lookup
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.admin.resources.admin-headings
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.admin.resources.admin-jndinames
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.birthCertificate.resources.birth-jndinames
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.birthCertificate.resources.birth-labels
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.birthCertificate.resources.birth-headings
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.admin.resources.admin-alert
    2010-04-30 15:07:12,388 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.comm.resources.form
    2010-04-30 15:07:12,419 INFO [org.apache.struts2.spring.StrutsSpringObjectFactory] - Initializing Struts-Spring integration...
    2010-04-30 15:07:12,419 FATAL [org.apache.struts2.spring.StrutsSpringObjectFactory] - ********** FATAL ERROR STARTING UP STRUTS-SPRING INTEGRATION **********
    Looks like the Spring listener was not configured for your web app!
    Nothing will work until WebApplicationContextUtils returns a valid ApplicationContext.
    You might need to add the following to web.xml:
        <listener>
            <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
        </listener>but already i have the listener configuration in my web.xml.
    Thanks in advance..

    I guess it wasn't reading the right web.xml file.
    You may prove it by deleting your web.xml file (don't forget to make a backup), and then run the test again to see whether the error is the same.

  • The Coded Ui Test Method is runnung in Single Thread Apartment(STA) Mode of COM

    Hi,
    when running tests with CUIT,and after a timeout in the previous tests we noticed the following error:
    lass Initialization method TestSuite2.MyClassInitialize threw exception. Microsoft.VisualStudio.TestTools.UITest.Extension.UITestException: Microsoft.VisualStudio.TestTools.UITest.Extension.UITestException: The Coded UI Test is running in Single Thread Apartment (STA) mode of COM. In this mode, all the playback calls should happen from the TestMethod thread only and UITestControl should not be shared across TestMethods..
    Stack Trace:
    at Microsoft.VisualStudio.TestTools.UITest.Playback.ScreenElement.ThrowExceptionIfCrossThreadAccess(IScreenElement uiElement)
    at Microsoft.VisualStudio.TestTools.UITest.Playback.ScreenElement.InitPlayback()
    at Microsoft.VisualStudio.TestTools.UITesting.Playback.Initialize()
    at RapArtTest.Tests.Generic.GenericTestsTemplate.ClassInit(TestContext context)
    at TestSuite2.MyClassInitialize(TestContext context)Please note that we get this error if we have 10 tests failing with a timeout issue previously, after that all our tests suite fail with the same STA error.is there a way to workaround this ?

    Hi kaki2000,
    >>Please note that we get this error if we have 10 tests failing with a timeout issue previously.
    Which VS IDE did you use, VS2010 or high version?
    Do you run your coded UI tests in VS IDE or you add them to a load test? If you run your coded UI tests one by one in VS IDE, how about the result?
    >>The Coded UI Test is running in Single Thread Apartment (STA) mode of COM.  In this mode, all the playback calls should happen from the TestMethod thread only and UITestControl should not be shared across TestMethods..
    After a test method is finished, please call the clean playback. Then the later test method can reload UIMap and find exactly one on testing.
    Reference:
    http://blog.csdn.net/marryshi/article/details/8815025
    https://social.msdn.microsoft.com/Forums/en-US/ea5a2bd0-dbae-4256-b8c3-25d6eb45257a/codedui-single-thread-apartment-sta-mode-of-com-issue?forum=vsautotest
    In addition, do not call UI actions from the ClassCleanup method.
    Reference:
    http://stackoverflow.com/questions/16667350/coded-ui-test-single-thread-apartment-sta-error-occurred-while-executing-clas
    Note: This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you.
    Microsoft does not control these sites and has not tested any software or information found on these sites;
    Therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there.
    There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Getting error while writing JUnit test case for RestFul Services

    Hi All,
    I have written Restful services in Netbean 6.8.
    It's running well...no issues.
    {color:#0000ff}While writing JUnit test cases for them, I am getting following error:
    {color}{color:#993300}Testcase: testGetAuthenticated(com.ct.services.LoginServicesTest): Caused an ERROR
    Implementing class{color}
    java.lang.IncompatibleClassChangeError: Implementing class
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
    at org.eclipse.persistence.jpa.PersistenceProvider.createEntityManagerFactory(PersistenceProvider.java:160)
    at org.eclipse.persistence.jpa.PersistenceProvider.createEntityManagerFactory(PersistenceProvider.java:65)
    at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:52)
    at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:34)
    at com.ct.services.LoginServices.getAuthenticated(LoginServices.java:205)
    at com.ct.services.LoginServicesTest.testGetAuthenticated(LoginServicesTest.java:84)
    Test com.ct.services.LoginServicesTest FAILED
    F:\NetbeanProjectsWorkspace\DemoProject\nbproject\build-impl.xml:972: Some tests failed; see details above.
    BUILD FAILED (total time: 11 seconds)
    {color:#0000ff}Strange thing is that when I am commenting below lines and its related calls:
    {color}
    {color:#ff0000}EntityManagerFactory mEmf = Persistence.createEntityManagerFactory("AnyName");
    EntityManager mEm = mEmf.createEntityManager();
    {color}
    {color:#0000ff}from my code, JUnit test cases are working fine.
    {color}Anybody having any idea about this ?
    Thanks
    Avi
    Edited by: Avi007 on Aug 28, 2010 5:17 AM

    Hi All,
    [http://stackoverflow.com/questions/2778295/test-driven-development-problem]
    Please refer the above link for the solution
    Thanks
    Avi
    Edited by: Avi007 on Aug 30, 2010 12:33 AM

  • Error while communicating with the server

    Hi Experts,
    I'm having the following issue, when I try to send data using an input schedule the server says that there was an error while communicating with the server and don't send the data, I took a look at the log file and it says the following,
    ==============[BPC Logging]==============
    [Message Type] : ERROR
    [Job Name]     : OSoft.Services.Application.FileAccessService.FileAccessServiceProxy
    [DateTime]     : 4/6/2011 8:42:44 AM
    [UserId]       : CAMESAP\BPC_SYSADMIN
    [Message]       : UJF_EXCEPTION E018     Cannot find document/directory 0
    ==============[BPC Logging End ]==============
    Also i went to take a look at the default script logic, because i remember that this error happened to me when i wrongly program an script logic in the default.lgf  but it shows me the following error when I open it,
    System.InvalidCastExeption: Specified cast is not valid
    at System.data.DataColumnCollection.get_Item(String name)
    at System.data.DataRow.get_Item(String columnName)
    at Osoft.Consumers.Admin.AdminLogicClient50.LogicMain.GetLogic()
    If I compile the file, the error stop appearing, put with all new logic files it happens at first, I think that these two errors are very deep related, if anyone can help me will be very appreciated,
    Thanks in advanced

    Hi,
    I have faced the similar kind of problem in BPC NW 7.5 SP5.
    The main reason is when you are trying to send any data via input schedule, you will get this web server communication issue.
    1) Check if any thing you are calling script logic under default.LGF. Exclude the logic out from default and test it.
    2) Process all the dimensions in application
    3) Perform Lite optimization and check are there any errors.
    4) Finally check BPC COM+ services  and check if any service stopped and also check osoft send governer service in microsoft services.
    5) Diagnoise usign server manager.
    6) Try input some thing in apshell and check if u face the same web server communication error?

  • VMware Player: Error while powering on: The file specified is not a virtual disk.

    dear vmware community,
    starting position:
    - vm (os ubuntu) running on esx 4.1
    - i moved the vmdk and vmx file on a windows client, for testing a local update
    - when i power on the vmx with vmware Player 7.1 i receive the error message:  Error while powering on: The file specified is not a virtual disk.
    anyone an idea for me? thank you!

    hi continuum,
    thanks for your replay.
    all files in D:\Webservice
    i also try to "create a new virtual machine" and attach the vmdk file. same error.
    would be great if you any idea for me!

  • Error while consolidating. The operation could not be completed.

    Error while consolidating. The operation could not be completed. Cocoa error 13. (null)
    Got this when I was trying to consolidate some referenced photoshop files. If failed to create a new version as well when I tried to open the files in Photoshop. I rebuilt the the library and it displays and exports both masters and version just fine, but it won't let me consolidate the master to the library.
    What gives?

    I think that error was due to the fact that I hadn't upgraded MAC OSX after installing it. I have done that now and now I get another error saying the masters are offline.
    I found this old thread: https://discussions.apple.com/thread/1965601?start=0&tstart=0 which seems to be the same problem. This is a whole other topic so I will start a new thread, but leave this in case anyone gets the same problem as me. Upgrade your OSX. That's the solution :-)

  • Object failed to run due to an error while processing on the Job Server

    when i am scheduling a report ith email notification i am getting  below error
    error msg: Object failed to run due to an error while processing on the Job Server
    i have configured email notification in bo cmc and server also SMTP enabled. while scheduling report to ueser i am getting error and even mails are delivered to users as well.

    hi prithvi,
    i am able to schedule reports to other destinations and reports are delivered as per the requirement.
    i am able to telnet SMTP server from Adaptive job server machine on SMTP port.
    have to check errors on log file....
    @ COULD YOU  PLEASE LET ME KNOW USER CAN SEND A MAIL TO USER  IN SAME DOMAIN . WHILE SCHEDULING A REPORT AND AS OPTION AVAILABLE  IN 4.0 LAUNCH PAD CAN HE SEND A MAIL DIRECTLY  AFTER RUNNING REPORT.

  • Error while connecting to the database from a JSP Page

    Hi,
    I am using a simple JSP page which is based on the sample JSP pages from OTN.
    When I try to connect to my database using the following code:
    InitialContext ic = new InitialContext();
    OracleDataSource ds = (OracleDataSource)ic.lookup("jdbc/OTN9iDS");
    m_connection = ds.getConnection();
    I get the following error:
    Naming exception Error while connecting to the database : javax.naming.NameNotFoundException: jdbc/OTN9iDS not found in JDBCTest-JDBCTestProject-webapp
    Does anybody know wht this is happening?
    Any help would be appreciated
    FRank

    Hi Frank,
    Are you using standalone OC4J or 9iAS ? If you are using standalone OC4J then you need to add a proper data source entry in %OC4J_HOME%j2ee\home\config\data-sources.xml file.
    If you are using 9iAS the you can log in to the Enterprise Manager console and add the data source entry by using wizard provided by 9iAS.
    Ensure the case of the JNDI lookup string, since, it is case sensitive.
    Hope this helps.
    Abhijeet

  • Error while using '*'in the NTE (EDI 850) Segment where '*' is also used as Data Element

    Hi All,
    I am facing below mentioned error while using '*'in the NTE (EDI 850) Segment where '*' is also used as Data Element
    Error: 1 (Field level error)
      SegmentID: NTE
      Position in TS: 70
      Data Element ID: NTE02
      Position in Segment: 2
      Data Value:
      3: Too many data elements
    For Eg: NTE*GEN*My Text *goes here
    Here, NTE02 should be My Text *goes here. So, how can I use "*" here without changing anything in the EDI message?
    Can it be done?
    Thanks.

    Sorry, no.
    X12 does not support an escape character so whatever is used for delimiters become reserved characters.
    If you want to allow '*' in the data, you will have to chooser a different Element delimiter.  The receiver should read the from this from the ISA Segment so it's supposed to be dynamic but that's not always the case in practice.

  • I am getting the below error while bringing up the Process Scheduler error

    Hello ,
    I am getting the below error while bringing up the Prcs Scheduler.
    Cannot open message catalog TMADMIN_CAT
    Starting Process Scheduler Server PSNT for Database FSUAT ...
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 752; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    INFO: BEA Tuxedo, Version 8.1, 32-bit, Patch Level 192
    NLS:4: Cannot open message catalog LIBTUX_CAT, set 1, num 1571; check TUXDIR=C:\
    bea\Tuxedo8.1, LANG=English_United States.1252
    NLS:4: Cannot open message catalog LIBTUX_CAT, set 1, num 1570; check TUXDIR=C:\
    bea\Tuxedo8.1, LANG=English_United States.1252
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 793; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    exec BBL -A :
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 820; check TUX
    DIR=C:\bea\Tuxedo8.1, LANG=English_United States.1252
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 801; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    exec PSDSTSRV -p 1,600:1,1 -sPostReport -- -C psprcs.cfg -CD FSUAT -PS PSNT -A s
    tart -S PSDSTSRV :
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 1685; check TU
    XDIR=C:\bea\Tuxedo8.1, LANG=English_United States.1252
    tmboot: NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 827; check TUX
    DIR=C:\bea\Tuxedo8.1, LANG=English_United States.1252
    tmshutdown -y
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 753; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 916; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 907; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 936; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 948; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 775; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    Please suggest.

    Duplicate thread :
    Re: I am getting the attached error while bringing up the Prcs Scheduler
    Nicolas.

  • I am getting the attached error while bringing up the Prcs Scheduler

    I am getting the attached error while bringing up the Prcs Scheduler:
    Cannot open message catalog TMADMIN_CAT
    Starting Process Scheduler Server PSNT for Database FSUAT ...
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 752; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    INFO: BEA Tuxedo, Version 8.1, 32-bit, Patch Level 192
    NLS:4: Cannot open message catalog LIBTUX_CAT, set 1, num 1571; check TUXDIR=C:\
    bea\Tuxedo8.1, LANG=English_United States.1252
    NLS:4: Cannot open message catalog LIBTUX_CAT, set 1, num 1570; check TUXDIR=C:\
    bea\Tuxedo8.1, LANG=English_United States.1252
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 793; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    exec BBL -A :
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 820; check TUX
    DIR=C:\bea\Tuxedo8.1, LANG=English_United States.1252
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 801; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    exec PSDSTSRV -p 1,600:1,1 -sPostReport -- -C psprcs.cfg -CD FSUAT -PS PSNT -A s
    tart -S PSDSTSRV :
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 1685; check TU
    XDIR=C:\bea\Tuxedo8.1, LANG=English_United States.1252
    tmboot: NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 827; check TUX
    DIR=C:\bea\Tuxedo8.1, LANG=English_United States.1252
    tmshutdown -y
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 753; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 916; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 907; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 936; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 948; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 775; check TUXDIR=C:\b
    ea\Tuxedo8.1, LANG=English_United States.1252
    Please advise, thank you

    Is that ever running ? Where/how did you installed tuxedo ? Which OS user was used for tuxedo install ?
    Nicolas.

Maybe you are looking for

  • Windows 7 Crash (Blue Screen) with Skype 6.18 on H...

    Hi, I think a lot of people are having the same problem with Skype 6.18 on HP Pavilion notebooks. Windows 7 crashes during the auto-update or installation of 6.18  After about 3-4 hours of troubleshooting the Blue Screen / service exception error (in

  • Problem while configuring the Apache Web Server as the Intermediary Server

    Hello, I want to use Apache 2.0 web-server as a proxy for my SAP EP so that I could access http://portal_server:50000/irj through this Apache external web-server. I checked this sap help link as a reference. http://help.sap.com/saphelp_nw04/helpdata/

  • Editing filenames/Organizing iphoto photos on HD

    Hi, i am pretty new to using iphoto and i just got back from a trip and have imported about 500 photos in iphoto. ive noticed that you can change the title of each photo but the actual filename stays the same (i.e. dsnc0050.jpg). i find this really a

  • SAP Cash Flow statement - Direct Method

    Dear Experts We are working on Cash flow statement - Direct method. We observed there is report for cash flow direct method i.e T.Code S_ALR_87012271. In this report we have  changed the form as per the client cash flow format and assign the FSV to t

  • Integrate BODS with SAP PI

    Hi Has anyone extracted data from SAP PI web services using BO Data services 3.2. Is there any documentation how to do this? We tried to create a standard Web Service DataSource, but we are receiving the error message: An error occurs while browsing