Return code = 00000057 using a gem pc twin reader with OCF

Hello, i really need help.
I'm having the famous return code = 00000057 when i try to send an APDU command, I'm using a applet proxy, so it send an select APDU inside the OCF framework, and the result is success, so i'm able to send an select Applet, but when i try to send the following apdu:
allocateCardChannel();
// Set up the command APDU and send it to the card.
getBalanceAPDU.setLength(0);
getBalanceAPDU.append(MyAPPLET_CLA); // Class
getBalanceAPDU.append(VERIFY_INS); // Instr'n
getBalanceAPDU.append((byte) 0x00); // P1
getBalanceAPDU.append((byte) 0x00); // P2
getBalanceAPDU.append((byte) 0x00); // Lc
getBalanceAPDU.append((byte) 0x05); // Le
// Send command APDU and check the response.
ResponseAPDU response;
//response = new ResponseAPDU(07);
response = sendCommandAPDU(getCardChannel(), MY_CARD_AID,
getBalanceAPDU);
i got that error. I pasted, all the debug message below. I already updated the pcsc-wrapper-2.0.jar file, but i'm still having this error, as i said i'm using an gem pc twin cardreader with gemxpresso card. My opencard.properties file:
# Card service configuration #
OpenCard.services = com.ibm.opencard.factory.MFCCardServiceFactory \
opencard.opt.util.PassThruCardServiceFactory \
br.com.neac.petrobras.medidorgas.process.NastekCardProxyFactory
#OpenCard.services = br.com.neac.petrobras.medidorgas.process.NastekCardProxyFactory
# Card terminal configuration #
#OpenCard.terminals = GemplusCardTerminalFactory
OpenCard.terminals = com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminalFactory|Autodetect|*|SHARED
#OpenCard.terminals = com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminalFactory
#OpenCard.terminals=com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminalFactory|myGEMPlus|GEM430PC|SHARED
# Trace configuration #
OpenCard.trace = opencard:9
----- the debug----
[DEBUG    ] opencard.core.service.SmartCard.getRegistryEntry
--- message tag OpenCard.terminals = com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminalFactory|Autodetect|*|SHARED
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.service.SmartCard
[DEBUG    ] opencard.core.terminal.CardTerminal.<init>
--- message (Gemplus USB Smart Card Reader 0, PCSC10, )
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.terminal.CardTerminal
[DEBUG    ] opencard.core.event.EventGenerator.updateTerminals
--- message new pollable Terminal = com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminal@1e1df6e
+ name Gemplus USB Smart Card Reader 0
+ type PCSC10
+ addr
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.event.EventGenerator
[DEBUG    ] com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminal.cardInserted
--- message slotID 0, )
--- thread Thread[AWT-EventQueue-0,6,main]
--- source com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminal@1e1df6e
+ name Gemplus USB Smart Card Reader 0
+ type PCSC10
+ addr
[DEBUG    ] opencard.core.event.EventGenerator.updateCards
--- message card inserted slotID = 0
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.event.EventGenerator
[DEBUG    ] opencard.core.service.SmartCard.getRegistryEntry
--- message tag OpenCard.services = com.ibm.opencard.factory.MFCCardServiceFactory opencard.opt.util.PassThruCardServiceFactory br.com.neac.petrobras.medidorgas.process.NastekCardProxyFactory
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.service.SmartCard
[DEBUG    ] opencard.core.service.CardServiceFactory.<init>
--- message instantiating
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.service.CardServiceFactory
[DEBUG    ] opencard.core.service.CardServiceRegistry.add
--- message com.ibm.opencard.factory.MFCCardServiceFactory@103368e
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceRegistry@1f2ae62++ registered factory [email protected]c68b6f
[DEBUG    ] opencard.core.service.CardServiceFactory.<init>
--- message instantiating
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.service.CardServiceFactory
[DEBUG    ] opencard.opt.service.OCF11CardServiceFactory.<init>
--- message instantiating
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.opt.service.OCF11CardServiceFactory
[DEBUG    ] opencard.core.service.CardServiceRegistry.add
--- message opencard.opt.util.PassThruCardServiceFactory@94cc7
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceRegistry@1f2ae62++ registered factory [email protected]c68b6f
++ registered factory com.ibm.opencard.factory.MFCCardServiceFactory@103368e
[DEBUG    ] opencard.core.service.CardServiceFactory.<init>
--- message instantiating
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.service.CardServiceFactory
[DEBUG    ] opencard.core.service.CardServiceRegistry.add
--- message [email protected]fa0f0
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceRegistry@1f2ae62++ registered factory [email protected]c68b6f
++ registered factory com.ibm.opencard.factory.MFCCardServiceFactory@103368e
++ registered factory opencard.opt.util.PassThruCardServiceFactory@94cc7
[DEBUG    ] opencard.core.service.SmartCard.<start>
--- message finished
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.service.SmartCard
[DEBUG    ] opencard.core.service.CardServiceRegistry.getSmartCard
--- message CTEvent opencard.core.event.CardTerminalEvent[source=com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminal@1e1df6e
+ name Gemplus USB Smart Card Reader 0
+ type PCSC10
+ addr ]
---source com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminal@1e1df6e
+ name Gemplus USB Smart Card Reader 0
+ type PCSC10
+ addr
---id 1
card inserted in slot 0
terminal com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminal@1e1df6e
+ name Gemplus USB Smart Card Reader 0
+ type PCSC10
+ addr
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceRegistry@1f2ae62++ registered factory [email protected]c68b6f
++ registered factory com.ibm.opencard.factory.MFCCardServiceFactory@103368e
++ registered factory opencard.opt.util.PassThruCardServiceFactory@94cc7
++ registered factory [email protected]fa0f0
[DEBUG    ] com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminal.openSlotChannel
--- message for slot #0
--- thread Thread[AWT-EventQueue-0,6,main]
--- source com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminal@1e1df6e
+ name Gemplus USB Smart Card Reader 0
+ type PCSC10
+ addr
[DEBUG    ] com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminal.openSlotChannel
--- message new SlotChannel is opencard.core.terminal.SlotChannel@182815a
+ state open
--- thread Thread[AWT-EventQueue-0,6,main]
--- source com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminal@1e1df6e
+ name Gemplus USB Smart Card Reader 0
+ type PCSC10
+ addr
[DEBUG    ] opencard.core.service.CardServiceRegistry.allocateCardServiceScheduler
--- message instantiating CardServiceScheduler
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceRegistry@1f2ae62++ registered factory [email protected]c68b6f
++ registered factory com.ibm.opencard.factory.MFCCardServiceFactory@103368e
++ registered factory opencard.opt.util.PassThruCardServiceFactory@94cc7
++ registered factory [email protected]fa0f0
[DEBUG    ] opencard.core.service.CardServiceScheduler.<init>
--- message slotChannel opencard.core.terminal.SlotChannel@182815a
+ state open
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.service.CardServiceScheduler
[DEBUG    ] opencard.core.service.CardChannel.<init>
--- message (opencard.core.terminal.SlotChannel@182815a
+ state open)
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.service.CardChannel
[DEBUG    ] opencard.core.service.CardServiceRegistry.getSmartCard
--- message using CardServiceScheduler opencard.core.service.CardServiceScheduler@4ab8b9, is alive
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceRegistry@1f2ae62++ registered factory [email protected]c68b6f
++ registered factory com.ibm.opencard.factory.MFCCardServiceFactory@103368e
++ registered factory opencard.opt.util.PassThruCardServiceFactory@94cc7
++ registered factory [email protected]fa0f0
[DEBUG    ] opencard.core.service.CardServiceScheduler.createSmartCard
--- message creating SmartCard
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceScheduler@4ab8b9, is alive
[DEBUG    ] opencard.core.service.SmartCard.<init>
--- message scheduler opencard.core.service.CardServiceScheduler@4ab8b9, is alive, cid opencard.core.terminal.CardID@1a5ba75 ATR: 3B 7D 94 00 00 80 31 80 65 B0 83 01 02 90 83 00
90 00
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.service.SmartCard
[DEBUG    ] opencard.core.service.SmartCard.getCardService
--- message (class br.com.neac.petrobras.medidorgas.process.NastekCardProxy)
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.SmartCard@fb7efa
[DEBUG    ] opencard.core.service.CardServiceRegistry.getCardServiceInstance
--- message for class br.com.neac.petrobras.medidorgas.process.NastekCardProxy from opencard.core.service.SmartCard@fb7efa
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceRegistry@1f2ae62++ registered factory [email protected]c68b6f
++ registered factory com.ibm.opencard.factory.MFCCardServiceFactory@103368e
++ registered factory opencard.opt.util.PassThruCardServiceFactory@94cc7
++ registered factory [email protected]fa0f0
[DEBUG    ] opencard.core.service.CardServiceRegistry.getCardServiceInstance
--- message checking [email protected]c68b6f
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceRegistry@1f2ae62++ registered factory [email protected]c68b6f
++ registered factory com.ibm.opencard.factory.MFCCardServiceFactory@103368e
++ registered factory opencard.opt.util.PassThruCardServiceFactory@94cc7
++ registered factory [email protected]fa0f0
[DEBUG    ] opencard.core.service.CardService.<init>
--- message default constructor of br.com.neac.petrobras.medidorgas.process.NastekCardProxy@8f57a
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.service.CardService
[DEBUG    ] opencard.opt.applet.AppletProxy.<init>
--- message (A0 00 00 00 62 03 01 0C 02,opencard.core.service.CardServiceScheduler@4ab8b9, is alive,opencard.core.service.SmartCard@fb7efa,true)
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.opt.applet.AppletProxy
[DEBUG    ] br.com.neac.petrobras.medidorgas.process.NastekCardProxy.initialize
--- message (opencard.core.service.CardServiceScheduler@4ab8b9, is alive,opencard.core.service.SmartCard@fb7efa)
--- thread Thread[AWT-EventQueue-0,6,main]
--- source br.com.neac.petrobras.medidorgas.process.NastekCardProxy@8f57a
[DEBUG    ] opencard.opt.applet.BasicAppletCardService.<init>
--- message (opencard.core.service.CardServiceScheduler@4ab8b9, is alive,opencard.core.service.SmartCard@fb7efa,true)
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.opt.applet.BasicAppletCardService
[DEBUG    ] br.com.neac.petrobras.medidorgas.process.NastekCardProxy.allocateCardChannel
--- message allocating
--- thread Thread[AWT-EventQueue-0,6,main]
--- source br.com.neac.petrobras.medidorgas.process.NastekCardProxy@8f57a
[DEBUG    ] opencard.core.service.CardServiceScheduler.allocateCardChannel
--- message applicant br.com.neac.petrobras.medidorgas.process.NastekCardProxy@8f57a
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceScheduler@4ab8b9, is alive
[DEBUG    ] opencard.core.service.CardChannel.open
--- message opening CardChannel
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardChannel@9bb457, not open, not jammed
BasicAppletCardService - allocated CardChannel()
[DEBUG    ] br.com.neac.petrobras.medidorgas.process.NastekCardProxy.releaseCardChannel
--- message releasing
--- thread Thread[AWT-EventQueue-0,6,main]
--- source br.com.neac.petrobras.medidorgas.process.NastekCardProxy@8f57a
[DEBUG    ] opencard.core.service.CardServiceScheduler.releaseCardChannel
--- message releasing opencard.core.service.CardChannel@9bb457, is open, not jammed
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceScheduler@4ab8b9, is alive
++ channel is allocated
[DEBUG    ] opencard.core.service.CardChannel.close
--- message CardChannel closed
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardChannel@9bb457, not open, not jammed
[DEBUG    ] br.com.neac.petrobras.medidorgas.process.NastekCardProxy.allocateCardChannel
--- message allocating
--- thread Thread[AWT-EventQueue-0,6,main]
--- source br.com.neac.petrobras.medidorgas.process.NastekCardProxy@8f57a
[DEBUG    ] opencard.core.service.CardServiceScheduler.allocateCardChannel
--- message applicant br.com.neac.petrobras.medidorgas.process.NastekCardProxy@8f57a
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceScheduler@4ab8b9, is alive
[DEBUG    ] opencard.core.service.CardChannel.open
--- message opening CardChannel
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardChannel@9bb457, not open, not jammed
[DEBUG    ] br.com.neac.petrobras.medidorgas.process.NastekCardProxy.releaseCardChannel
--- message releasing
--- thread Thread[AWT-EventQueue-0,6,main]
--- source br.com.neac.petrobras.medidorgas.process.NastekCardProxy@8f57a
[DEBUG    ] opencard.core.service.CardServiceScheduler.releaseCardChannel
--- message releasing opencard.core.service.CardChannel@9bb457, is open, not jammed
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceScheduler@4ab8b9, is alive
++ channel is allocated
[DEBUG    ] opencard.core.service.CardChannel.close
--- message CardChannel closed
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardChannel@9bb457, not open, not jammed
[DEBUG    ] opencard.core.service.CardServiceRegistry.getCardServiceInstance
--- message factory [email protected]c68b6f produced br.com.neac.petrobras.medidorgas.process.NastekCardProxy@8f57a
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceRegistry@1f2ae62++ registered factory [email protected]c68b6f
++ registered factory com.ibm.opencard.factory.MFCCardServiceFactory@103368e
++ registered factory opencard.opt.util.PassThruCardServiceFactory@94cc7
++ registered factory [email protected]fa0f0
[DEBUG    ] br.com.neac.petrobras.medidorgas.process.NastekCardProxy.allocateCardChannel
--- message allocating
--- thread Thread[AWT-EventQueue-0,6,main]
--- source br.com.neac.petrobras.medidorgas.process.NastekCardProxy@8f57a
[DEBUG    ] opencard.core.service.CardServiceScheduler.allocateCardChannel
--- message applicant br.com.neac.petrobras.medidorgas.process.NastekCardProxy@8f57a
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceScheduler@4ab8b9, is alive
[DEBUG    ] opencard.core.service.CardChannel.open
--- message opening CardChannel
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardChannel@9bb457, not open, not jammed
[DEBUG    ] opencard.opt.applet.BasicAppletCardService.sendCommandAPDU(channel,...)
--- message sending opencard.core.terminal.CommandAPDU@1d92803
0000: 00 20 00 00 00 05 . ....
to <A0 00 00 00 62 03 01 0C 02>
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.opt.applet.BasicAppletCardService
[DEBUG    ] opencard.opt.applet.BasicAppletCardService.selectApplet
--- message selecting A0 00 00 00 62 03 01 0C 02
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.opt.applet.BasicAppletCardService
[DEBUG    ] opencard.opt.applet.ISOAppletSelector.selectApplet
--- message selecting A0 00 00 00 62 03 01 0C 02
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.opt.applet.ISOAppletSelector
[DEBUG    ] opencard.core.service.CardChannel.sendCommandAPDU
--- message opencard.core.terminal.CommandAPDU@1d206f0
0000: 00 A4 04 00 09 A0 00 00 00 62 03 01 0C 02 00 .........b.....
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardChannel@9bb457, is open, not jammed
[DEBUG    ] opencard.core.service.CardChannel.response:
--- message opencard.core.terminal.ResponseAPDU@1f23f8b
0000: 90 00 ..
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardChannel@9bb457, is open, not jammed
[DEBUG    ] opencard.opt.applet.ISOAppletSelector.selectApplet
--- message Selection response sw = 0x9000
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.opt.applet.ISOAppletSelector
[DEBUG    ] opencard.core.service.CardChannel.sendCommandAPDU
--- message opencard.core.terminal.CommandAPDU@1d92803
0000: 00 20 00 00 00 05 . ....
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardChannel@9bb457, is open, not jammed
[DEBUG    ] br.com.neac.petrobras.medidorgas.process.NastekCardProxy.releaseCardChannel
--- message releasing
--- thread Thread[AWT-EventQueue-0,6,main]
--- source br.com.neac.petrobras.medidorgas.process.NastekCardProxy@8f57a
[DEBUG    ] opencard.core.service.CardServiceScheduler.releaseCardChannel
--- message releasing opencard.core.service.CardChannel@9bb457, is open, not jammed
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceScheduler@4ab8b9, is alive
++ channel is allocated
[DEBUG    ] opencard.core.service.CardChannel.close
--- message CardChannel closed
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardChannel@9bb457, not open, not jammed
opencard.core.terminal.CardTerminalException: Pcsc10CardTerminal: PCSC Exception in method SCardTransmit: error occurred with SCardTransmit
return code = 00000057
at com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminal.translatePcscException(Pcsc10CardTerminal.java:502)

Hello, i really need help.
I'm having the famous return code = 00000057 when i try to send an APDU command, I'm using a applet proxy, so it send an select APDU inside the OCF framework, and the result is success, so i'm able to send an select Applet, but when i try to send the following apdu:
allocateCardChannel();
// Set up the command APDU and send it to the card.
getBalanceAPDU.setLength(0);
getBalanceAPDU.append(MyAPPLET_CLA); // Class
getBalanceAPDU.append(VERIFY_INS); // Instr'n
getBalanceAPDU.append((byte) 0x00); // P1
getBalanceAPDU.append((byte) 0x00); // P2
getBalanceAPDU.append((byte) 0x00); // Lc
getBalanceAPDU.append((byte) 0x05); // Le
// Send command APDU and check the response.
ResponseAPDU response;
//response = new ResponseAPDU(07);
response = sendCommandAPDU(getCardChannel(), MY_CARD_AID,
getBalanceAPDU);
i got that error. I pasted, all the debug message below. I already updated the pcsc-wrapper-2.0.jar file, but i'm still having this error, as i said i'm using an gem pc twin cardreader with gemxpresso card. My opencard.properties file:
# Card service configuration #
OpenCard.services = com.ibm.opencard.factory.MFCCardServiceFactory \
opencard.opt.util.PassThruCardServiceFactory \
br.com.neac.petrobras.medidorgas.process.NastekCardProxyFactory
#OpenCard.services = br.com.neac.petrobras.medidorgas.process.NastekCardProxyFactory
# Card terminal configuration #
#OpenCard.terminals = GemplusCardTerminalFactory
OpenCard.terminals = com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminalFactory|Autodetect|*|SHARED
#OpenCard.terminals = com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminalFactory
#OpenCard.terminals=com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminalFactory|myGEMPlus|GEM430PC|SHARED
# Trace configuration #
OpenCard.trace = opencard:9
----- the debug----
[DEBUG    ] opencard.core.service.SmartCard.getRegistryEntry
--- message tag OpenCard.terminals = com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminalFactory|Autodetect|*|SHARED
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.service.SmartCard
[DEBUG    ] opencard.core.terminal.CardTerminal.<init>
--- message (Gemplus USB Smart Card Reader 0, PCSC10, )
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.terminal.CardTerminal
[DEBUG    ] opencard.core.event.EventGenerator.updateTerminals
--- message new pollable Terminal = com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminal@1e1df6e
+ name Gemplus USB Smart Card Reader 0
+ type PCSC10
+ addr
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.event.EventGenerator
[DEBUG    ] com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminal.cardInserted
--- message slotID 0, )
--- thread Thread[AWT-EventQueue-0,6,main]
--- source com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminal@1e1df6e
+ name Gemplus USB Smart Card Reader 0
+ type PCSC10
+ addr
[DEBUG    ] opencard.core.event.EventGenerator.updateCards
--- message card inserted slotID = 0
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.event.EventGenerator
[DEBUG    ] opencard.core.service.SmartCard.getRegistryEntry
--- message tag OpenCard.services = com.ibm.opencard.factory.MFCCardServiceFactory opencard.opt.util.PassThruCardServiceFactory br.com.neac.petrobras.medidorgas.process.NastekCardProxyFactory
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.service.SmartCard
[DEBUG    ] opencard.core.service.CardServiceFactory.<init>
--- message instantiating
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.service.CardServiceFactory
[DEBUG    ] opencard.core.service.CardServiceRegistry.add
--- message com.ibm.opencard.factory.MFCCardServiceFactory@103368e
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceRegistry@1f2ae62++ registered factory [email protected]c68b6f
[DEBUG    ] opencard.core.service.CardServiceFactory.<init>
--- message instantiating
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.service.CardServiceFactory
[DEBUG    ] opencard.opt.service.OCF11CardServiceFactory.<init>
--- message instantiating
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.opt.service.OCF11CardServiceFactory
[DEBUG    ] opencard.core.service.CardServiceRegistry.add
--- message opencard.opt.util.PassThruCardServiceFactory@94cc7
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceRegistry@1f2ae62++ registered factory [email protected]c68b6f
++ registered factory com.ibm.opencard.factory.MFCCardServiceFactory@103368e
[DEBUG    ] opencard.core.service.CardServiceFactory.<init>
--- message instantiating
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.service.CardServiceFactory
[DEBUG    ] opencard.core.service.CardServiceRegistry.add
--- message [email protected]fa0f0
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceRegistry@1f2ae62++ registered factory [email protected]c68b6f
++ registered factory com.ibm.opencard.factory.MFCCardServiceFactory@103368e
++ registered factory opencard.opt.util.PassThruCardServiceFactory@94cc7
[DEBUG    ] opencard.core.service.SmartCard.<start>
--- message finished
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.service.SmartCard
[DEBUG    ] opencard.core.service.CardServiceRegistry.getSmartCard
--- message CTEvent opencard.core.event.CardTerminalEvent[source=com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminal@1e1df6e
+ name Gemplus USB Smart Card Reader 0
+ type PCSC10
+ addr ]
---source com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminal@1e1df6e
+ name Gemplus USB Smart Card Reader 0
+ type PCSC10
+ addr
---id 1
card inserted in slot 0
terminal com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminal@1e1df6e
+ name Gemplus USB Smart Card Reader 0
+ type PCSC10
+ addr
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceRegistry@1f2ae62++ registered factory [email protected]c68b6f
++ registered factory com.ibm.opencard.factory.MFCCardServiceFactory@103368e
++ registered factory opencard.opt.util.PassThruCardServiceFactory@94cc7
++ registered factory [email protected]fa0f0
[DEBUG    ] com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminal.openSlotChannel
--- message for slot #0
--- thread Thread[AWT-EventQueue-0,6,main]
--- source com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminal@1e1df6e
+ name Gemplus USB Smart Card Reader 0
+ type PCSC10
+ addr
[DEBUG    ] com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminal.openSlotChannel
--- message new SlotChannel is opencard.core.terminal.SlotChannel@182815a
+ state open
--- thread Thread[AWT-EventQueue-0,6,main]
--- source com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminal@1e1df6e
+ name Gemplus USB Smart Card Reader 0
+ type PCSC10
+ addr
[DEBUG    ] opencard.core.service.CardServiceRegistry.allocateCardServiceScheduler
--- message instantiating CardServiceScheduler
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceRegistry@1f2ae62++ registered factory [email protected]c68b6f
++ registered factory com.ibm.opencard.factory.MFCCardServiceFactory@103368e
++ registered factory opencard.opt.util.PassThruCardServiceFactory@94cc7
++ registered factory [email protected]fa0f0
[DEBUG    ] opencard.core.service.CardServiceScheduler.<init>
--- message slotChannel opencard.core.terminal.SlotChannel@182815a
+ state open
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.service.CardServiceScheduler
[DEBUG    ] opencard.core.service.CardChannel.<init>
--- message (opencard.core.terminal.SlotChannel@182815a
+ state open)
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.service.CardChannel
[DEBUG    ] opencard.core.service.CardServiceRegistry.getSmartCard
--- message using CardServiceScheduler opencard.core.service.CardServiceScheduler@4ab8b9, is alive
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceRegistry@1f2ae62++ registered factory [email protected]c68b6f
++ registered factory com.ibm.opencard.factory.MFCCardServiceFactory@103368e
++ registered factory opencard.opt.util.PassThruCardServiceFactory@94cc7
++ registered factory [email protected]fa0f0
[DEBUG    ] opencard.core.service.CardServiceScheduler.createSmartCard
--- message creating SmartCard
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceScheduler@4ab8b9, is alive
[DEBUG    ] opencard.core.service.SmartCard.<init>
--- message scheduler opencard.core.service.CardServiceScheduler@4ab8b9, is alive, cid opencard.core.terminal.CardID@1a5ba75 ATR: 3B 7D 94 00 00 80 31 80 65 B0 83 01 02 90 83 00
90 00
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.service.SmartCard
[DEBUG    ] opencard.core.service.SmartCard.getCardService
--- message (class br.com.neac.petrobras.medidorgas.process.NastekCardProxy)
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.SmartCard@fb7efa
[DEBUG    ] opencard.core.service.CardServiceRegistry.getCardServiceInstance
--- message for class br.com.neac.petrobras.medidorgas.process.NastekCardProxy from opencard.core.service.SmartCard@fb7efa
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceRegistry@1f2ae62++ registered factory [email protected]c68b6f
++ registered factory com.ibm.opencard.factory.MFCCardServiceFactory@103368e
++ registered factory opencard.opt.util.PassThruCardServiceFactory@94cc7
++ registered factory [email protected]fa0f0
[DEBUG    ] opencard.core.service.CardServiceRegistry.getCardServiceInstance
--- message checking [email protected]c68b6f
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceRegistry@1f2ae62++ registered factory [email protected]c68b6f
++ registered factory com.ibm.opencard.factory.MFCCardServiceFactory@103368e
++ registered factory opencard.opt.util.PassThruCardServiceFactory@94cc7
++ registered factory [email protected]fa0f0
[DEBUG    ] opencard.core.service.CardService.<init>
--- message default constructor of br.com.neac.petrobras.medidorgas.process.NastekCardProxy@8f57a
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.core.service.CardService
[DEBUG    ] opencard.opt.applet.AppletProxy.<init>
--- message (A0 00 00 00 62 03 01 0C 02,opencard.core.service.CardServiceScheduler@4ab8b9, is alive,opencard.core.service.SmartCard@fb7efa,true)
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.opt.applet.AppletProxy
[DEBUG    ] br.com.neac.petrobras.medidorgas.process.NastekCardProxy.initialize
--- message (opencard.core.service.CardServiceScheduler@4ab8b9, is alive,opencard.core.service.SmartCard@fb7efa)
--- thread Thread[AWT-EventQueue-0,6,main]
--- source br.com.neac.petrobras.medidorgas.process.NastekCardProxy@8f57a
[DEBUG    ] opencard.opt.applet.BasicAppletCardService.<init>
--- message (opencard.core.service.CardServiceScheduler@4ab8b9, is alive,opencard.core.service.SmartCard@fb7efa,true)
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.opt.applet.BasicAppletCardService
[DEBUG    ] br.com.neac.petrobras.medidorgas.process.NastekCardProxy.allocateCardChannel
--- message allocating
--- thread Thread[AWT-EventQueue-0,6,main]
--- source br.com.neac.petrobras.medidorgas.process.NastekCardProxy@8f57a
[DEBUG    ] opencard.core.service.CardServiceScheduler.allocateCardChannel
--- message applicant br.com.neac.petrobras.medidorgas.process.NastekCardProxy@8f57a
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceScheduler@4ab8b9, is alive
[DEBUG    ] opencard.core.service.CardChannel.open
--- message opening CardChannel
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardChannel@9bb457, not open, not jammed
BasicAppletCardService - allocated CardChannel()
[DEBUG    ] br.com.neac.petrobras.medidorgas.process.NastekCardProxy.releaseCardChannel
--- message releasing
--- thread Thread[AWT-EventQueue-0,6,main]
--- source br.com.neac.petrobras.medidorgas.process.NastekCardProxy@8f57a
[DEBUG    ] opencard.core.service.CardServiceScheduler.releaseCardChannel
--- message releasing opencard.core.service.CardChannel@9bb457, is open, not jammed
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceScheduler@4ab8b9, is alive
++ channel is allocated
[DEBUG    ] opencard.core.service.CardChannel.close
--- message CardChannel closed
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardChannel@9bb457, not open, not jammed
[DEBUG    ] br.com.neac.petrobras.medidorgas.process.NastekCardProxy.allocateCardChannel
--- message allocating
--- thread Thread[AWT-EventQueue-0,6,main]
--- source br.com.neac.petrobras.medidorgas.process.NastekCardProxy@8f57a
[DEBUG    ] opencard.core.service.CardServiceScheduler.allocateCardChannel
--- message applicant br.com.neac.petrobras.medidorgas.process.NastekCardProxy@8f57a
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceScheduler@4ab8b9, is alive
[DEBUG    ] opencard.core.service.CardChannel.open
--- message opening CardChannel
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardChannel@9bb457, not open, not jammed
[DEBUG    ] br.com.neac.petrobras.medidorgas.process.NastekCardProxy.releaseCardChannel
--- message releasing
--- thread Thread[AWT-EventQueue-0,6,main]
--- source br.com.neac.petrobras.medidorgas.process.NastekCardProxy@8f57a
[DEBUG    ] opencard.core.service.CardServiceScheduler.releaseCardChannel
--- message releasing opencard.core.service.CardChannel@9bb457, is open, not jammed
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceScheduler@4ab8b9, is alive
++ channel is allocated
[DEBUG    ] opencard.core.service.CardChannel.close
--- message CardChannel closed
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardChannel@9bb457, not open, not jammed
[DEBUG    ] opencard.core.service.CardServiceRegistry.getCardServiceInstance
--- message factory [email protected]c68b6f produced br.com.neac.petrobras.medidorgas.process.NastekCardProxy@8f57a
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceRegistry@1f2ae62++ registered factory [email protected]c68b6f
++ registered factory com.ibm.opencard.factory.MFCCardServiceFactory@103368e
++ registered factory opencard.opt.util.PassThruCardServiceFactory@94cc7
++ registered factory [email protected]fa0f0
[DEBUG    ] br.com.neac.petrobras.medidorgas.process.NastekCardProxy.allocateCardChannel
--- message allocating
--- thread Thread[AWT-EventQueue-0,6,main]
--- source br.com.neac.petrobras.medidorgas.process.NastekCardProxy@8f57a
[DEBUG    ] opencard.core.service.CardServiceScheduler.allocateCardChannel
--- message applicant br.com.neac.petrobras.medidorgas.process.NastekCardProxy@8f57a
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceScheduler@4ab8b9, is alive
[DEBUG    ] opencard.core.service.CardChannel.open
--- message opening CardChannel
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardChannel@9bb457, not open, not jammed
[DEBUG    ] opencard.opt.applet.BasicAppletCardService.sendCommandAPDU(channel,...)
--- message sending opencard.core.terminal.CommandAPDU@1d92803
0000: 00 20 00 00 00 05 . ....
to <A0 00 00 00 62 03 01 0C 02>
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.opt.applet.BasicAppletCardService
[DEBUG    ] opencard.opt.applet.BasicAppletCardService.selectApplet
--- message selecting A0 00 00 00 62 03 01 0C 02
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.opt.applet.BasicAppletCardService
[DEBUG    ] opencard.opt.applet.ISOAppletSelector.selectApplet
--- message selecting A0 00 00 00 62 03 01 0C 02
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.opt.applet.ISOAppletSelector
[DEBUG    ] opencard.core.service.CardChannel.sendCommandAPDU
--- message opencard.core.terminal.CommandAPDU@1d206f0
0000: 00 A4 04 00 09 A0 00 00 00 62 03 01 0C 02 00 .........b.....
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardChannel@9bb457, is open, not jammed
[DEBUG    ] opencard.core.service.CardChannel.response:
--- message opencard.core.terminal.ResponseAPDU@1f23f8b
0000: 90 00 ..
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardChannel@9bb457, is open, not jammed
[DEBUG    ] opencard.opt.applet.ISOAppletSelector.selectApplet
--- message Selection response sw = 0x9000
--- thread Thread[AWT-EventQueue-0,6,main]
--- source class opencard.opt.applet.ISOAppletSelector
[DEBUG    ] opencard.core.service.CardChannel.sendCommandAPDU
--- message opencard.core.terminal.CommandAPDU@1d92803
0000: 00 20 00 00 00 05 . ....
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardChannel@9bb457, is open, not jammed
[DEBUG    ] br.com.neac.petrobras.medidorgas.process.NastekCardProxy.releaseCardChannel
--- message releasing
--- thread Thread[AWT-EventQueue-0,6,main]
--- source br.com.neac.petrobras.medidorgas.process.NastekCardProxy@8f57a
[DEBUG    ] opencard.core.service.CardServiceScheduler.releaseCardChannel
--- message releasing opencard.core.service.CardChannel@9bb457, is open, not jammed
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardServiceScheduler@4ab8b9, is alive
++ channel is allocated
[DEBUG    ] opencard.core.service.CardChannel.close
--- message CardChannel closed
--- thread Thread[AWT-EventQueue-0,6,main]
--- source opencard.core.service.CardChannel@9bb457, not open, not jammed
opencard.core.terminal.CardTerminalException: Pcsc10CardTerminal: PCSC Exception in method SCardTransmit: error occurred with SCardTransmit
return code = 00000057
at com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminal.translatePcscException(Pcsc10CardTerminal.java:502)

Similar Messages

  • Values of return code when using dba_audit_session

    Is there anywhere I can look up the possible values for return code when using dba_audit_session?
    I am generating a report over the data and have so far only been able to provide the returncode and whether the username exists (ie username or "other" error)
    Thanks
    (using 9i)

    So far I have fathomed out:
    Return code: 0 everything OK
    Return code: 1017 wrong username or password
    Return code: 28000 locked account
    Return code: 28001 expired account

  • Been trying to use an external memory card reader with my macbook air- connecting via usb port, air does not recognize device nor the microSD card from my gopro - help

    Been trying to use an external memory card reader with my macbook air… connecting via usb port, air does not recognize device nor the microSD card from my gopro … help

    Some external ones do not work with the Mac's although most do. There are some driver compadibility issues with Mavericks, so I would wait for an update.

  • Return Code value using 'starting new task' and 'wait until'

    I'm having a minor issue with some return code values in my ABAP.
    This is what part of it used to look like before I modified it:
    With Code in version 1, the sy-subrc was not always zero, sometimes it would be 4.
    That was fine, and my abap would do something based on the non-zero RC.
    had a need to implement an RFC timeout, the only way I could see to do it was to use 'starting new task' etc as seen in Version 2.
    However, with my changes, sy-subrc is always zero.
    The ABAP runs fine but I know that sy-subrc should sometimes be 4, even when it returns within the allotted 60 seconds.
    Maybe I've coded it incorrectly.
    Can someone point me in the right direction?
    #>> Start of VERSION 1
      call function 'MY_FUNCTION_MODULE'
           destination RFCDEST
           tables
                orders_list          = t_orders_packet
                apo_orders_list      = t_apo_orders
                apo_resources        = t_apo_resources
           exceptions
                COMMUNICATION_FAILURE    = 1 MESSAGE MSG_TEXT
                SYSTEM_FAILURE           = 2 MESSAGE MSG_TEXT
                NO_ORDERS_SUPPLIED       = 3
                NO_PEGGED_ORDERS_FOUND   = 4
                ORDERID_CONVERSION_ERROR = 5
                OTHERS                   = 6.
    if sy-subrc is initial.
      * do some stuff as RC was 0
    else.
    * log non-zero return code etc
    endif.
    * << End of Version 1

    And now Version 2.
    I didn't put this into the 1st post as the formatting goes bonkers.
    #>> Start of VERSION 2
      call function 'MY_FUNCTION_MODULE'
           destination RFCDEST
           starting new task 'taskname'
           performing receive_result on end of task
           tables
                orders_list          = t_orders_packet
                apo_orders_list      = t_apo_orders
                apo_resources        = t_apo_resources
           exceptions
                COMMUNICATION_FAILURE    = 1 MESSAGE MSG_TEXT
                SYSTEM_FAILURE           = 2 MESSAGE MSG_TEXT
                NO_ORDERS_SUPPLIED       = 3
                NO_PEGGED_ORDERS_FOUND   = 4
                ORDERID_CONVERSION_ERROR = 5
                OTHERS                   = 6.
      WAIT UNTIL results_received = 'X' UP TO 60 SECONDS.
    if sy-subrc is initial.   << Now this is always ZERO
      * do some stuff as RC was 0
    else.
    * log non-zero return code etc
    endif.
    FORM receive_result USING iv_taskname.
      RECEIVE RESULTS FROM FUNCTION 'MY_FUNCTION_MODULE'
           tables
                orders_list          = t_orders_packet
                apo_orders_list      = t_apo_orders
                apo_resources        = t_apo_resources
           exceptions
                COMMUNICATION_FAILURE    = 1 MESSAGE MSG_TEXT
                SYSTEM_FAILURE           = 2 MESSAGE MSG_TEXT
                NO_ORDERS_SUPPLIED       = 3
                NO_PEGGED_ORDERS_FOUND   = 4
                ORDERID_CONVERSION_ERROR = 5
                OTHERS                   = 6.
      results_received = 'X'.
    endform.                    "receive_result
    * < End of Version 2

  • Does LV Code developed using NI-CAN driver softare works with other NI modules using NI-XNET ??

    Hello,
    I have developed LV software using NI-CAN driver software for my PCI CAN/2 series card and the software works perfectly. I would like to know that can I use the same LV program without modifying it with other NI CAN module (i.e. NI 9862) which uses NI-XNET platform ????
    thanks in advance.
    regards,
    swap

    For existing NI-CAN applications to work, both NI-XNET and NI-CAN drivers must be installed. The NI-XNET installation package contains all of the necessary components for the compatibility library to function. The compatibility library translates / maps a NI-CAN function call into the equivalent NI-XNET call or property.
    While the NI-XNET compatibility library for NI-CAN (NI-XCL) strives to ensure basic functionality, you cannot always completely map the library from NI-CAN to NI-XNET because of either hardware-specific features or core differences in the NI-XNET platform.
    In general we do expect that you can run you NI-.CAN code as is on NI-XNET hardware.  Just  some functions may be incompatible or need workarounds. For a complete table, see the NI-CAN Hardware and Software Manual for Version 2.7 or later. 

  • How do you effectively use if,for, type loops in TestStand. Do you have to use the goto command or is there a way of writing actual c type code (perhaps using the statement step in teststand) with the variables allready declared.

    Thank you
    Arik

    I assume your loop is more than just one step. You should use the 'Loop Options' for a single step.
    For looping on a group of steps, you can place them all in a sub sequence and then set the 'Loop Options' for the 'SequenceCall' step to set up your looping conditions. Pass values to and from the sub-sequence by Parameters.
    You can keep the loop inline with the rest of your sequence by using 'Goto' or using 'Goto destination' in the Post Actions tab of the condition step.
    Using a sub sequence will keep it easier to read and maintain.

  • How to use common access card (CAC) reader with Mozilla Firefox?

    Please provide information on how to update Mozilla Firefox settings to allow common access card (CAC) reader digital certificates, thank you.

    Try this thread:
    * [/questions/752709] Having problems configuring FireFox to use a CAC reader

  • HTTP Return Code Checking on ACE

    Hey there.
    I have a question regarding return code checking for a serverfarm on ACE. I am looking to have the ability to monitor a client's session real-time and monitor return codes passing back from the origin servers to the client.
    For example, if during a client's session there is a single HTTP 500 error code sent from server to client, the intercept that response and first retry the request on a different server in the farm. Or perhaps only if I see three 500 error codes in 30 seconds. Something like that.
    From what I can tell from the docs the retcode check command for a serverfarm is maybe only for statistical purposes?
    Thanks for any help.
    /ahuffer/

    In ACE return codes checking is only used to count number of return codes from Rservers. Unlike CSMs (where return codes were used for inband health monitoring) ACE is not using them for load balancing or inband health
    monitoring. Once you enable return code checking and counting you can then display the return code statistics per serverfarm
    for example
    serverfarm host serverfarm1
    retcode 200 499 check count
    rserver real1
    inservice
    rserver real2
    inservice
    show serverfarm serverfarm1 retcode
    serverfarm : serverfarm1
    rserver : real1
    np : 1
    return code action total count
    +------------+--------+------------+
    200 count 100
    201 count 0
    202 count 0
    203 count 0
    204 count 0
    205 count 0
    206 count 0
    498 count 0
    499 count 0
    Syed

  • ERP2005 SPS10 Return code 8 during TESTIMPORT

    Good day,
    I am having an issue whilst trying to import ERP2005 Support Stack 10. Sorry, not sure whether this is the correct place for this message?
    During the TESTIMPORT phase I am getting return code 8 for import of the following packages with error:
    SAPKE60017 (SAP_HR) - R3TRPROGMP002700 is in repair status, therefore cannot be imported.
    SAPKH60008,09,10 (SAP_APPL) - R3TRFUGRF040 is in repair status, therefore cannot be imported.
    SAPKB70011 and 12 (SAP_BASIS) - R3TRFUGRSZA1 is in repair status, therefore cannot be imported.
    Procedure is to release the relevant repair and repeat the  import.
    Some errors I know can ignore according to note 822379 but I can't find any material relating to above anywhere. Also, I have asked developers to check to find requests with above objects and release them but they have no luck ?
    Using kernel 700.102 as recommended with MaxDB 7.6.3.007 running on SLES9 SP3.
    Any help much appreciated.
    Thanks,
    Nelis
    Message was edited by:
            Nelis Lamprecht

    Refer to note9949. Seems even though the requests were released these objects were still flagged as being in a repair status. Re-setting this flag corrects the problem.
    Thanks

  • 2504 WLC HA sku Using N+1 -- What code to use?

    Just need a little direction please, could anyone tell me if N+1 is supported in 7.4.121 code using the 2504 HA sku WLC? I am finding some conflicting information on Cisco docs and forums. If not, what would be the most stable code to use that would support N+1 with the 2504 HA sku?

    Hello Britain , Starting with Release 7.4, the -HA SKU can be used in N+1 mode. After 90 days, a daily reminder about reconnecting the primary controller will be sent to the network administrator.

  • Execution of BRARCHIVE finished within return code 3

    Yesterday i scheduled a backup shcedule through db13 t.code ( whole databse online + redo log backup ). When i have seen the return code in detail log it says " 0001 sucess with warnings ". in detail log also i have seen
    BR0053I : BRBACKUP completed suxcessfully with warnings
    BR0292I : Executrion of BRARCHIVE finsihed with return code 3. External programme terminated with exit code 1.
    BRBACKUP returend code error status E.
    Job finished.
    When i go and check in db14 t.code i cannot find any log file for BRARCHIVE.
    Kindly please some guide where iam missing

    Please check this :
    BR0051I BRBACKUP 7.00 (24)
    BR0055I Start of database backup: bdybdkiw.and 2008-06-02 20.00.46
    BR0484I BRBACKUP log file: G:\oracle\DEV\sapbackup\bdybdkiw.and
    BR0049W Last BRBACKUP run was probably killed
    BR0477I Oracle pfile E:\oracle\DEV\102\database\initDEV.ora created from spfile E:\oracle\DEV\102\database\spfileDEV.ora
    BR0280I BRBACKUP time stamp: 2008-06-02 20.00.49
    BR0319I Control file copy created: G:\oracle\DEV\sapbackup\CNTRLDEV.DBF 12795904
    BR0101I Parameters
    Name                           Value
    oracle_sid                     DEV
    oracle_home                    E:\oracle\DEV\102
    oracle_profile                 E:\oracle\DEV\102\database\initDEV.ora
    sapdata_home                   G:\oracle\DEV
    sap_profile                    E:\oracle\DEV\102\database\initDEV.sap
    backup_mode                    ALL
    backup_type                    online
    backup_dev_type                disk
    backup_root_dir                F:\sapbackup
    compress                       yes
    compress_cmd                   E:\usr\sap\DEV\SYS\exe\uc\NTI386\mkszip -c $ > $
    exec_parallel                  0
    system_info                    SAPServiceDEV KANCORDEV Windows 5.2 Build 3790 Service Pack 1 Intel
    oracle_info                    DEV 10.2.0.2.0 8192 1269 24643061 KANCORDEV UTF8 UTF8
    sap_info                       700 SAPSR3 DEV C0856210747 R3_ORA 0020302989
    make_info                      NTintel OCI_10201_SHARE Apr 26 2007
    command_line                   brbackup -u / -jid ALLOG20080602200000 -c force -t online -m all -p initDEV.sap -v REVDISK -a -c force -p initDEV.sap -cds
    BR0116I ARCHIVE LOG LIST before backup for database instance DEV
    Parameter                      Value
    Database log mode              Archive Mode
    Automatic archival             Enabled
    Archive destination            G:\oracle\DEV\oraarch\DEVarch
    Archive format                 ARC%S_%R.%T
    Oldest online log sequence     1266
    Next log sequence to archive   1269
    Current log sequence           1269             SCN: 24643061
    Database block size            8192             Thread: 1
    Current system change number   24659133         ResetId: 651243445
    BR0118I Tablespaces and data files
    Tablespace     TS-Status  F-Status  File                                                       Size   Id.     Device  Link    Type       MaxSize     IncrSize  BlkSize
    PSAPSR3        ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA1\SR3_1\SR3.DATA1               2097160192    4           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA1\SR3_2\SR3.DATA2               2097160192    5           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA1\SR3_3\SR3.DATA3               2097160192    6           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA1\SR3_4\SR3.DATA4               2097160192    7           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA1\SR3_5\SR3.DATA5               2097160192    8           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA2\SR3_10\SR3.DATA10             2097160192   13           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA2\SR3_6\SR3.DATA6               2097160192    9           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA2\SR3_7\SR3.DATA7               2097160192   10           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA2\SR3_8\SR3.DATA8               2097160192   11           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA2\SR3_9\SR3.DATA9               2097160192   12           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA3\SR3_11\SR3.DATA11             2097160192   14           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA3\SR3_12\SR3.DATA12             2097160192   15           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA3\SR3_13\SR3.DATA13             2097160192   16           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA3\SR3_14\SR3.DATA14             2097160192   17           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA3\SR3_15\SR3.DATA15             2097160192   18           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA4\SR3_16\SR3.DATA16             2097160192   19           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA4\SR3_17\SR3.DATA17             2097160192   20           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA4\SR3_18\SR3.DATA18             2097160192   21           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA4\SR3_19\SR3.DATA19             2097160192   22           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA4\SR3_20\SR3.DATA20             2097160192   23           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA1\SR3700_1\SR3700.DATA1         2537562112   24           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA1\SR3700_2\SR3700.DATA2         2621448192   25           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA1\SR3700_3\SR3700.DATA3         2600476672   26           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA1\SR3700_4\SR3700.DATA4         2642419712   27           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA2\SR3700_5\SR3700.DATA5         2663391232   28           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA2\SR3700_6\SR3700.DATA6         2558533632   29           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA2\SR3700_7\SR3700.DATA7         2579505152   30           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA2\SR3700_8\SR3700.DATA8         2495619072   31           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA3\SR3700_10\SR3700.DATA10       2453676032   33           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA3\SR3700_11\SR3700.DATA11       2453676032   34           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA3\SR3700_12\SR3700.DATA12       2516590592   35           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA3\SR3700_9\SR3700.DATA9         2474647552   32           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA4\SR3700_13\SR3700.DATA13       2516590592   36           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA4\SR3700_14\SR3700.DATA14       2453676032   37           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA4\SR3700_15\SR3700.DATA15       2474647552   38           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA4\SR3700_16\SR3700.DATA16       2579505152   39           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3DB      ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA4\SR3DB_1\SR3DB.DATA1           2097160192   41           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3DB      ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA4\SR3DB_2\SR3DB.DATA2           2097160192   42           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3DB      ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA4\SR3DB_3\SR3DB.DATA3           1048584192   43           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3USR     ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA1\SR3USR_1\SR3USR.DATA1           20979712   40           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPTEMP       ONLINE#    ONLINE+   E:\ORACLE\DEV\SAPDATA2\TEMP_1\TEMP.DATA1             2097160192   -1           4  NOLINK  FILE   10485760000     20971520     8192
    PSAPUNDO       ONLINE-    ONLINE+   E:\ORACLE\DEV\SAPDATA3\UNDO_1\UNDO.DATA1             4823457792    2           4  NOLINK  FILE   10485760000     20971520     8192
    SYSAUX         ONLINE*    ONLINE+   E:\ORACLE\DEV\SAPDATA1\SYSAUX_1\SYSAUX.DATA1          230694912    3           4  NOLINK  FILE   10485760000     20971520     8192
    SYSTEM         ONLINE*    SYSTEM+   E:\ORACLE\DEV\SAPDATA1\SYSTEM_1\SYSTEM.DATA1          859840512    1           4  NOLINK  FILE   10485760000     20971520     8192
    BR0119I Redo log files
    File                                                Size  Group     Device  Status    Link    Type
    F:\ORACLE\DEV\ORIGLOGA\LOG_G11M1.DBF            52429312    1            5  INUSE     NOLINK  FILE
    F:\ORACLE\DEV\MIRRLOGA\LOG_G11M2.DBF            52429312    1            5  INUSE     NOLINK  FILE
    F:\ORACLE\DEV\ORIGLOGB\LOG_G12M1.DBF            52429312    2            5  INUSE     NOLINK  FILE
    F:\ORACLE\DEV\MIRRLOGB\LOG_G12M2.DBF            52429312    2            5  INUSE     NOLINK  FILE
    F:\ORACLE\DEV\ORIGLOGA\LOG_G13M1.DBF            52429312    3            5  INUSE     NOLINK  FILE
    F:\ORACLE\DEV\MIRRLOGA\LOG_G13M2.DBF            52429312    3            5  INUSE     NOLINK  FILE
    F:\ORACLE\DEV\ORIGLOGB\LOG_G14M1.DBF            52429312    4            5  STALE     NOLINK  FILE
    F:\ORACLE\DEV\MIRRLOGB\LOG_G14M2.DBF            52429312    4            5  STALE     NOLINK  FILE
    BR0120I Control files
    File                                                Size   Id.      Device  Link    Type
    F:\oracle\DEV\origlogA\cntrl\cntlrDEV.dbf       12795904    0            5  NOLINK  FILE
    F:\oracle\DEV\origlogB\cntrl\cntrlDEV.dbf       12795904    0            5  NOLINK  FILE
    G:\oracle\DEV\sapdata1\cntrl\cntrlDEV.dbf       12795904    0            6  NOLINK  FILE
    BR0616I Tablespaces in table TSORA for SAP owner SAPSR3:
    PSAPSR3, PSAPSR3700, PSAPSR3USR
    BR0280I BRBACKUP time stamp: 2008-06-02 20.00.49
    BR0057I Backup of database: DEV
    BR0058I BRBACKUP action ID: bdybdkiw
    BR0059I BRBACKUP function ID: and
    BR0110I Backup mode: ALL
    BR0077I Database file for backup: G:\oracle\DEV\sapbackup\CNTRLDEV.DBF
    BR0061I 44 files found for backup, total size 89412.539 MB
    BR0143I Backup type: online
    BR0111I Files will be compressed
    BR0130I Backup device type: disk
    BR0106I Files will be saved on disk in directory: F:\sapbackup\bdybdkiw
    BR0289I BRARCHIVE will be started at the end of processing
    BR0134I Unattended mode with 'force' active - no operator confirmation allowed
    BR0370I Directory F:\sapbackup\bdybdkiw created
    BR0370I Directory F:\sapbackup\DEV created
    BR0202I Saving init_ora
    BR0203I to F:\sapbackup\DEV ...
    BR0202I Saving E:\oracle\DEV\102\database\initDEV.sap
    BR0203I to F:\sapbackup\DEV ...
    BR0280I BRBACKUP time stamp: 2008-06-02 20.00.50
    BR0198I Profiles saved successfully
    BR0280I BRBACKUP time stamp: 2008-06-02 20.00.51
    BR0315I 'Alter tablespace PSAPSR3 begin backup' successful
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA1\SR3_1\SR3.DATA1
    BR0203I to F:\sapbackup\bdybdkiw\SR3.DATA1.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA1\SR3_1\SR3.DATA1
    #SAVED.... F:\sapbackup\bdybdkiw\SR3.DATA1.Z  #1/1  10.3531:1  202564004
    BR0280I BRBACKUP time stamp: 2008-06-02 20.03.12
    BR0063I 1 of 44 files processed - 2000.008 MB of 89412.539 MB done
    BR0204I Percentage done: 2.24%, estimated end time: 21:47
    BR0001I *_________________________________________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA1\SR3_2\SR3.DATA2
    BR0203I to F:\sapbackup\bdybdkiw\SR3.DATA2.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA1\SR3_2\SR3.DATA2
    #SAVED.... F:\sapbackup\bdybdkiw\SR3.DATA2.Z  #1/2  10.2099:1  205404224
    BR0280I BRBACKUP time stamp: 2008-06-02 20.05.36
    BR0063I 2 of 44 files processed - 4000.016 MB of 89412.539 MB done
    BR0204I Percentage done: 4.47%, estimated end time: 21:47
    BR0001I **________________________________________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA1\SR3_3\SR3.DATA3
    BR0203I to F:\sapbackup\bdybdkiw\SR3.DATA3.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA1\SR3_3\SR3.DATA3
    #SAVED.... F:\sapbackup\bdybdkiw\SR3.DATA3.Z  #1/3  9.6758:1  216742776
    BR0280I BRBACKUP time stamp: 2008-06-02 20.07.58
    BR0063I 3 of 44 files processed - 6000.023 MB of 89412.539 MB done
    BR0204I Percentage done: 6.71%, estimated end time: 21:47
    BR0001I ***_______________________________________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA1\SR3_4\SR3.DATA4
    BR0203I to F:\sapbackup\bdybdkiw\SR3.DATA4.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA1\SR3_4\SR3.DATA4
    #SAVED.... F:\sapbackup\bdybdkiw\SR3.DATA4.Z  #1/4  10.0364:1  208955733
    BR0280I BRBACKUP time stamp: 2008-06-02 20.10.17
    BR0063I 4 of 44 files processed - 8000.031 MB of 89412.539 MB done
    BR0204I Percentage done: 8.95%, estimated end time: 21:46
    BR0001I ****______________________________________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA1\SR3_5\SR3.DATA5
    BR0203I to F:\sapbackup\bdybdkiw\SR3.DATA5.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA1\SR3_5\SR3.DATA5
    #SAVED.... F:\sapbackup\bdybdkiw\SR3.DATA5.Z  #1/5  7.7955:1  269022046
    BR0280I BRBACKUP time stamp: 2008-06-02 20.12.49
    BR0063I 5 of 44 files processed - 10000.039 MB of 89412.539 MB done
    BR0204I Percentage done: 11.18%, estimated end time: 21:48
    BR0001I ******____________________________________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA2\SR3_10\SR3.DATA10
    BR0203I to F:\sapbackup\bdybdkiw\SR3.DATA10.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA2\SR3_10\SR3.DATA10
    #SAVED.... F:\sapbackup\bdybdkiw\SR3.DATA10.Z  #1/6  15.3040:1  137033752
    BR0280I BRBACKUP time stamp: 2008-06-02 20.14.38
    BR0063I 6 of 44 files processed - 12000.047 MB of 89412.539 MB done
    BR0204I Percentage done: 13.42%, estimated end time: 21:43
    BR0001I *******___________________________________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA2\SR3_6\SR3.DATA6
    BR0203I to F:\sapbackup\bdybdkiw\SR3.DATA6.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA2\SR3_6\SR3.DATA6
    #SAVED.... F:\sapbackup\bdybdkiw\SR3.DATA6.Z  #1/7  9.0173:1  232570816
    BR0280I BRBACKUP time stamp: 2008-06-02 20.17.30
    BR0063I 7 of 44 files processed - 14000.055 MB of 89412.539 MB done
    BR0204I Percentage done: 15.66%, estimated end time: 21:47
    BR0001I ********__________________________________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA2\SR3_7\SR3.DATA7
    BR0203I to F:\sapbackup\bdybdkiw\SR3.DATA7.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA2\SR3_7\SR3.DATA7
    #SAVED.... F:\sapbackup\bdybdkiw\SR3.DATA7.Z  #1/8  10.9899:1  190826521
    BR0280I BRBACKUP time stamp: 2008-06-02 20.19.33
    BR0063I 8 of 44 files processed - 16000.063 MB of 89412.539 MB done
    BR0204I Percentage done: 17.89%, estimated end time: 21:45
    BR0001I *********_________________________________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA2\SR3_8\SR3.DATA8
    BR0203I to F:\sapbackup\bdybdkiw\SR3.DATA8.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA2\SR3_8\SR3.DATA8
    #SAVED.... F:\sapbackup\bdybdkiw\SR3.DATA8.Z  #1/9  13.3569:1  157009415
    BR0280I BRBACKUP time stamp: 2008-06-02 20.21.31
    BR0063I 9 of 44 files processed - 18000.070 MB of 89412.539 MB done
    BR0204I Percentage done: 20.13%, estimated end time: 21:43
    BR0001I **********________________________________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA2\SR3_9\SR3.DATA9
    BR0203I to F:\sapbackup\bdybdkiw\SR3.DATA9.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA2\SR3_9\SR3.DATA9
    #SAVED.... F:\sapbackup\bdybdkiw\SR3.DATA9.Z  #1/10  13.6790:1  153312247
    BR0280I BRBACKUP time stamp: 2008-06-02 20.23.24
    BR0063I 10 of 44 files processed - 20000.078 MB of 89412.539 MB done
    BR0204I Percentage done: 22.37%, estimated end time: 21:41
    BR0001I ***********_______________________________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA3\SR3_11\SR3.DATA11
    BR0203I to F:\sapbackup\bdybdkiw\SR3.DATA11.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA3\SR3_11\SR3.DATA11
    #SAVED.... F:\sapbackup\bdybdkiw\SR3.DATA11.Z  #1/11  16.9096:1  124021522
    BR0280I BRBACKUP time stamp: 2008-06-02 20.25.09
    BR0063I 11 of 44 files processed - 22000.086 MB of 89412.539 MB done
    BR0204I Percentage done: 24.61%, estimated end time: 21:39
    BR0001I ************______________________________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA3\SR3_12\SR3.DATA12
    BR0203I to F:\sapbackup\bdybdkiw\SR3.DATA12.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA3\SR3_12\SR3.DATA12
    #SAVED.... F:\sapbackup\bdybdkiw\SR3.DATA12.Z  #1/12  17.4115:1  120446755
    BR0280I BRBACKUP time stamp: 2008-06-02 20.26.53
    BR0063I 12 of 44 files processed - 24000.094 MB of 89412.539 MB done
    BR0204I Percentage done: 26.84%, estimated end time: 21:37
    BR0001I *************_____________________________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA3\SR3_13\SR3.DATA13
    BR0203I to F:\sapbackup\bdybdkiw\SR3.DATA13.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA3\SR3_13\SR3.DATA13
    #SAVED.... F:\sapbackup\bdybdkiw\SR3.DATA13.Z  #1/13  18.1166:1  115759336
    BR0280I BRBACKUP time stamp: 2008-06-02 20.28.55
    BR0063I 13 of 44 files processed - 26000.102 MB of 89412.539 MB done
    BR0204I Percentage done: 29.08%, estimated end time: 21:37
    BR0001I ***************___________________________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA3\SR3_14\SR3.DATA14
    BR0203I to F:\sapbackup\bdybdkiw\SR3.DATA14.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA3\SR3_14\SR3.DATA14
    #SAVED.... F:\sapbackup\bdybdkiw\SR3.DATA14.Z  #1/14  19.4826:1  107642516
    BR0280I BRBACKUP time stamp: 2008-06-02 20.30.37
    BR0063I 14 of 44 files processed - 28000.109 MB of 89412.539 MB done
    BR0204I Percentage done: 31.32%, estimated end time: 21:35
    BR0001I ****************__________________________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA3\SR3_15\SR3.DATA15
    BR0203I to F:\sapbackup\bdybdkiw\SR3.DATA15.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA3\SR3_15\SR3.DATA15
    #SAVED.... F:\sapbackup\bdybdkiw\SR3.DATA15.Z  #1/15  20.1801:1  103921935
    BR0280I BRBACKUP time stamp: 2008-06-02 20.32.19
    BR0063I 15 of 44 files processed - 30000.117 MB of 89412.539 MB done
    BR0204I Percentage done: 33.55%, estimated end time: 21:34
    BR0001I *****************_________________________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA4\SR3_16\SR3.DATA16
    BR0203I to F:\sapbackup\bdybdkiw\SR3.DATA16.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA4\SR3_16\SR3.DATA16
    #SAVED.... F:\sapbackup\bdybdkiw\SR3.DATA16.Z  #1/16  12.7866:1  164012006
    BR0280I BRBACKUP time stamp: 2008-06-02 20.34.32
    BR0063I 16 of 44 files processed - 32000.125 MB of 89412.539 MB done
    BR0204I Percentage done: 35.79%, estimated end time: 21:35
    BR0001I ******************________________________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA4\SR3_17\SR3.DATA17
    BR0203I to F:\sapbackup\bdybdkiw\SR3.DATA17.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA4\SR3_17\SR3.DATA17
    #SAVED.... F:\sapbackup\bdybdkiw\SR3.DATA17.Z  #1/17  11.8028:1  177683485
    BR0280I BRBACKUP time stamp: 2008-06-02 20.36.50
    BR0063I 17 of 44 files processed - 34000.133 MB of 89412.539 MB done
    BR0204I Percentage done: 38.03%, estimated end time: 21:35
    BR0001I *******************_______________________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA4\SR3_18\SR3.DATA18
    BR0203I to F:\sapbackup\bdybdkiw\SR3.DATA18.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA4\SR3_18\SR3.DATA18
    #SAVED.... F:\sapbackup\bdybdkiw\SR3.DATA18.Z  #1/18  10.9051:1  192310817
    BR0280I BRBACKUP time stamp: 2008-06-02 20.39.06
    BR0063I 18 of 44 files processed - 36000.141 MB of 89412.539 MB done
    BR0204I Percentage done: 40.26%, estimated end time: 21:35
    BR0001I ********************______________________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA4\SR3_19\SR3.DATA19
    BR0203I to F:\sapbackup\bdybdkiw\SR3.DATA19.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA4\SR3_19\SR3.DATA19
    #SAVED.... F:\sapbackup\bdybdkiw\SR3.DATA19.Z  #1/19  11.0499:1  189789723
    BR0280I BRBACKUP time stamp: 2008-06-02 20.41.23
    BR0063I 19 of 44 files processed - 38000.148 MB of 89412.539 MB done
    BR0204I Percentage done: 42.50%, estimated end time: 21:36
    BR0001I *********************_____________________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA4\SR3_20\SR3.DATA20
    BR0203I to F:\sapbackup\bdybdkiw\SR3.DATA20.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA4\SR3_20\SR3.DATA20
    #SAVED.... F:\sapbackup\bdybdkiw\SR3.DATA20.Z  #1/20  10.8928:1  192527282
    BR0280I BRBACKUP time stamp: 2008-06-02 20.43.43
    BR0063I 20 of 44 files processed - 40000.156 MB of 89412.539 MB done
    BR0204I Percentage done: 44.74%, estimated end time: 21:36
    BR0001I **********************____________________________
    BR0280I BRBACKUP time stamp: 2008-06-02 20.43.46
    BR0317I 'Alter tablespace PSAPSR3 end backup' successful
    BR0280I BRBACKUP time stamp: 2008-06-02 20.43.47
    BR0315I 'Alter tablespace PSAPSR3700 begin backup' successful
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA1\SR3700_1\SR3700.DATA1
    BR0203I to F:\sapbackup\bdybdkiw\SR3700.DATA1.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA1\SR3700_1\SR3700.DATA1
    #SAVED.... F:\sapbackup\bdybdkiw\SR3700.DATA1.Z  #1/21  4.9005:1  517815386
    BR0280I BRBACKUP time stamp: 2008-06-02 20.47.13
    BR0063I 21 of 44 files processed - 42420.164 MB of 89412.539 MB done
    BR0204I Percentage done: 47.44%, estimated end time: 21:38
    BR0001I ************************__________________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA1\SR3700_2\SR3700.DATA2
    BR0203I to F:\sapbackup\bdybdkiw\SR3700.DATA2.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA1\SR3700_2\SR3700.DATA2
    #SAVED.... F:\sapbackup\bdybdkiw\SR3700.DATA2.Z  #1/22  4.8131:1  544645110
    BR0280I BRBACKUP time stamp: 2008-06-02 20.50.50
    BR0063I 22 of 44 files processed - 44920.172 MB of 89412.539 MB done
    BR0204I Percentage done: 50.24%, estimated end time: 21:40
    BR0001I *************************_________________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA1\SR3700_3\SR3700.DATA3
    BR0203I to F:\sapbackup\bdybdkiw\SR3700.DATA3.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA1\SR3700_3\SR3700.DATA3
    #SAVED.... F:\sapbackup\bdybdkiw\SR3700.DATA3.Z  #1/23  5.4307:1  478845890
    BR0280I BRBACKUP time stamp: 2008-06-02 20.55.35
    BR0063I 23 of 44 files processed - 47400.180 MB of 89412.539 MB done
    BR0204I Percentage done: 53.01%, estimated end time: 21:44
    BR0001I ***************************_______________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA1\SR3700_4\SR3700.DATA4
    BR0203I to F:\sapbackup\bdybdkiw\SR3700.DATA4.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA1\SR3700_4\SR3700.DATA4
    #SAVED.... F:\sapbackup\bdybdkiw\SR3700.DATA4.Z  #1/24  5.4783:1  482344308
    BR0280I BRBACKUP time stamp: 2008-06-02 20.59.00
    BR0063I 24 of 44 files processed - 49920.188 MB of 89412.539 MB done
    BR0204I Percentage done: 55.83%, estimated end time: 21:45
    BR0001I ****************************______________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA2\SR3700_5\SR3700.DATA5
    BR0203I to F:\sapbackup\bdybdkiw\SR3700.DATA5.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA2\SR3700_5\SR3700.DATA5
    #SAVED.... F:\sapbackup\bdybdkiw\SR3700.DATA5.Z  #1/25  5.5353:1  481164839
    BR0280I BRBACKUP time stamp: 2008-06-02 21.02.32
    BR0063I 25 of 44 files processed - 52460.195 MB of 89412.539 MB done
    BR0204I Percentage done: 58.67%, estimated end time: 21:46
    BR0001I *****************************_____________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA2\SR3700_6\SR3700.DATA6
    BR0203I to F:\sapbackup\bdybdkiw\SR3700.DATA6.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA2\SR3700_6\SR3700.DATA6
    #SAVED.... F:\sapbackup\bdybdkiw\SR3700.DATA6.Z  #1/26  5.9944:1  426822859
    BR0280I BRBACKUP time stamp: 2008-06-02 21.05.51
    BR0063I 26 of 44 files processed - 54900.203 MB of 89412.539 MB done
    BR0204I Percentage done: 61.40%, estimated end time: 21:46
    BR0001I *******************************___________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA2\SR3700_7\SR3700.DATA7
    BR0203I to F:\sapbackup\bdybdkiw\SR3700.DATA7.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA2\SR3700_7\SR3700.DATA7
    #SAVED.... F:\sapbackup\bdybdkiw\SR3700.DATA7.Z  #1/27  5.7887:1  445608955
    BR0280I BRBACKUP time stamp: 2008-06-02 21.09.18
    BR0063I 27 of 44 files processed - 57360.211 MB of 89412.539 MB done
    BR0204I Percentage done: 64.15%, estimated end time: 21:47
    BR0001I ********************************__________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA2\SR3700_8\SR3700.DATA8
    BR0203I to F:\sapbackup\bdybdkiw\SR3700.DATA8.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA2\SR3700_8\SR3700.DATA8
    #SAVED.... F:\sapbackup\bdybdkiw\SR3700.DATA8.Z  #1/28  5.6559:1  441239364
    BR0280I BRBACKUP time stamp: 2008-06-02 21.12.35
    BR0063I 28 of 44 files processed - 59740.219 MB of 89412.539 MB done
    BR0204I Percentage done: 66.81%, estimated end time: 21:48
    BR0001I *********************************_________________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA3\SR3700_10\SR3700.DATA10
    BR0203I to F:\sapbackup\bdybdkiw\SR3700.DATA10.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA3\SR3700_10\SR3700.DATA10
    #SAVED.... F:\sapbackup\bdybdkiw\SR3700.DATA10.Z  #1/29  5.7984:1  423163300
    BR0280I BRBACKUP time stamp: 2008-06-02 21.16.40
    BR0063I 29 of 44 files processed - 62080.227 MB of 89412.539 MB done
    BR0204I Percentage done: 69.43%, estimated end time: 21:50
    BR0001I ***********************************_______________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA3\SR3700_11\SR3700.DATA11
    BR0203I to F:\sapbackup\bdybdkiw\SR3700.DATA11.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA3\SR3700_11\SR3700.DATA11
    #SAVED.... F:\sapbackup\bdybdkiw\SR3700.DATA11.Z  #1/30  5.7144:1  429386756
    BR0280I BRBACKUP time stamp: 2008-06-02 21.19.56
    BR0063I 30 of 44 files processed - 64420.234 MB of 89412.539 MB done
    BR0204I Percentage done: 72.05%, estimated end time: 21:50
    BR0001I ************************************______________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA3\SR3700_12\SR3700.DATA12
    BR0203I to F:\sapbackup\bdybdkiw\SR3700.DATA12.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA3\SR3700_12\SR3700.DATA12
    #SAVED.... F:\sapbackup\bdybdkiw\SR3700.DATA12.Z  #1/31  5.9114:1  425716657
    BR0280I BRBACKUP time stamp: 2008-06-02 21.23.05
    BR0063I 31 of 44 files processed - 66820.242 MB of 89412.539 MB done
    BR0204I Percentage done: 74.73%, estimated end time: 21:50
    BR0001I *************************************_____________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA3\SR3700_9\SR3700.DATA9
    BR0203I to F:\sapbackup\bdybdkiw\SR3700.DATA9.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA3\SR3700_9\SR3700.DATA9
    #SAVED.... F:\sapbackup\bdybdkiw\SR3700.DATA9.Z  #1/32  6.0238:1  410814683
    BR0280I BRBACKUP time stamp: 2008-06-02 21.26.22
    BR0063I 32 of 44 files processed - 69180.250 MB of 89412.539 MB done
    BR0204I Percentage done: 77.37%, estimated end time: 21:51
    BR0001I ***************************************___________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA4\SR3700_13\SR3700.DATA13
    BR0203I to F:\sapbackup\bdybdkiw\SR3700.DATA13.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA4\SR3700_13\SR3700.DATA13
    #SAVED.... F:\sapbackup\bdybdkiw\SR3700.DATA13.Z  #1/33  6.0273:1  417533472
    BR0280I BRBACKUP time stamp: 2008-06-02 21.29.25
    BR0063I 33 of 44 files processed - 71580.258 MB of 89412.539 MB done
    BR0204I Percentage done: 80.06%, estimated end time: 21:51
    BR0001I ****************************************__________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA4\SR3700_14\SR3700.DATA14
    BR0203I to F:\sapbackup\bdybdkiw\SR3700.DATA14.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA4\SR3700_14\SR3700.DATA14
    #SAVED.... F:\sapbackup\bdybdkiw\SR3700.DATA14.Z  #1/34  6.0503:1  405545143
    BR0280I BRBACKUP time stamp: 2008-06-02 21.32.25
    BR0063I 34 of 44 files processed - 73920.266 MB of 89412.539 MB done
    BR0204I Percentage done: 82.67%, estimated end time: 21:51
    BR0001I *****************************************_________
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA4\SR3700_15\SR3700.DATA15
    BR0203I to F:\sapbackup\bdybdkiw\SR3700.DATA15.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA4\SR3700_15\SR3700.DATA15
    #SAVED.... F:\sapbackup\bdybdkiw\SR3700.DATA15.Z  #1/35  6.0152:1  411398011
    BR0280I BRBACKUP time stamp: 2008-06-02 21.35.23
    BR0063I 35 of 44 files processed - 76280.273 MB of 89412.539 MB done
    BR0204I Percentage done: 85.31%, estimated end time: 21:51
    BR0001I *******************************************_______
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA4\SR3700_16\SR3700.DATA16
    BR0203I to F:\sapbackup\bdybdkiw\SR3700.DATA16.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA4\SR3700_16\SR3700.DATA16
    #SAVED.... F:\sapbackup\bdybdkiw\SR3700.DATA16.Z  #1/36  5.4240:1  475572536
    BR0280I BRBACKUP time stamp: 2008-06-02 21.38.43
    BR0063I 36 of 44 files processed - 78740.281 MB of 89412.539 MB done
    BR0204I Percentage done: 88.06%, estimated end time: 21:51
    BR0001I ********************************************______
    BR0280I BRBACKUP time stamp: 2008-06-02 21.38.44
    BR0317I 'Alter tablespace PSAPSR3700 end backup' successful
    BR0280I BRBACKUP time stamp: 2008-06-02 21.38.44
    BR0315I 'Alter tablespace PSAPSR3DB begin backup' successful
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA4\SR3DB_1\SR3DB.DATA1
    BR0203I to F:\sapbackup\bdybdkiw\SR3DB.DATA1.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA4\SR3DB_1\SR3DB.DATA1
    #SAVED.... F:\sapbackup\bdybdkiw\SR3DB.DATA1.Z  #1/37  9.1768:1  228528364
    BR0280I BRBACKUP time stamp: 2008-06-02 21.40.23
    BR0063I 37 of 44 files processed - 80740.289 MB of 89412.539 MB done
    BR0204I Percentage done: 90.30%, estimated end time: 21:51
    BR0001I *********************************************_____
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA4\SR3DB_2\SR3DB.DATA2
    BR0203I to F:\sapbackup\bdybdkiw\SR3DB.DATA2.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA4\SR3DB_2\SR3DB.DATA2
    #SAVED.... F:\sapbackup\bdybdkiw\SR3DB.DATA2.Z  #1/38  9.4698:1  221456976
    BR0280I BRBACKUP time stamp: 2008-06-02 21.42.01
    BR0063I 38 of 44 files processed - 82740.297 MB of 89412.539 MB done
    BR0204I Percentage done: 92.54%, estimated end time: 21:50
    BR0001I **********************************************____
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA4\SR3DB_3\SR3DB.DATA3
    BR0203I to F:\sapbackup\bdybdkiw\SR3DB.DATA3.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA4\SR3DB_3\SR3DB.DATA3
    #SAVED.... F:\sapbackup\bdybdkiw\SR3DB.DATA3.Z  #1/39  4.5482:1  230546960
    BR0280I BRBACKUP time stamp: 2008-06-02 21.43.05
    BR0063I 39 of 44 files processed - 83740.305 MB of 89412.539 MB done
    BR0204I Percentage done: 93.66%, estimated end time: 21:50
    BR0001I ***********************************************___
    BR0280I BRBACKUP time stamp: 2008-06-02 21.43.06
    BR0317I 'Alter tablespace PSAPSR3DB end backup' successful
    BR0280I BRBACKUP time stamp: 2008-06-02 21.43.06
    BR0315I 'Alter tablespace PSAPSR3USR begin backup' successful
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA1\SR3USR_1\SR3USR.DATA1
    BR0203I to F:\sapbackup\bdybdkiw\SR3USR.DATA1.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA1\SR3USR_1\SR3USR.DATA1
    #SAVED.... F:\sapbackup\bdybdkiw\SR3USR.DATA1.Z  #1/40  243.9530:1  85999
    BR0280I BRBACKUP time stamp: 2008-06-02 21.43.07
    BR0063I 40 of 44 files processed - 83760.313 MB of 89412.539 MB done
    BR0204I Percentage done: 93.68%, estimated end time: 21:50
    BR0001I ***********************************************___
    BR0280I BRBACKUP time stamp: 2008-06-02 21.43.07
    BR0317I 'Alter tablespace PSAPSR3USR end backup' successful
    BR0280I BRBACKUP time stamp: 2008-06-02 21.43.07
    BR0315I 'Alter tablespace PSAPUNDO begin backup' successful
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA3\UNDO_1\UNDO.DATA1
    BR0203I to F:\sapbackup\bdybdkiw\UNDO.DATA1.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA3\UNDO_1\UNDO.DATA1
    #SAVED.... F:\sapbackup\bdybdkiw\UNDO.DATA1.Z  #1/41  4.0266:1  1197897463
    BR0280I BRBACKUP time stamp: 2008-06-02 21.52.59
    BR0063I 41 of 44 files processed - 88360.320 MB of 89412.539 MB done
    BR0204I Percentage done: 98.82%, estimated end time: 21:54
    BR0001I *************************************************_
    BR0280I BRBACKUP time stamp: 2008-06-02 21.52.59
    BR0317I 'Alter tablespace PSAPUNDO end backup' successful
    BR0280I BRBACKUP time stamp: 2008-06-02 21.53.00
    BR0315I 'Alter tablespace SYSAUX begin backup' successful
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA1\SYSAUX_1\SYSAUX.DATA1
    BR0203I to F:\sapbackup\bdybdkiw\SYSAUX.DATA1.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA1\SYSAUX_1\SYSAUX.DATA1
    #SAVED.... F:\sapbackup\bdybdkiw\SYSAUX.DATA1.Z  #1/42  5.3977:1  42739132
    BR0280I BRBACKUP time stamp: 2008-06-02 21.53.20
    BR0063I 42 of 44 files processed - 88580.328 MB of 89412.539 MB done
    BR0204I Percentage done: 99.07%, estimated end time: 21:54
    BR0001I **************************************************
    BR0280I BRBACKUP time stamp: 2008-06-02 21.53.21
    BR0317I 'Alter tablespace SYSAUX end backup' successful
    BR0280I BRBACKUP time stamp: 2008-06-02 21.53.21
    BR0315I 'Alter tablespace SYSTEM begin backup' successful
    BR0201I Compressing E:\ORACLE\DEV\SAPDATA1\SYSTEM_1\SYSTEM.DATA1
    BR0203I to F:\sapbackup\bdybdkiw\SYSTEM.DATA1.Z ...
    #FILE..... E:\ORACLE\DEV\SAPDATA1\SYSTEM_1\SYSTEM.DATA1
    #SAVED.... F:\sapbackup\bdybdkiw\SYSTEM.DATA1.Z  #1/43  4.9032:1  175364209
    BR0280I BRBACKUP time stamp: 2008-06-02 21.54.50
    BR0063I 43 of 44 files processed - 89400.336 MB of 89412.539 MB done
    BR0204I Percentage done: 99.99%, estimated end time: 21:54
    BR0001I **************************************************
    BR0280I BRBACKUP time stamp: 2008-06-02 21.54.50
    BR0317I 'Alter tablespace SYSTEM end backup' successful
    BR0201I Compressing G:\oracle\DEV\sapbackup\CNTRLDEV.DBF
    BR0203I to F:\sapbackup\bdybdkiw\CNTRLDEV.DBF.Z ...
    #FILE..... G:\oracle\DEV\sapbackup\CNTRLDEV.DBF
    #SAVED.... F:\sapbackup\bdybdkiw\CNTRLDEV.DBF.Z  #1/44  215.0789:1  59494
    BR0280I BRBACKUP time stamp: 2008-06-02 21.54.51
    BR0063I 44 of 44 files processed - 89412.539 MB of 89412.539 MB done
    BR0204I Percentage done: 100.00%, estimated end time: 21:54
    BR0001I **************************************************
    BR0280I BRBACKUP time stamp: 2008-06-02 21.54.55
    BR0340I Switching to next online redo log file for database instance DEV ...
    BR0321I Switch to next online redo log file for database instance DEV successful
    BR0117I ARCHIVE LOG LIST after backup for database instance DEV
    Parameter                      Value
    Database log mode              Archive Mode
    Automatic archival             Enabled
    Archive destination            G:\oracle\DEV\oraarch\DEVarch
    Archive format                 ARC%S_%R.%T
    Oldest online log sequence     1267
    Next log sequence to archive   1270
    Current log sequence           1270             SCN: 24662276
    Database block size            8192             Thread: 1
    Current system change number   24662278         ResetId: 651243445
    BR0018I Waiting for the next offline redo log file...
    BR0202I Saving space_log
    BR0203I to F:\sapbackup\DEV ...
    BR0202I Saving G:\oracle\DEV\sapbackup\bdybdkiw.and
    BR0203I to F:\sapbackup\DEV ...

  • Return code 1073807364 (0x40010004) on Windows when using COM to script Illustrator and Photoshop

    Hi,
    I'm using python via COM to run Illustrator and Photoshop on a Windows machine and I occasionally get this return code in python from the subprocess: 1073807364 (0x40010004). I've done some googling and it seems to indicate that that's a Windows return code for "the process is still running". Is it safe for me to let the process continue when I see that return code? Or does that indicate something else?
    Thanks.

    I have similar setup to yours.
    From my point of view you need more RAM. I have 16GB. Than you will need to change in preferences to adjust memory used by PS and Illustrator. Maybe take a look at virtual memory in Windows and disable aero effects.
    Disk. It is better to have one disk for system (eg.SSD) and one for documents. But don't buy something like WD Green series that is intended for backup.
    Graphics. It is not a major player I think for your tasks, but OpenGl can speed up rendering in Photoshop and Illustrator.
    When exporting AI with layers to PSD it will always show "out of memory" unless you turn off anti aliasing.
    and the most important thing reinstall Windows after some time... It will work faster.

  • "Error for COM routine using application program (return code 40,020)"

    Dear All,
    Working on 4.1
    We are getting the below error while loading the Data into planning book...
    "Time Series has to be updated"
    After this we updated the storage bucket profile and the fiscal year varient calender.
    And after this we are trying to initialize the planning area..but getting the below error...
    "Error for COM routine using application program (return code 40,020)"
    So then we try to run the LCM CON check  , but here also we are getting the  below log...
    "Inconsistent time series initialization horizons"
    We teasted all the above in TEST system , but we are not facing any issue.
    Plz plz help us to resolve the same.
    Regards,
    Rajesh Patil

    Hello Rajesh,
    COM error 40,020 generally indicates that no Time Series exists for
    the characteristic combination that is being loaded or saved.
    In certain cases it could be related to missing Time Series for aggregates.
    Therefore, performing a consistency check for the relevant planning area by running the program
    /SAPAPO/TS_LCM_CONS_CHECK is usually the first option.  You could also check the relevant planning
    object structure and any aggregates using the programs /SAPAPO/TS_PSTRU_TOOL and /SAPAPO/TS_PSTRU_CONS_CHECK.
    Additionally, please make sure that the time series exists for the horizon for which data is to be loaded. Should all these not resolve the issue, the problem will be resolved by deinitializing & reinitializing the time series.
    Please note that deinitializing of the the planning area will lead to data loss, so please take the backup of your data before you
    deinitialize the planning area.
    Hope this helps.
    Regards,
    Ade

  • Error for  COM routine using application program (return code 40069)

    Hi,
    In our planning book, sometimes, when we change a value and save, we are getting a pop up with the message "Error for  COM routine using application program (return code 40069)". When we click ok, the value in that cell is reset to the previous value.
    I initially thought this is due to duplicate CVCs and ran the consistency checks, /SAPAPO/TS_LCM_CONS_CHECK and /SAPAPO/TS_PSTRU_CONS_CHECK. I found few and corrected them. Now even after correcting them, I am still getting this COM error.
    I could not find any SAP notes on this.
    I switched on the SQL trace in ST05 and executed the same operation to get the COM error.
    I noticed this part of the trace that is unusual and I am guessing that is what the system is doing when I get the error.
    Can somebody please explain me the meaning of this attached trace?
    http://spreadsheets.google.com/pub?key=pMjKR_3qLaxblBDDPfRt6cw
    what does the SIM_SIMSESSION_CONTROL do?
    Does CALL USER.SAPTS_AGGMULT_TIMESERIES  mean there are duplicate time series?
    Thanks.

    I may not be technical person but may be the following thread on SIMSESSION may help.
    SIM Session
    ST05 trace only gives DB level traces. It would not give you traces of things happening in Live Cache since there are stored DB procedures that are called for LC activity.
    Did you do OSS search on "return code 40069" ? CHeck OSS note 863244. See if it is applicable.

  • "Error for COM routine using application program (return code 1028514-)"

    Hello Experts,
    We have one issue in SAP SAP SCM 5.10.
    When we are accessing the SNP Planing book, Now a days every often we are getting kicked out of the Planning book
    with the error message "Error for COM routine using application program (return code 1028514-)"
    How to rectify this,..Please advice /suggest
    Regards,
    Ramesh

    Sorry, I copy the content as below:
    Error -28514
    Version Not Found
    You attempted to access an OMS version, the liveCache infrastructure to store a Simulation Version, which does not exist (any longer).
    On a productive system this error should only occur in exceptional situations because liveCache checks whether the simulation exists beforehand and returns an Error 17831 if this is not the case.
    Reasons (=exceptional situation) for an error -28514 are:
    a transactional simulation (Simulation Version) is older than liveCache parameter MaxRetentionTime (default: 8 hours). In this case, the OMS version (more precisely: the corresponding consistent view) can be deleted (asynchronously) by liveCache and an error -28514 will occur if the application tries to use the transactional simulation again.
    a transactional simulation (Simulation Version) is older than liveCache parameter MinRetentionTime (default: 1 hour) and the data area usage exceeds 90%. In this case, the OMS version (more precisely: the corresponding consistent view) can be deleted (asynchronously) by liveCache and an error -28514 will occur if the application tries to use the simulation again.
    If liveCache deletes an OMS version due to one of the reasons above, a corresponding notice can be found in liveCache's knlmsg file (cyclically overwritten!).
    Error -28833
    Error -28833 ("Consistent view has been cancelled") occurs instead of an error -28514, if the an OMS version is deleted while a parallel liveCache call is still using this OMS version.
    Malfunction Test
    If this error occurs during LCAPPS internal malfunction tests, it indicates that the preceeding provoked exception has not been handled correctly. During the handling of the provoked exception the OMS version is dropped automatically. As the malfunction test program catches the exception which would normally lead to a shortdump, it either has to recreate the current simulation in liveCache or to ensure that it is not used any more.
    Error 17831 does not occur in this situation, because the keyed object representing the simulation (OMS version) is not deleted along with the version and can therefore still be accessed.
    Best Regards,
    Ada

Maybe you are looking for

  • DVD Menu distorted on playback and finished copy

    The last several projects I have worked on in Premiere Elements 9 seem to have an issue with the DVD Menu being distorted on preview and playback as well as when I burn them to DVD .  I noticed it several months ago on a short 20 minute video.  The D

  • Aperture library to lightroom plugin not transfering all photos or projects.

    I am trying to use the recent aperture import plug in added to LR5.  Many of my projects and photos are failing transfer stating "(Possible reasons include asset offline or unsupported asset type.)" I cannot find the difference of the failed jpegs, N

  • 2 Phones destroyed, what next?

    Our dog literally ate my daughter's phone last month.  Completely destroyed it.  It was a basic phone and it lasted for over 2-yr without issue.  I upgraded her phone with another basic phone (Walmart for $.01) and renewed our 2-yr contract.  Today,

  • Ora 01033- Oracle initialization or shutdown in process

    Hi all I am getting this error when I try to connect to SQL......I have restart the serveice of orcl but the result is same here Is any way to get out from this error? Thanks in advance Shayan [email protected]

  • Tokenizer headaches and displaying output - Help!!

    Hi all, I am writing a program that inputs a line of text, converting each word into Pig Latin (I know it's crazy , but that's what the book wants me to do).... now I am converting the words ( hello = ellohay, turnip = urniptay, etc etc) just fine...