Errors encountered during perfromance testing

While doing some stress testing on our WLS server we kept seeing the
following errors:
1) NullPointerException on NTSocketMuxer, error log follows:
Tue Feb 22 05:08:28 EST 2000:<E> <NTSockMux> failure in processSockets()
loop: GetData: fd=16764 numBytes=23
Tue Feb 22 05:08:28 EST 2000:<E> <NTSockMux>
java.lang.NullPointerException: null native pointer - socket was closed
at weblogic.socket.NTSocketMuxer.initiateIO(Native Method)
at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java,
Compiled Code)
at
weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:19)
at weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java, Compiled
Code)
This error doesn't seem to have any immediate impact, although it can't
be a good thing and it seems to happen even at times when we are not
doing stress testing. Also, it is very frequent that we see the above
messages. We are running WLS 4.51 w/ Service Pack 5. I am wondering if
this is a problem w/ Service Pack 5 since I don't see this on another
machine running WLS 4.51 with Service Pack 4. Both are using JDK 1.2.2.
2) Connection Rejected, error log follows:
Tue Feb 22 07:08:16 EST 2000:<W> <ListenThread> Connection rejected:
Login timed out after 15000 msec. The socket came from
[host=207.17.47.141,port=11929,localport=443] See property
weblogic.login.readTimeoutMillis.
I know how to adjust this for this one. My questions on this are:
If I set my readTimeoutMillisSSL (SSL in this case) from 15000 to 30000
what does this exactly mean. Does this mean that instead of allowing a
max 15 seconds for a connection to be established, now I am allowing 30
seconds? Also, is this only for the initial connection establishment (ie
user login), or does this parameter effect other aspects of the
connection later on? What negative side effects would I encounter if I
set this to 60000 (1 minute)?
Finally, what can I do so that a connection does not take over 15
seconds to establish? Note this is not the norm, just happens more often
during stress testing.
3) Creating & Closing connection & DGCserver, log follows:
Tue Feb 22 07:08:44 EST 2000:<I> <RJVM> Closing connection to
138.8.81.19/138.8.81.19 5634583086356155101
Tue Feb 22 07:08:45 EST 2000:<I> <RJVM> Creating connection to
138.8.81.19/138.8.81.19 5634583086356155101
Tue Feb 22 07:08:45 EST 2000:<I> <RJVM> Closing connection to
138.8.81.19/138.8.81.19 5634583086356155101
Tue Feb 22 07:08:50 EST 2000:<I> <RJVM> Creating connection to
144.14.157.204/144.14.157.204 2864292845294268830
Tue Feb 22 07:08:50 EST 2000:<I> <RJVM> Creating connection to
138.8.81.19/138.8.81.19 5634583086356155101
Tue Feb 22 07:08:50 EST 2000:<I> <RJVM> Closing connection to
138.8.81.19/138.8.81.19 5634583086356155101
Tue Feb 22 07:08:50 EST 2000:<I> <RJVM> Creating connection to
138.8.81.19/138.8.81.19 5634583086356155101
Tue Feb 22 07:08:50 EST 2000:<I> <RJVM> Closing connection to
138.8.81.19/138.8.81.19 5634583086356155101
Tue Feb 22 07:08:51 EST 2000:<I> <DGCserver> tried to renew lease for
lost ref: 902
Tue Feb 22 07:08:52 EST 2000:<I> <RJVM> Heartbeat/PublicKey resend
detected
Tue Feb 22 07:08:54 EST 2000:<I> <DGCserver> tried to renew lease for
lost ref: 904
Tue Feb 22 07:08:58 EST 2000:<I> <RJVM> Creating connection to
138.8.81.19/138.8.81.19 5634583086356155101
Why the constant trying to create connection, close connection?
What is DGCserver?
4) Ignoring message from a previous JVM, log follows:
Tue Feb 22 08:29:50 EST 2000:<E> <RJVM> Ignoring message from a previous
generation: JVMMessage from 8729925219143181234C138.8.222.21 to
-3465797227003769874C192.168.100.61 with CMD_ONE_WAY, prtNum=6, ack=103,
seqNum=1384
Tue Feb 22 08:30:15 EST 2000:<I> <HTTPTunneling> Sending DEAD response
What does this mean?
5) PeerGoneExceptions
What causes these?
Our environment is set up as follows:
WLS Server
WLS 4.51 w/ Service Pack 5
NativeIO = true
ExecuteThreadCount = 40
readTimeoutMillis=5000
readTimeoutMillisSSL=10000
Dell Pentium III 600 w/ 512 MB memory
NT 4.0
JavaSoft 1.2.2
-ms128 -mx350
WLS Client
Java Application
t3s and https (using WLS RMI)
JavaSoft 1.1.7b
typically Pentium 200 MHz or better w/ 64MB or more
Basically our clients connect to our WLS server using RMI. Each client
also has a callback object where the server sends event notification
back to the clients. Most of the communication is back through these
client callback objects. Its similar to a stock trading application in
that 1 client incoming requests will generate 200 outgoing events (if
for example there are 200 users on the system). The above observations
where made while 25 very active users where on the system.
Thanks very much for any and all help,
Edwin Marcial
Continental Power Exchange

Hi Kim,
Thanks for the response, but which problem in particular did you solve, I've
listed a couple here.
Edwin
kim hyun chan wrote:
hi,
I met the problem like you before.
so I reduce executeThreadCount from 50 to 20 , and then I solved my proplem.
"Edwin Marcial" <[email protected]> wrote in message
news:[email protected]...
While doing some stress testing on our WLS server we kept seeing the
following errors:
1) NullPointerException on NTSocketMuxer, error log follows:
Tue Feb 22 05:08:28 EST 2000:<E> <NTSockMux> failure in processSockets()
loop: GetData: fd=16764 numBytes=23
Tue Feb 22 05:08:28 EST 2000:<E> <NTSockMux>
java.lang.NullPointerException: null native pointer - socket was closed
at weblogic.socket.NTSocketMuxer.initiateIO(Native Method)
at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java,
Compiled Code)
at
weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:19)
at weblogic.t3.srvr.ExecuteThread.run(ExecuteThread.java, Compiled
Code)
This error doesn't seem to have any immediate impact, although it can't
be a good thing and it seems to happen even at times when we are not
doing stress testing. Also, it is very frequent that we see the above
messages. We are running WLS 4.51 w/ Service Pack 5. I am wondering if
this is a problem w/ Service Pack 5 since I don't see this on another
machine running WLS 4.51 with Service Pack 4. Both are using JDK 1.2.2.
2) Connection Rejected, error log follows:
Tue Feb 22 07:08:16 EST 2000:<W> <ListenThread> Connection rejected:
Login timed out after 15000 msec. The socket came from
[host=207.17.47.141,port=11929,localport=443] See property
weblogic.login.readTimeoutMillis.
I know how to adjust this for this one. My questions on this are:
If I set my readTimeoutMillisSSL (SSL in this case) from 15000 to 30000
what does this exactly mean. Does this mean that instead of allowing a
max 15 seconds for a connection to be established, now I am allowing 30
seconds? Also, is this only for the initial connection establishment (ie
user login), or does this parameter effect other aspects of the
connection later on? What negative side effects would I encounter if I
set this to 60000 (1 minute)?
Finally, what can I do so that a connection does not take over 15
seconds to establish? Note this is not the norm, just happens more often
during stress testing.
3) Creating & Closing connection & DGCserver, log follows:
Tue Feb 22 07:08:44 EST 2000:<I> <RJVM> Closing connection to
138.8.81.19/138.8.81.19 5634583086356155101
Tue Feb 22 07:08:45 EST 2000:<I> <RJVM> Creating connection to
138.8.81.19/138.8.81.19 5634583086356155101
Tue Feb 22 07:08:45 EST 2000:<I> <RJVM> Closing connection to
138.8.81.19/138.8.81.19 5634583086356155101
Tue Feb 22 07:08:50 EST 2000:<I> <RJVM> Creating connection to
144.14.157.204/144.14.157.204 2864292845294268830
Tue Feb 22 07:08:50 EST 2000:<I> <RJVM> Creating connection to
138.8.81.19/138.8.81.19 5634583086356155101
Tue Feb 22 07:08:50 EST 2000:<I> <RJVM> Closing connection to
138.8.81.19/138.8.81.19 5634583086356155101
Tue Feb 22 07:08:50 EST 2000:<I> <RJVM> Creating connection to
138.8.81.19/138.8.81.19 5634583086356155101
Tue Feb 22 07:08:50 EST 2000:<I> <RJVM> Closing connection to
138.8.81.19/138.8.81.19 5634583086356155101
Tue Feb 22 07:08:51 EST 2000:<I> <DGCserver> tried to renew lease for
lost ref: 902
Tue Feb 22 07:08:52 EST 2000:<I> <RJVM> Heartbeat/PublicKey resend
detected
Tue Feb 22 07:08:54 EST 2000:<I> <DGCserver> tried to renew lease for
lost ref: 904
Tue Feb 22 07:08:58 EST 2000:<I> <RJVM> Creating connection to
138.8.81.19/138.8.81.19 5634583086356155101
Why the constant trying to create connection, close connection?
What is DGCserver?
4) Ignoring message from a previous JVM, log follows:
Tue Feb 22 08:29:50 EST 2000:<E> <RJVM> Ignoring message from a previous
generation: JVMMessage from 8729925219143181234C138.8.222.21 to
-3465797227003769874C192.168.100.61 with CMD_ONE_WAY, prtNum=6, ack=103,
seqNum=1384
Tue Feb 22 08:30:15 EST 2000:<I> <HTTPTunneling> Sending DEAD response
What does this mean?
5) PeerGoneExceptions
What causes these?
Our environment is set up as follows:
WLS Server
WLS 4.51 w/ Service Pack 5
NativeIO = true
ExecuteThreadCount = 40
readTimeoutMillis=5000
readTimeoutMillisSSL=10000
Dell Pentium III 600 w/ 512 MB memory
NT 4.0
JavaSoft 1.2.2
-ms128 -mx350
WLS Client
Java Application
t3s and https (using WLS RMI)
JavaSoft 1.1.7b
typically Pentium 200 MHz or better w/ 64MB or more
Basically our clients connect to our WLS server using RMI. Each client
also has a callback object where the server sends event notification
back to the clients. Most of the communication is back through these
client callback objects. Its similar to a stock trading application in
that 1 client incoming requests will generate 200 outgoing events (if
for example there are 200 users on the system). The above observations
where made while 25 very active users where on the system.
Thanks very much for any and all help,
Edwin Marcial
Continental Power Exchange

Similar Messages

  • Errors encountered during installation(7)

    When trying to install lightroom through creative cloud I get Installation Failed - Errors encountered during installation(7) - I have tried rebooting the machine logging in and out nothing helps ?

    Hello all and thank you for the replies.  @Mylenium this is a new system  setup = windows 8.1 fully updated - hardware not so new but more that adequate -  i7 processor 3.2Mhz 16GB ram 2TB hdd 2 x Nvidia GTX 60's in SLi and Adobe apps was the first I installed , Bridge & Photoshop went through fine. The only error message was that one clicking  the link to get more info just took me to a generic help site.
    Anyway last night I downloaded the trial version which came down fine and installed it without a glitch and after registering the software online it picked up that I was a CC user and automatically entered the license key so all is good.

  • I am trying to download an update for Adobe Illustrator CC 2014 and it Keeps telling me Errors encountered during installation. (U44M1P7). Why is this happening. It never used to do this on updates.

    @I am trying to download an update for Adobe Illustrator CC 2014 and it Keeps telling me Errors encountered during installation. (U44M1P7). Why is this happening. It never used to do this on updates.

    Updates : http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html

  • AE Error encountered during update (U44M1P7)

    Hi. Updating AE CC, on Mac OSX 10.9.5. "Errors encountered during installation (U44M1P7), What do I do next? Thanks, Joe Boulden

    U44.. update error http://forums.adobe.com/thread/1289956 may help
    -more U44.. discussion http://forums.adobe.com/thread/1275963
    -http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html
    -http://helpx.adobe.com/creative-suite/kb/error-u44m1i210-installing-updates-ccm.html

  • Errors encountered during installation (U44MIP7)

    Upgrading via cloud.
    Errors encountered during installation (U44MIP7)
    What does this mean....?

    Hi Andy Stevens
    You can follow the below mentioned link -
    http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html
    Let us know if that helps
    Thanks!
    Garima

  • Problem updating After Effects CC (2014)  I get this message: Update Failed  Error encountered during installation. (U44M1P7)

    Problem updating After Effects CC (2014)  I get this message: Update Failed  Error encountered during installation. (U44M1P7)

    Hi,
    It’s version 13.1.1  It’s a trial version.
    I am updating it from the Creative cloud desktop application.
    I have the photography subscription with Lightroom and Photoshop with Creative Cloud.
    I was interested in trying out the video software and have trials of Premiere Pro as well as others.  The CC desktop app alerted me to the AF update just as it does for the others I subscribe to plus the ones I am using as trials.  I have not had any problems with the other apps (trial or not), only with AF.
    Thanks.
    Nancy Chadwick

  • I tried updating my Photoshop CS6 via the cloud and received the following message...Update failed Errors encountered during installation.(U44M1P7).  What does that mean

    I tried updating my Photoshop CS6 via the cloud and received the following message...Update failed Errors encountered during installation.(U44M1P7).  What does that mean

    http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html

  • Photoshop CS6 update failed - errors encountered during installation U44M1P7

    Photoshop CS6 update failed - errors encountered during installation U44M1P7up

    Hi Creativegeek_route66,
    Please follow the steps mentioned in the below article.
    http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html
    Thanks

  • Unknown errors encountered during publish(EJB)

    Hi,
    I am getting following error while deploying simple stateless EJB.
    Can anybody help. Please mail me.
    I am pasting the error both from JDeveloper and from command prompt deployment.
    ==========================================
    ***From JDeveloper 3.2.2 It says***
    *** Executing deployment profile E:\jdevloper\myprojects\Hello.prf ***
    *** Generating archive file E:\jdevloper\myprojects\HelloSource.jar ***
    Compiling the project...done
    Validating the profile...done
    Initializing deployment...done
    Scanning project files...done
    Generating classpath dependencies...done
    Generating archive entries table...done
    *** Archive generation completed ***
    *** Deploying the EJB to 8i JVM ***
    EJB deployment argument list:
    "E:\jdevloper\java1.2\jre\bin\javaw" "-DPATH="standard jdev path"
    -classpath "standard path of Jdev" oracle.aurora.ejb.deployment.GenerateEjb
    -u system -p manager -s sess_iiop://10.5.0.55:2481:ORCL -republish -keep -temp TEMP
    -descriptor "E:\jdevloper\myprojects\Hello.xml" -oracledescriptor E:\jdevloper\myprojects\Hello_oracle.xml
    -generated "E:\jdevloper\myprojects\HelloGenerated.jar" "E:\jdevloper\myprojects\HelloSource.jar"
    Reading Deployment Descriptor...done
    Verifying Deployment Descriptor...done
    Gathering users...done
    Generating Comm Stubs.......................................done
    Compiling Stubs...done
    Generating Jar File...done
    Loading EJB Jar file and Comm Stubs Jar file...done
    Generating EJBHome and EJBObject on the server...done
    Publishing EJBHome...
    Unknown errors encountered during publish. Please check the server trace file
    *** Errors occurred while deploying the EJB to 8i JVM ***
    *** Deployment completed ***
    ==========================================
    ***Error occured while trying to deploy from command line.***
    E:\jdevloper\myprojects>D:\oas9i\bin\deployejb.bat -u system -p manager -s sess_iiop://10.5.0.55:2481:orcl -republish -keep -temp temp -descriptor Hello.xml -oracledescriptor Hello_oracle.xml HelloSource.jar
    Reading Deployment Descriptor...done
    Verifying Deployment Descriptor...done
    Gathering users...done
    Generating Comm Stubs.......................................done
    Compiling Stubs...done
    Generating Jar File...done
    Loading EJB Jar file and Comm Stubs Jar file...Exception in thread "main" org.omg.CORBA.COMM_FAILURE: java.net.SocketException: Connection reset by peer: JVM_recv in socket input stream read minor code: 0 completed: No
    at com.visigenic.vbroker.orb.TcpConnection.read(TcpConnection.java:61)
    at com.visigenic.vbroker.orb.GiopConnectionImpl.receive_message(GiopConnectionImpl.java:436)
    at com.visigenic.vbroker.orb.GiopConnectionImpl.receive_reply(GiopConnectionImpl.java:347)
    at com.visigenic.vbroker.orb.GiopStubDelegate.invoke(GiopStubDelegate.java:562)
    at com.visigenic.vbroker.orb.GiopStubDelegate.invoke(GiopStubDelegate.java:503)
    at com.inprise.vbroker.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:60)
    at oracle.aurora.AuroraServices._st_JISLoadJava.add(_st_JISLoadJava.java:66)
    at oracle.aurora.server.tools.sess_iiop.Loadjava.add(Loadjava.java:137)
    at oracle.aurora.server.tools.sess_iiop.Loadjar.loadAndCreate(Loadjar.java:101)
    at oracle.aurora.server.tools.sess_iiop.Loadjar.invoke(Loadjar.java:80)
    at oracle.aurora.server.tools.sess_iiop.Loadjava.<init>(Loadjava.java:94)
    at oracle.aurora.server.tools.sess_iiop.Loadjar.<init>(Loadjar.java:52)
    at oracle.aurora.ejb.deployment.GenerateEjb.invoke(GenerateEjb.java:560)
    at oracle.aurora.server.tools.sess_iiop.ToolImpl.invoke(ToolImpl.java:143)
    at oracle.aurora.ejb.deployment.GenerateEjb.main(GenerateEjb.java:575)
    =============================================
    I have checked log also. This is the log from oracle trace file.
    Session 13 exceeded soft sessionspace limit of 0x100000 bytes.
    *** SESSION ID:(8.3994) 2001-06-23 17:44:30.625
    jox_call_java_pres_: caught
    ORA-04031: unable to allocate 4032 bytes of shared memory ("large pool","unknown object","joxu heap init","ioc_allocate_pal")
    Please help me out of this si tuation.
    regards,
    vijay

    You can try to set the java_pool_size and shared_pool_size to larger. This parameter is in the file: init.ora . The size should be large enough. Usually at least 50M.

  • After effects Error installing : Installation failed Errors encountered during installation.(34)

    Hi guys i am having an issue with CreativeCloud.
    I am on PC
    Everytime i try to install After Effect trial on CreativeCloud it keeps saying this error message : "Installation failed Errors encountered during installation.(34)" and i've tried alot of times and always the same error message. I also tryed using  CreativeCloud cleaner tool but that didnt help at all.
    So if anyone can help please do it quickly and reply. ASAP !!!
    Jayden.

    http://forums.adobe.com/thread/1290880

  • Error encountered during generation of default Crystal Report Layout

    Hi Experts,
    I am currently encountering an error on a particular workstation during generation of a default crystal report layout. Is there any SAP note for this or did someone encountered this error already?
    Details:
    SAP B1 8.81 PL:06 (I think its not a patch issue since the error is occurring on a particular workstation)
    Windows OS: Windows 7
    Actions Taken:
    Run CRRedist2005_x86
    Run CRNET11WIN_EN_200403
    Run crnet11win_en_sp1
    Run crnet11win_en_sp2
    Regards,
    Zeus

    Hi,
    Check SAP note regardless of version and PL.
    1529682 - Crystal report not displayed in Windows 7 OS
    1668274 - Print Draft with Crystal Layout
    Thanks & Regards,
    Nagarajan

  • Errors encountered during compiling JMS simpleProducer Program

    Hi Friends,
    I have encountered following errors during running this program.Please tell me solution .I am using weblogic Server.Which jar files I have to set.Please reply as earlier as possible.It is urgent
    Thanks
    Bye
    C:\>cd Simple
    C:\Simple>javac SimpleProducer.java
    SimpleProducer.java:65: cannot resolve symbol
    symbol : method createConnection ()
    location: interface javax.jms.ConnectionFactory
    connection=connectionFactory.createConnection();
    ^
    SimpleProducer.java:66: cannot resolve symbol
    symbol : method createSession (boolean,int)
    location: interface javax.jms.Connection
    Session session=connection.createSession(false,Session.AUTO_ACK
    NOWLEDGE);
    ^
    SimpleProducer.java:67: cannot resolve symbol
    symbol : method createProducer (javax.jms.Destination)
    location: interface javax.jms.Session
    producer=session.createProducer(dest);
    ^
    SimpleProducer.java:72: setText(java.lang.String) in javax.jms.TextMessage canno
    t be applied to ()
    System.out.println("Sending message:"+message.setText());
    ^
    SimpleProducer.java:73: cannot resolve symbol
    symbol : method send (javax.jms.TextMessage)
    location: interface javax.jms.MessageProducer
    producer.send(message);
    ^
    SimpleProducer.java:75: cannot resolve symbol
    symbol : method send (javax.jms.Message)
    location: interface javax.jms.MessageProducer
    producer.send(session.createMessage());
    ^
    6 errors

    try to add the jms.jar with JMS interfaces

  • Error occured during the "test of the interface"

    Hi,everybody
    where I do the "Test Configuration" in the ID(Tools->Test Configuration),an error occured.
    Internal Error         
                HTTP connection to ABAP Runtime failed.
                Error:403ForbiddenURL:http://NEUESDNWXI01:8001/sap/xi/simulation?sap-client=500
                User: PIDIRUSER
    what can i do with the error?
    Thanks

    Hi
    Check if the  service for testing in XI (in transaction SCIF)is  turned on,
    <i>Note :Forebidden is generally an auth or password error. </i>
    Also Check This
    4) Error: HTTP 403 Forbidden
    Description: The server understood the request, but is refusing to fulfill it
    Possible Tips:
    Path sap/xi/engine not active
    • HTTP 403 during cache refresh of the adapter framework - Refer SAP Note -751856
    • Because of Inactive Services in ICF –Go to SICF transaction and activate the services. Refer SAP Note -517484
    • Error in RWB/Message Monitoring- because of J2EE roles – Refer SAP Note -796726
    • Error in SOAP Adapter - "403 Forbidden" from the adapter's servlet. –Because of the URL is incorrect or the adapter is not correctly deployed.
    Regards
    krishna

  • Adobe Muse install problem April 2014 - Errors encountered during installation (7).

    ERROR: Third party payload installer InstallAdobeMuse.exe failed with exit code: 7
    This is the 3rd time that I have lost my Muse installation. Yes, the app just disappeared. Uninstallers cannot find it. A search cannot locate any files. It just disappeared from my computer. When I attempt to reinstall through CC Desktop App, I get the "ERROR: Third party payload installer InstallAdobeMuse.exe failed with exit code: 7" message. Yes, I was logged in to Adobe during the attempts. I downloaded and used the Adobe cleaner to clean the app but since there is no app, there is nothing to clean. I shut down anti-virus and firewall but won't install. Installation failed at 53%, 80% and 93%. Other apps (Illustrator CC, etc.) work fine. Is this a problem with Windows installer?

    Sorry about the humongous text in the previous reply, I guess this forum cannot adjust copied and pasted text. Or, I don't know where the text format options are.
    Let me tell you, I am elated! I did go through the instructions in the site you linked to (http://helpx.adobe.com/creative-suite/kb/error-exit-6-exit-7.html), and did two things:
    In the section named Solution 1, number 3: renamed the AdobePatchFiles to AdobePatchFiles_old. I didn't do any of the others, because I picked a likely culprit out of the 4 actual options listed, and got lucky I guess.
    Next, I found a folder named Adobe Muse in my drive and just deleted the whole puppy. Btw, it was not in the place where I expected it to be (x64 > Adobe > Muse) but in another Adobe folder. I wish apps would stay put in one place and not spread themselves all over the folder structure. Could be a MS problem and not sofware developers, but I don't want to put blame where it doesn't belong.
    Next, I went back to CC Desktop and clicked on Muse install and voila, it installed. Now, I just have to see if it gets corrupted again. I hope not. You may see me back in this forum
    So, muchos gracias, amigo! You saved the day, no, the month, I should say.

  • Error encountered during up-gradation from 4.6C to ECC 6.0 - 2

    Dear All,
    We have done a technical upgrade from version 4.6C to ECC 6.0 and encountered following error -
    In the report s_alr_87012327, there is a field "only with creation block" in version 4.6C. However, this field is missing in ECC 6.0. Why so?
    Kindly suggest the alternative to carry out the same in ECC 6.0.
    Thanks in advance.
    Regards,
    Gauri

    Hi,
    The creation block is hidden in ECC6 on the subscreen. Try all selection( SHIFT+F7).
    Thanks
    Vaibhav

Maybe you are looking for

  • Data is not picking in Purchase Order

    Hi All, I have loaded the data into the interface table .Now i have to transfer it to the base table through concurrent program.But data is not picking .Please Help me out. The name of the concurrent program is import standard po & one message is dis

  • Color Coding a status report

    Hi All, Is there a way in web dynpro to color code some values retrieved from a RFC call? For example, say I have a BAPI that returns a status code in a table structure in the form of a character. 'R' - Red, 'Y' - yellow and 'G' -Green. In the web dy

  • Select which swf will be load by code

    Hello all; My question is quite simple maybe but i could not find it in action script 3.0. There are 100 buttons in my movie clip and a timeline of 10 frames length. If user clicks on button1, the movie clip will play and at the last frame it will re

  • Application Processes unique across different schemas?

    I have a test and dev schema on the same server. both sets of code are identical in every way. however when i try and call an on demand application process in dev nothing happens. if i try and call an identical on demand application process on test i

  • How to buy apps that are not availble in my region?

    How to buy apps that are not availble in my region?