[svn] 2283: adding FlexClientManagerControl MBean tests to correct location under runtime\messaging\client

Revision: 2283
Author: [email protected]
Date: 2008-06-27 11:01:17 -0700 (Fri, 27 Jun 2008)
Log Message:
adding FlexClientManagerControl MBean tests to correct location under runtime\messaging\client
Added Paths:
blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/MBean/runtime/messaging /client/
blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/MBean/runtime/messaging /client/FlexClientManagerControl.mxml

The C compiler and optimizations are specified in the $ORACLE_HOME/javavm/jahome/Settings_os.properties file.
On Linux (on Solaris these are slightly different but quite similar to
Linux):CC = gcc
c.compile.opt.level = -O3
LINK_COMMAND = ld -shared -h $(@:f) -o $@ $<
On Windows:
CC = $(visual.c.home)/bin/cl
c.compile.flags.platform = -Ox -Oy-
LINK_COMMAND = $(visual.c.home)/bin/LINK /DLL /OUT:$@ \
/LIBPATH:"$(visual.c.home)/lib" /DEF:$(*:b).def $< \
$(oracle.home)/lib/orajox10.lib /NODEFAULTLIB msvcrt.libkernel32.lib
You can find more details on NCOMP in chapter 2 of my book
Kuassi, http://db360.blogspot.com/2006/08/oracle-database-programming-using-java_01.html

Similar Messages

  • [svn] 834: Fix failing MBean tests.

    Revision: 834
    Author: [email protected]
    Date: 2008-03-17 10:15:31 -0700 (Mon, 17 Mar 2008)
    Log Message:
    Fix failing MBean tests. The name of the qa-regress webapp changed in web.xml so the MBean name used in the tests needed to get updated.
    Modified Paths:
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/MBeanS erver/StreamingAMFEndpointMBean.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/MBeanS erver/StreamingHTTPEndpointMBean.mxml

  • [svn] 4522: Adding additional config tests for DeserializationValidators

    Revision: 4522
    Author: [email protected]
    Date: 2009-01-14 07:35:41 -0800 (Wed, 14 Jan 2009)
    Log Message:
    Adding additional config tests for DeserializationValidators
    CheckInTests: passed
    Added Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/same ExplicitTypeValidatorTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/same ExplicitTypeValidatorTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/same ExplicitTypeValidatorTest/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/same TypeValidatorTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/same TypeValidatorTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/same TypeValidatorTest/services-config.xml

    Revision: 4522
    Author: [email protected]
    Date: 2009-01-14 07:35:41 -0800 (Wed, 14 Jan 2009)
    Log Message:
    Adding additional config tests for DeserializationValidators
    CheckInTests: passed
    Added Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/same ExplicitTypeValidatorTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/same ExplicitTypeValidatorTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/same ExplicitTypeValidatorTest/services-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/same TypeValidatorTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/same TypeValidatorTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/same TypeValidatorTest/services-config.xml

  • [svn] 4676: Added Config deserialization tests for ClassDeserializationValidator

    Revision: 4676
    Author: [email protected]
    Date: 2009-01-26 13:57:48 -0800 (Mon, 26 Jan 2009)
    Log Message:
    Added Config deserialization tests for ClassDeserializationValidator
    CheckInTests: passed
    Added Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/B ean.as
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/B igDecimalTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/B igIntegerTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/B ook.as
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/B ooleanTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/B yteTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/C harTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/C omplexCustomTypeTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/C ustomTypeTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/D ateTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/D oubleTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/E numType.as
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/E numTypeTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/E xternalizableDate.as
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/E xternalizableTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/F loatTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/I ntTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/L ongTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/M yFileRef.as
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/S QLDateTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/S hortTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/S tringTypesTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/S uperBook.as
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/T estTypedObject.as
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/b ean_namespace.as
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/m essaging-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/p roxy-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/r emoting-config.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/dataTypesTest/s ervices-config.xml

  • Wine - not using correct fonts under Xorg 7.0

    How can I tell Wine to use fonts from the correct location under Xorg 7.0? There's nothing in winecfg that I can see related to it, and no file in /etc/wine to alter...

    Snowman wrote:wine 0.9.5-1 was out today. Did you try it?
    I did indeed, but sadly it had no effect.

  • [svn:bz-4.0.0_fixes] 20651: Some MBean tests needed flex.management. jmx stuff in the allow classes list for the class deserialization validator so adding it in on BlazeDS 4 .0.0_fixes.

    Revision: 20651
    Revision: 20651
    Author:   [email protected]
    Date:     2011-03-07 12:21:11 -0800 (Mon, 07 Mar 2011)
    Log Message:
    Some MBean tests needed flex.management.jmx stuff in the allow classes list for the class deserialization validator so adding it in on BlazeDS 4.0.0_fixes.
    Modified Paths:
        blazeds/branches/4.0.0_fixes/qa/apps/qa-regress/WEB-INF/flex/services-config.mods.validat ors.xml

    Thank you very much!
    I cant believe this little comment has been so helpful!
    But yes it is:
    I explain, despite my efforts to find, googled it, forums, faqs, etc...
    no where it mentionned the manifest.fm file is... INSIDE the .jar!
    Your comment "a zip" made me attempt to open it with winrar, and I found a manifest.fm file inside!
    So far I was editing the one at the "source" of my project and rebuilding it with netbeans.
    I am going to try that now.
    Actually.... :( no its mentionning my main class!
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.7.0
    Created-By: 10.0-b19 (Sun Microsystems Inc.)
    Main-class: courseworkjava3d.Simple3D
    Class-Path:
    X-COMMENT: Main-Class will be added automatically by buildWell I have no problems uploading you the .jar, it is for a coursework it is not a private project or whatever:
    http://www.uploading.com/files/CM2LKWYU/BetaCourseworkJava3d_Final.jar.html
    Oh and I felt on your comment "dont ask us" as if I was suppose to know... i'm a beginner, I did not know that! And I tried to give you so many infos so you dont lose your time if you want to help, especially as after my own research I found many, many results for this "main class" and I tried a few solutions!
    Edited by: CupofTea on Apr 13, 2008 3:28 AM

  • [svn:bz-trunk] 20650: Some MBean tests needed flex.management. jmx stuff in the allow classes list for the class deserialization validator so adding it in on BlazeDS trunk .

    Revision: 20650
    Revision: 20650
    Author:   [email protected]
    Date:     2011-03-07 12:20:03 -0800 (Mon, 07 Mar 2011)
    Log Message:
    Some MBean tests needed flex.management.jmx stuff in the allow classes list for the class deserialization validator so adding it in on BlazeDS trunk.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/WEB-INF/flex/services-config.mods.validators.xml

    Thank you very much!
    I cant believe this little comment has been so helpful!
    But yes it is:
    I explain, despite my efforts to find, googled it, forums, faqs, etc...
    no where it mentionned the manifest.fm file is... INSIDE the .jar!
    Your comment "a zip" made me attempt to open it with winrar, and I found a manifest.fm file inside!
    So far I was editing the one at the "source" of my project and rebuilding it with netbeans.
    I am going to try that now.
    Actually.... :( no its mentionning my main class!
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.7.0
    Created-By: 10.0-b19 (Sun Microsystems Inc.)
    Main-class: courseworkjava3d.Simple3D
    Class-Path:
    X-COMMENT: Main-Class will be added automatically by buildWell I have no problems uploading you the .jar, it is for a coursework it is not a private project or whatever:
    http://www.uploading.com/files/CM2LKWYU/BetaCourseworkJava3d_Final.jar.html
    Oh and I felt on your comment "dont ask us" as if I was suppose to know... i'm a beginner, I did not know that! And I tried to give you so many infos so you dont lose your time if you want to help, especially as after my own research I found many, many results for this "main class" and I tried a few solutions!
    Edited by: CupofTea on Apr 13, 2008 3:28 AM

  • [svn] 1433: adding 'console' security constraint to MBeanServerGateway remote object for MBean tests and ds-console , used when running on Websphere with administrative security enabled.

    Revision: 1433
    Author: [email protected]
    Date: 2008-04-28 13:13:12 -0700 (Mon, 28 Apr 2008)
    Log Message:
    adding 'console' security constraint to MBeanServerGateway remote object for MBean tests and ds-console, used when running on Websphere with administrative security enabled. Should call setCredentials("bob","bob1") to use this RO.
    Modified Paths:
    blazeds/branches/3.0.x/qa/apps/qa-regress/WEB-INF/flex/remoting-config.mods.xml
    blazeds/branches/3.0.x/qa/apps/qa-regress/WEB-INF/flex/services-config.mods.xml

    Hi,
    It seems that you were using Hyper-V Remote Management Configuration Utility from the link
    http://code.msdn.microsoft.com/HVRemote, if so, you can refer to the following link.
    Configure Hyper-V Remote Management in seconds
    http://blogs.technet.com/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx
    By the way, if you want to perform the further research about Hyper-V Remote Management Configuration Utility, it is recommend that you to get further
    support in the corresponding community so that you can get the most qualified pool of respondents. Thanks for your understanding.
    For your convenience, I have list the related link as followed.
    Discussions for Hyper-V Remote Management Configuration Utility
    http://code.msdn.microsoft.com/HVRemote/Thread/List.aspx
    Best Regards,
    Vincent Hu

  • [svn] 3737: + priority tests that check we' re delivering messages in the correct order.

    Revision: 3737
    Author: [email protected]
    Date: 2008-10-18 08:40:11 -0700 (Sat, 18 Oct 2008)
    Log Message:
    + priority tests that check we're delivering messages in the correct order. These tests also include cases where when priorities are set to invalid values such as integers that fall out of range, either below 0 or above 9 that we change those values to 0 or 9 respectively.
    Modified Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/priority/messag ePriorityNullTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/priority/priori ty01MessagingTest.mxml
    Added Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/priority/multip leMessagesMessageHeaderDescendingPriorityTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/priority/multip leMessagesProducerHeaderDescendingPriorityTest.mxml

    Welcome to this forum.
    This is a customer to customer forum only, where forum members, who are only BT customers, can help each other with BT Retail products and services.
    Anything you post here does not go to BT. Although the forum is moderated by BT, not all posts are read.
    I have asked a moderator to provide assistance, they will post an invite on this thread.
    They are the only BT employees on this forum, and are a UK based team of people, who take personal ownership of your problem.
    Once you get a reply, make sure that you are logged into the forum, then click on their name, you will see a screen like this. Click on the link as shown below.
    Please do not send them a personal message, as they may not be on duty for a long time, and your message will not be tracked properly.
    For your own security, do not post any personal details, on this forum. That includes any tracking number you are give.
    They will respond either by phone or e-mail within 5-6 working days.
    Please use the tracked e-mail, to reply, not via the forum. Thanks
    This is the form you should see when you click on the link. If you do not see this form, then you have selected the wrong link.
    When you submit the form, you will receive an enquiry number, so please keep a note of it
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • [svn:osmf:] 11341: Added some unit tests to get the metadata package above 80%

    Revision: 11341
    Author:   [email protected]
    Date:     2009-10-30 16:24:35 -0700 (Fri, 30 Oct 2009)
    Log Message:
    Added some unit tests to get the metadata package above 80%
    Modified Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/metadata/TestTemporalFacet.as

    The nature of the Media class is that it accesses it asynchronously. This means that when you create an instance of it, and then immediately query it, the data you want may not be available yet. This is all in the Javadoc, see the doc for Media:
    The media information is obtained asynchronously and so not necessarily available immediately after instantiation of the class. All information should however be available if the instance has been associated with a MediaPlayer and that player has transitioned to MediaPlayer.Status.READY statusSo you could associate the Media with a MediaPlayer, and then wait until it goes to the Status READY, and then read the length of the Media.
    As for your 2nd question, getMetadata() returns a Map. You can just loop through it:
      for(Map.Entry<String, Object> entry : media.getMetadata()) {
        // etc
      }However, the same restrictions apply as with Media -- you will probably need to wait before the information is available -- that's why the Listener approach works, because it will notify you as soon as the information is added to the map.

  • [svn] 2965: A test method got added to the EnumTypeTest test on BlazeDS/ trunk but didn't get added to the test on the 3.0.x branch.

    Revision: 2965
    Author: [email protected]
    Date: 2008-08-22 11:11:30 -0700 (Fri, 22 Aug 2008)
    Log Message:
    A test method got added to the EnumTypeTest test on BlazeDS/trunk but didn't get added to the test on the 3.0.x branch. The test method is a test for bug BLZ-214 that is still open so we may want to exclude this test from running on both branches.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-214
    Modified Paths:
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/remotingService/dataTyp es/EnumTypeTest.mxml

    Revision: 2965
    Author: [email protected]
    Date: 2008-08-22 11:11:30 -0700 (Fri, 22 Aug 2008)
    Log Message:
    A test method got added to the EnumTypeTest test on BlazeDS/trunk but didn't get added to the test on the 3.0.x branch. The test method is a test for bug BLZ-214 that is still open so we may want to exclude this test from running on both branches.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-214
    Modified Paths:
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/remotingService/dataTyp es/EnumTypeTest.mxml

  • [svn:osmf:] 14907: Adding comments, removing test URL.

    Revision: 14907
    Revision: 14907
    Author:   [email protected]
    Date:     2010-03-22 05:50:23 -0700 (Mon, 22 Mar 2010)
    Log Message:
    Adding comments, removing test URL.
    Modified Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/html-template/index.template.html
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/OSMFPlayer.as

    Thanks for the architecture comments. I'm interested in this topic because ALARM brought me to arch (although I've replaced the raspberry pi with an Intel-based machine now).
    Well, I'm afraid of starting some kind of flame war by suggesting this officially as a lowly arch noob. I'll leave it up to the people who might profit by something like this (i.e. ALARM – or maybe they don't care and are fine with the current solution, in which case the change is not required at all). For the record, I like the glob solution. It's more flexible than just 'all' and it's easier to memorize the difference between 'any' and '*' compared to 'any' and 'all'.
    It turned out the "adding users" topic is not an issue, because I realized I can simply set "User=nobody / Group=audio" in the systemd unit file to get rid of root privileges while keeping the permission to play audio without logging in. I also set up a minimal Arch VM to test if gnome-icon-theme can be dropped. I found no problems without that package, so I think I'm now ready to upload the modified PKGBUILD (and related files) to the AUR.
    I'll flag this topic as solved. Feel free to add more comments though. Thanks everyone

  • [svn:bz-trunk] 18907: Fix failing MBean test.

    Revision: 18907
    Revision: 18907
    Author:   [email protected]
    Date:     2010-12-01 11:55:22 -0800 (Wed, 01 Dec 2010)
    Log Message:
    Fix failing MBean test. The name of the web application changed in the web.xml file for the webapp causing the test to break. I updated the test to use the new webapp name which is "Flex QA Web Application". There are a few more MBean tests that are failing likely due to the same problem. I will update these as I have time unless someone else wants to tackle this.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/MBean/jmx/MBeanServerGateway.mxm l

    Pierre-Charles David a écrit :
    > Hi,
    >
    > I've got a very strange issue and I don't know where to look for to fix
    > it. In some Eclipse configuration I use, SWTBot does not work at all: it
    > fails the very first method with a WidgetNotFoundException.
    [snip]
    Well, I found the issue:
    SWTBot declares a dependency to org.apache.log4j but does not indicate
    any specific version. However, it uses APIs which only appeared in log4j
    1.2.12 (at least Logger.trace(), maybe others).
    In the Eclipse installation I have which did not work ("Topcased RCP"),
    there was a bundle which provided the org.apache.log4j package, but
    using log4j version 1.2.8. As it happens, Eclipse decided to provide
    this one to SWTBot instead of other versions available from different
    bundles (1.2.12 and 1.2.15). The test failed with an internal
    NoSuchMethodError, which must have been caught by some code and wrapped
    as the WidgetNotFoundException I saw.
    Removing the plugin with log4j 1.2.8 from the test's run configuration
    solves the issue.
    I have opened bug #286527 about this.

  • [svn:bz-trunk] 18908: Fix failing MBean tests.

    Revision: 18908
    Revision: 18908
    Author:   [email protected]
    Date:     2010-12-01 11:58:31 -0800 (Wed, 01 Dec 2010)
    Log Message:
    Fix failing MBean tests. The name of the web application changed in the web.xml file for the webapp causing the test to break. I updated the test to use the new webapp name which is "Flex QA Web Application".
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/MBean/messagingservice/Streaming AMFEndpointMBean.mxml
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/MBean/messagingservice/Streaming HTTPEndpointMBean.mxml

  • [svn:bz-trunk] 22381: Add some unit tests for the flex.messaging.client. FlexClientManager, including one for the new getFlexClient(String id, boolean createNewIfNotExist) method signature.

    Revision: 22381
    Revision: 22381
    Author:   [email protected]
    Date:     2011-09-02 05:10:41 -0700 (Fri, 02 Sep 2011)
    Log Message:
    Add some unit tests for the flex.messaging.client.FlexClientManager, including one for the new getFlexClient(String id, boolean createNewIfNotExist) method signature.
    Added Paths:
        blazeds/trunk/modules/core/test/src/flex/messaging/client/
        blazeds/trunk/modules/core/test/src/flex/messaging/client/FlexClientManagerTest.java

Maybe you are looking for

  • How can I find out what's using storage on iPhone 4s

    Hi, My daughter's 8GB iPhone4s is showing 4.7gb used space and only 430Mmb free - but when we go to Manage Storage the total of all items listed there is less than 1gb. How can we find out what is hoarding all of this space, and why is an 8gb device

  • Oracle.tip.pc.services.functions.Xpath20 missing

    Hello I have made a XSL for a ESB service in Jdeveloper 10.1.3.3 and when trying to debug the xsl, I get this error Deadlock detection is not supported by the debuggee virtual machine. oracle.xml.xpath.XPathException: Extension function error: Class

  • IPhone 4S screen is black

    My brother changed my cracked screen for me and it was all working perfectly fine until I dropped my phone again and now my iphone screen is black. It still works and I can hear message and email notifications coming through. If someone rings me it w

  • Is there a way to sort iBooks library folders alphabetically?

    I have created collections in iBooks and they are not organized alphabetically, but in the order I set them up. Is there a way to organize them alphabetically?

  • Using PC data targets not get updated...

    Hai murali/friends... now in my daily running process chain i have one error . i.e. in that if i use transaction rspcm the daily running chain is showing yellow colour...not showing in green colour and then i have displayed , display varient and then