Error while changing a table´s display range.

Hi,
im working on an ADF 10 application with jdev 10.3.4. I have a table populated by an iterator which calls my View Object. The resulting query seems to be ok, returning 35 rows. The table range is set to the first 10. When a select a row, it takes me to my detail page, so far so good. The problem is when I set the table to "show all" rows. From that point on, whenever a select one of the first 12 rows I get this error:
oracle.jbo.InvalidParamException: JBO-25006: Invalid param value_ br.com.br.sales.service.politicacredito.SolicitacoesCreditoVORowImpl row to method_ ViewRowSetIteratorImpl.scrollRangeTo. Explicação: not in the row set
     at oracle.jbo.server.ViewRowSetIteratorImpl.scrollRangeTo(ViewRowSetIteratorImpl.java:1374)
     at oracle.jbo.server.ViewRowSetImpl.scrollRangeTo(ViewRowSetImpl.java:2340)
     at oracle.jbo.server.ViewObjectImpl.scrollRangeTo(ViewObjectImpl.java:6321)
     at oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding$FacesModel._getRangeIndex(FacesCtrlRangeBinding.java:456)
     at oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding$FacesModel.getRowData(FacesCtrlRangeBinding.java:411)
     at oracle.adf.view.faces.component.UIXCollection.getRowData(UIXCollection.java:315)
     at oracle.adf.view.faces.component.UIXCollection.postRowDataChange(UIXCollection.java:653)
     at oracle.adf.view.faces.component.UIXCollection.setRowKey(UIXCollection.java:363)
     at oracle.adf.view.faces.component.UIXCollection.setCurrencyString(UIXCollection.java:606)
     at oracle.adfinternal.view.faces.renderkit.core.xhtml.table.TableSelectOneRenderer.decode(TableSelectOneRenderer.java:85)
     at oracle.adf.view.faces.component.UIXComponentBase.__rendererDecode(UIXComponentBase.java:945)
     at oracle.adf.view.faces.component.UIXComponentBase.decode(UIXComponentBase.java:577)
     at oracle.adf.view.faces.component.UIXTableSelectOne.processDecodes(UIXTableSelectOne.java:69)
     at oracle.adf.view.faces.component.UIXCollection.processComponent(UIXCollection.java:820)
     at oracle.adf.view.faces.component.TableUtils$1.process(TableUtils.java:214)
     at oracle.adf.view.faces.component.ChildLoop.runAlways(ChildLoop.java:39)
     at oracle.adf.view.faces.component.TableUtils.__processFacets(TableUtils.java:209)
     at oracle.adf.view.faces.component.UIXTable.processFacetsAndChildren(UIXTable.java:372)
     at oracle.adf.view.faces.component.UIXCollection.decodeChildrenImpl(UIXCollection.java:142)
     at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
     at oracle.adf.view.faces.component.UIXCollection.processDecodes(UIXCollection.java:137)
     at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:900)
     at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
     at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
     at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
     at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
     at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
     at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
     at javax.faces.component.UIForm.processDecodes(UIForm.java:164)
     at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
     at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
     at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
     at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
     at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
     at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
     at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:900)
     at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:326)
     at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:99)
     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
     at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:233)
     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:202)
     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
     at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
     at br.com.br.shared.security.view.servlet.SecurityFilter.doFilter(SecurityFilter.java:134)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
     at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
     at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
     at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:595)
My VO and corresponding EOs have a primaray key defined. From the console log i see this suspicious lines: "EntityCache:add WARNING - ignoring row with no primary key".
Please help, I´ve been on this for 3 days. Thanks.
PS: The bold highlited parts are literal translations on my part.
Edited by: 891542 on 14/10/2011 07:57
Edited by: 891542 on 14/10/2011 07:58

More from the log:
11/10/19 21:11:04 [1113] Reusing a cached session application module instance
11/10/19 21:11:04 [1114] **** refreshControl() for BindingContainer :empenho_pesquisaEmpenhoPageDef
11/10/19 21:11:04 [1115] Resolving VO:OrigensComerciaisVO1 for iterator binding:OrigensComerciaisVO1Iterator
11/10/19 21:11:04 [1116] DCUtil, returning:oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding, for OrigensComerciaisVO1
11/10/19 21:11:04 [1117] Resolving VO:CgRefCodesVO1 for iterator binding:CgRefCodesVO1Iterator
11/10/19 21:11:04 [1118] DCUtil, returning:oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding, for CgRefCodesVO1
11/10/19 21:11:04 [1119] *** DCDataControl.sync() called from :DCBindingContainer.refresh
11/10/19 21:11:04 [1120] valiateToken:Decompressed BC state:BCST:=0%V%=NBrEmpenhosVO1Iterator=-D-003800000005393939303800000008545F3139303631310000000C456D20646967697461E7E36F0000000156000000000000000000000007786F0913103B1800000002C10200000002C10300000002C104000000018000000007786F0913103B1800000007786F0C1F010101000000000000000180000000018000000001800000000180000000045A48543300000003C2363B00000003C2363B0000000347474300000006C5020101021100000006C50201010211000000000000000000000000000000053232363431000000124D414E41555320454E455247494120532F41000000053232363430000000035A303500000009303032333431343637000000043030303400000002373300000000000000045A30313000000017285A3031302920456D6973736F72206461204F7264656D000000045A303130000000045A30313000000004C303212300000004C30321230000000C3030323334313436372D37330000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,OrigensComerciaisVO1Iterator=-D-000200000006C5020101101900000007414C4D4F474549,CgRefCodesVO1Iterator=-D-00060000000E5354415455535F454D50454E484F0000000C456D20646967697461E7E36F000000000000000C456D20646967697461E7E36F00000001310000001241414447574641416E41414142764F414261,
11/10/19 21:11:04 [1121] Resolving VO:BrEmpenhosVO1 for iterator binding:BrEmpenhosVO1Iterator
11/10/19 21:11:04 [1122] DCUtil, returning:oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding, for BrEmpenhosVO1
11/10/19 21:11:04 [1123] ViewObject: BrEmpenhosVO1 Reusing defined prepared Statement
11/10/19 21:11:04 [1124] Bind params for ViewObject: BrEmpenhosVO1
11/10/19 21:11:04 [1125] Binding param 1: Em digitação
11/10/19 21:11:04 [1126] setting rownum query between (0, 13)
11/10/19 21:11:04 [1127] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:04 [1128] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:04 [1129] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:04 [1130] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:04 [1131] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:04 [1132] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:04 [1133] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:04 [1134] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1135] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1136] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1137] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1138] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1139] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1140] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1141] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1142] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1143] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1144] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1145] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1146] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1147] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1148] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1149] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1150] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1151] ViewObject: BrEmpenhosVO1 Reusing defined prepared Statement
11/10/19 21:11:05 [1152] Bind params for ViewObject: BrEmpenhosVO1
11/10/19 21:11:05 [1153] Binding param 1: Em digitação
11/10/19 21:11:05 [1154] setting rownum query between (210, 223)
11/10/19 21:11:05 [1155] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1156] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1157] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1158] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1159] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1160] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1161] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1162] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1163] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1164] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1165] EntityCache:add WARNING - ignoring row with no primary key
11/10/19 21:11:05 [1166] EntityCache:add WARNING - ignoring row with no primary key
19/10/2011 21:11:05 com.sun.faces.lifecycle.ApplyRequestValuesPhase execute
SEVERE: JBO-25006: Valor de parâmetro inválido br.com.br.sales.service.empenho.BrEmpenhosVORowImpl para row passado para o método ViewRowSetIteratorImpl.scrollRangeTo. Explicação: not in the row set
oracle.jbo.InvalidParamException: JBO-25006: Valor de parâmetro inválido br.com.br.sales.service.empenho.BrEmpenhosVORowImpl para row passado para o método ViewRowSetIteratorImpl.scrollRangeTo. Explicação: not in the row set
     at oracle.jbo.server.ViewRowSetIteratorImpl.scrollRangeTo(ViewRowSetIteratorImpl.java:1374)
     at oracle.jbo.server.ViewRowSetImpl.scrollRangeTo(ViewRowSetImpl.java:2340)
     at oracle.jbo.server.ViewObjectImpl.scrollRangeTo(ViewObjectImpl.java:6321)
     at br.com.br.shared.jbo.server.BrMViewObjectImpl.scrollRangeTo(BrMViewObjectImpl.java:20)
     at oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding$FacesModel._getRangeIndex(FacesCtrlRangeBinding.java:456)
     at oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding$FacesModel.getRowData(FacesCtrlRangeBinding.java:411)
     at oracle.adf.view.faces.component.UIXCollection.getRowData(UIXCollection.java:315)
     at oracle.adf.view.faces.component.UIXCollection.postRowDataChange(UIXCollection.java:653)
     at oracle.adf.view.faces.component.UIXCollection.setRowKey(UIXCollection.java:363)
     at oracle.adf.view.faces.component.UIXCollection.setCurrencyString(UIXCollection.java:606)
     at oracle.adfinternal.view.faces.renderkit.core.xhtml.table.TableSelectOneRenderer.decode(TableSelectOneRenderer.java:85)
     at oracle.adf.view.faces.component.UIXComponentBase.__rendererDecode(UIXComponentBase.java:945)
     at oracle.adf.view.faces.component.UIXComponentBase.decode(UIXComponentBase.java:577)
     at oracle.adf.view.faces.component.UIXTableSelectOne.processDecodes(UIXTableSelectOne.java:69)
     at oracle.adf.view.faces.component.UIXCollection.processComponent(UIXCollection.java:820)
     at oracle.adf.view.faces.component.TableUtils$1.process(TableUtils.java:214)
     at oracle.adf.view.faces.component.ChildLoop.runAlways(ChildLoop.java:39)
     at oracle.adf.view.faces.component.TableUtils.__processFacets(TableUtils.java:209)
     at oracle.adf.view.faces.component.UIXTable.processFacetsAndChildren(UIXTable.java:372)
     at oracle.adf.view.faces.component.UIXCollection.decodeChildrenImpl(UIXCollection.java:142)
     at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
     at oracle.adf.view.faces.component.UIXCollection.processDecodes(UIXCollection.java:137)
     at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:900)
     at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
     at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
     at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
     at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
     at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
     at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
     at javax.faces.component.UIForm.processDecodes(UIForm.java:164)
     at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
     at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
     at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
     at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
     at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
     at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
     at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:900)
     at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:326)
     at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:99)
     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
     at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:233)
     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:202)
     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
     at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
     at br.com.br.shared.security.view.servlet.SecurityFilter.doFilter(SecurityFilter.java:119)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
     at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
     at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
     at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:595)
11/10/19 21:11:05 [1167] BrEmpenhosVO1 notify ROLLBACK ...
11/10/19 21:11:05 [1168] Clearing VO cache for BrEmpenhosVO1
11/10/19 21:11:05 [1169] Clear QueryCollection in cache for VO BrEmpenhosVO1
11/10/19 21:11:05 [1170] MtlSystemItemsVO1 notify ROLLBACK ...
11/10/19 21:11:05 [1171] Clearing VO cache for MtlSystemItemsVO1
11/10/19 21:11:05 [1172] Clear QueryCollection in cache for VO MtlSystemItemsVO1
11/10/19 21:11:05 [1173] OrigensComerciaisVO1 notify ROLLBACK ...
11/10/19 21:11:05 [1174] Clearing VO cache for OrigensComerciaisVO1
11/10/19 21:11:05 [1175] Clear QueryCollection in cache for VO OrigensComerciaisVO1
11/10/19 21:11:05 [1176] CgRefCodesVO1 notify ROLLBACK ...
11/10/19 21:11:05 [1177] Clearing VO cache for CgRefCodesVO1
11/10/19 21:11:05 [1178] Clear QueryCollection in cache for VO CgRefCodesVO1
11/10/19 21:11:05 [1179] BrProdutosEmpenhoVO2 notify ROLLBACK ...
11/10/19 21:11:05 [1180] Clearing VO cache for BrProdutosEmpenhoVO2
11/10/19 21:11:05 [1181] Clear QueryCollection in cache for VO BrProdutosEmpenhoVO2
11/10/19 21:11:05 [1182] BrClientesUsuariosEmpenhoVO1 notify ROLLBACK ...
11/10/19 21:11:05 [1183] Clearing VO cache for BrClientesUsuariosEmpenhoVO1
11/10/19 21:11:05 [1184] Clear QueryCollection in cache for VO BrClientesUsuariosEmpenhoVO1
11/10/19 21:11:05 [1185] AuditoriasVO1 notify ROLLBACK ...
11/10/19 21:11:05 [1186] Clearing VO cache for AuditoriasVO1
11/10/19 21:11:05 [1187] Clear QueryCollection in cache for VO AuditoriasVO1
11/10/19 21:11:05 [1188] ObservacoesVO2 notify ROLLBACK ...
11/10/19 21:11:05 [1189] Clearing VO cache for ObservacoesVO2
11/10/19 21:11:05 [1190] Clear QueryCollection in cache for VO ObservacoesVO2
11/10/19 21:11:05 [1191] BrReforcosEmpenhoVO1 notify ROLLBACK ...
11/10/19 21:11:05 [1192] Clearing VO cache for BrReforcosEmpenhoVO1
11/10/19 21:11:05 [1193] Clear QueryCollection in cache for VO BrReforcosEmpenhoVO1
11/10/19 21:11:05 [1194] OrdensVendaEmpenhoVO1 notify ROLLBACK ...
11/10/19 21:11:05 [1195] Clearing VO cache for OrdensVendaEmpenhoVO1
11/10/19 21:11:05 [1196] Clear QueryCollection in cache for VO OrdensVendaEmpenhoVO1
11/10/19 21:11:05 [1197] NotasFiscaisEmpenhoVO1 notify ROLLBACK ...
11/10/19 21:11:05 [1198] Clearing VO cache for NotasFiscaisEmpenhoVO1
11/10/19 21:11:05 [1199] Clear QueryCollection in cache for VO NotasFiscaisEmpenhoVO1
11/10/19 21:11:05 [1200] Clearing VO cache for BrEmpenhosVO1
11/10/19 21:11:05 [1201] Clear QueryCollection in cache for VO BrEmpenhosVO1
11/10/19 21:11:05 [1202] Clearing VO cache for OrigensComerciaisVO1
11/10/19 21:11:05 [1203] Clear QueryCollection in cache for VO OrigensComerciaisVO1
11/10/19 21:11:05 [1204] Clearing VO cache for FiliaisVO1
11/10/19 21:11:05 [1205] Clear QueryCollection in cache for VO FiliaisVO1
11/10/19 21:11:05 [1206] Clearing VO cache for BrProdutosEmpenhoVO2
11/10/19 21:11:05 [1207] Clear QueryCollection in cache for VO BrProdutosEmpenhoVO2
11/10/19 21:11:05 [1208] Clearing VO cache for CgRefCodesVO1
11/10/19 21:11:05 [1209] Clear QueryCollection in cache for VO CgRefCodesVO1
11/10/19 21:11:05 [1210] Clearing VO cache for MtlSystemItemsVO1
11/10/19 21:11:05 [1211] Clear QueryCollection in cache for VO MtlSystemItemsVO1
11/10/19 21:11:05 [1212] Clearing VO cache for BrClientesUsuariosEmpenhoVO1
11/10/19 21:11:05 [1213] Clear QueryCollection in cache for VO BrClientesUsuariosEmpenhoVO1
11/10/19 21:11:05 [1214] Clearing VO cache for AuditoriasVO1
11/10/19 21:11:05 [1215] Clear QueryCollection in cache for VO AuditoriasVO1
11/10/19 21:11:05 [1216] Clearing VO cache for ObservacoesVO1
11/10/19 21:11:05 [1217] Clear QueryCollection in cache for VO ObservacoesVO1
11/10/19 21:11:05 [1218] Clearing VO cache for ObservacoesVO2
11/10/19 21:11:05 [1219] Clear QueryCollection in cache for VO ObservacoesVO2
11/10/19 21:11:05 [1220] Clearing VO cache for BrSegmentosClientesVO1
11/10/19 21:11:05 [1221] Clear QueryCollection in cache for VO BrSegmentosClientesVO1
11/10/19 21:11:05 [1222] Clearing VO cache for BrCategoriasClientesVO1
11/10/19 21:11:05 [1223] Clear QueryCollection in cache for VO BrCategoriasClientesVO1
11/10/19 21:11:05 [1224] Clearing VO cache for GruposContaVO1
11/10/19 21:11:05 [1225] Clear QueryCollection in cache for VO GruposContaVO1
11/10/19 21:11:05 [1226] Clearing VO cache for BrReforcosEmpenhoVO1
11/10/19 21:11:05 [1227] Clear QueryCollection in cache for VO BrReforcosEmpenhoVO1
11/10/19 21:11:05 [1228] Clearing VO cache for AtividadesANPVO1
11/10/19 21:11:05 [1229] Clear QueryCollection in cache for VO AtividadesANPVO1
11/10/19 21:11:05 [1230] Clearing VO cache for AtividadesSRFVO1
11/10/19 21:11:05 [1231] Clear QueryCollection in cache for VO AtividadesSRFVO1
11/10/19 21:11:05 [1232] Clearing VO cache for BloqueiosFaturamentosVO1
11/10/19 21:11:05 [1233] Clear QueryCollection in cache for VO BloqueiosFaturamentosVO1
11/10/19 21:11:05 [1234] Clearing VO cache for BloqueiosOrdensVO1
11/10/19 21:11:05 [1235] Clear QueryCollection in cache for VO BloqueiosOrdensVO1
11/10/19 21:11:05 [1236] Clearing VO cache for BloqueiosRemessasVO1
11/10/19 21:11:05 [1237] Clear QueryCollection in cache for VO BloqueiosRemessasVO1
11/10/19 21:11:05 [1238] Clearing VO cache for ClassesClientesVO1
11/10/19 21:11:05 [1239] Clear QueryCollection in cache for VO ClassesClientesVO1
11/10/19 21:11:05 [1240] Clearing VO cache for GruposContasVO1
11/10/19 21:11:05 [1241] Clear QueryCollection in cache for VO GruposContasVO1
11/10/19 21:11:05 [1242] Clearing VO cache for SetoresIndustriaisVO1
11/10/19 21:11:05 [1243] Clear QueryCollection in cache for VO SetoresIndustriaisVO1
11/10/19 21:11:05 [1244] Clearing VO cache for TiposGruposContasVO1
11/10/19 21:11:05 [1245] Clear QueryCollection in cache for VO TiposGruposContasVO1
11/10/19 21:11:05 [1246] Clearing VO cache for OrdensVendaEmpenhoVO1
11/10/19 21:11:05 [1247] Clear QueryCollection in cache for VO OrdensVendaEmpenhoVO1
11/10/19 21:11:05 [1248] Clearing VO cache for NotasFiscaisEmpenhoVO1
11/10/19 21:11:05 [1249] Clear QueryCollection in cache for VO NotasFiscaisEmpenhoVO1
11/10/19 21:11:05 [1250] Clearing VO cache for BrUnidadesVO1
11/10/19 21:11:05 [1251] Clear QueryCollection in cache for VO BrUnidadesVO1
11/10/19 21:11:05 [1252] Clearing VO cache for CgRefCodesVO2
11/10/19 21:11:05 [1253] Clear QueryCollection in cache for VO CgRefCodesVO2
11/10/19 21:11:05 [1254] Clearing VO cache for BrEmpenhosVO2
11/10/19 21:11:05 [1255] Clear QueryCollection in cache for VO BrEmpenhosVO2
11/10/19 21:11:05 [1256] Clearing VO cache for ParceirosAlternativosLovVO
11/10/19 21:11:05 [1257] Clear QueryCollection in cache for VO ParceirosAlternativosLovVO
11/10/19 21:11:05 [1258] Clearing VO cache for BrEmpMensagemVO
11/10/19 21:11:05 [1259] Clear QueryCollection in cache for VO BrEmpMensagemVO
11/10/19 21:11:05 [1260] Clearing EO cache for br.com.br.sales.domain.entidades.model.HzCustAccountsEO
11/10/19 21:11:05 [1261] Clearing EO cache for br.com.br.sales.domain.entidades.model.GrupoContaEO
11/10/19 21:11:05 [1262] Clearing EO cache for br.com.br.sales.domain.entidades.model.SwAuditTrailEO
11/10/19 21:11:05 [1263] Clearing EO cache for br.com.br.sales.domain.entidades.model.FndUserEO
11/10/19 21:11:05 [1264] Clearing EO cache for br.com.br.sales.domain.entidades.model.BrFilialEO
11/10/19 21:11:05 [1265] Clearing EO cache for br.com.br.sales.domain.entidades.model.MtlSystemItemsEO
11/10/19 21:11:05 [1266] Clearing EO cache for br.com.br.sales.domain.entidades.model.HzCustAcctSitesAllEO
11/10/19 21:11:05 [1267] Clearing EO cache for br.com.br.sales.domain.entidades.model.JtfRsGroupsBEO
11/10/19 21:11:05 [1268] Clearing EO cache for br.com.br.sales.domain.entidades.model.BrProdutoEmpenhoEO
11/10/19 21:11:05 [1269] Clearing EO cache for br.com.br.sales.domain.entidades.model.CgRefCodesEO
11/10/19 21:11:05 [1270] Clearing EO cache for br.com.br.sales.domain.entidades.model.HrOrganizationUnitsEO
11/10/19 21:11:05 [1271] Clearing EO cache for br.com.br.sales.domain.entidades.model.HzPartySitesEO
11/10/19 21:11:05 [1272] Clearing EO cache for br.com.br.sales.domain.entidades.model.BrClienteUsuarioEmpenhoEO
11/10/19 21:11:05 [1273] Clearing EO cache for br.com.br.sales.domain.entidades.model.MtlUnitsOfMeasureTlEO
11/10/19 21:11:05 [1274] Clearing EO cache for br.com.br.sales.domain.entidades.model.HzPartiesEO
11/10/19 21:11:05 [1275] Clearing EO cache for br.com.br.sales.domain.entidades.model.SwWorkLogEO
11/10/19 21:11:05 [1276] Clearing EO cache for br.com.br.sales.domain.entidades.model.BrEmpenhoEO
11/10/19 21:11:05 [1277] Clearing EO cache for br.com.br.sales.domain.entidades.model.BrReforcoEmpenhoEO
11/10/19 21:11:05 [1278] Resetting AM=EmpenhoAM

Similar Messages

  • Error while executing the report to display on the web in BI 7.0?

    Hi All,
    In BI 7.0, Getting Error while executing the report to display on the web?
    The error message displayed is:
    " Network Access Message : The website cannot be found ".
    Source: DNS error.
    Why this error is coming.
    Wht needs to be done.
    Thanks in Advance.

    Hi Kishore,
    All the configurations are in proper shape.
    We need to change any IP adresses or proxy settings in the Internet explorer (Tools -> Internet options -> Connections -> LAN settings -> etc.,)
    Do We need to configure any server address for getting the output to display on web pages in BI 7.0.
    EP is not configured over here. Is that causing the problem.
    Thansk in Advance.

  • Error while dropping a table

    Hi All,
    i got an error while dropping a table which is
    ORA-00600: internal error code, arguments: [kghstack_free1], [kntgmvm: collst], [], [], [], [], [], [], [], [], [], []
    i know learnt that -600 error is related to dba. now how to proceed.
    thanks and regards,
    sri ram.

    00600 errors should be raised as service request with Oracle as it implies some internal bug.
    You can search oracle support first to see if anyone has had the same class of 00600 error, and then if not (and therefore no patch) raise your issue with Oracle.
    http://support.oracle.com

  • Error while loading AS400 table

    Posted: 14 May 2014 08:11
    Post subject: Error while loading AS400 table
    Hi,
    I was trying to load an AS400 table using a flat file as source. The table and flat file has a single field only. I'm getting the error "<SQLExecute>: <[IBM][System i Access ODBC Driver]Error in assignment.>"
    The screenshot of the full error message is attached. can someone please help me to resolve this.
    Thanks,
    david

    Posted: 14 May 2014 08:11
    Post subject: Error while loading AS400 table
    Hi,
    I was trying to load an AS400 table using a flat file as source. The table and flat file has a single field only. I'm getting the error "<SQLExecute>: <[IBM][System i Access ODBC Driver]Error in assignment.>"
    The screenshot of the full error message is attached. can someone please help me to resolve this.
    Thanks,
    david

  • Full Load: Error while executing :TRUNCATE TABLE: S_ETL_PARAM

    Hi All,
    We are using Bi Apps 7.9.6.1. Full Load was running fine. But Now we are facing a problem with truncating a table "S_ETL_PARAM".
    I have restart informatica Server And also DAC Srever. But still I am getting the same in the DAC Log as, *"NOMALY INFO::: Error while executing : TRUNCATE TABLE:S_ETL_PARAM*
    *MESSAGE:::com.siebel.etl.database.IllegalSQLQueryException: DBConnection_OLTP:SIEBTRUN ('siebel.S_ETL_PARAM')*
    *Values :*
    *Null Map*
    *EXCEPTION CLASS::: java.lang.Exception"*
    Any Suggestion.....
    Thanks in Advance,
    Deepak

    are you trying to run incremental load when you get this truncate error? can you re-run full load and see that still runs ok? pls also check your DW side database logs like alert lor any DB level issue. such errors do not throw friendly messages in DAC/Informatica side.

  • Error while filling setup tables for 2lis_13_vahdr

    Dear friends,
    I am getting below Error while filling setup tables for 2lis_13_vahdr.
    More faulty documents found than the tolerated 0000000000
    Message no. M2222
    Can any one guide me how to address this issue.
    Thanks and Regards
    Nithya

    Hello Nithya,
    It seems the No of tolerated faulty documents that you have given is 0. So when you initialize try to these.
    While executing OLI*BW including a value in the maintain  "No. tolerated faulty documents" - 5000 or 10000.
    Then execute the program in background.
    Once the job is completed check the background job log if any errors.
    Thanks
    Chandran

  • Error while filling setup table for Sales

    Dear Team,
    We are getting following error while filling setup table for Sales (application component 11) and for Billing (application component 13),
    application component 11
    Error determining rate: foreign curr.  local curr. INR date 08.10.2007 (doc. 673624) (JOB - RMCVNEUA)
    Message No M2810
    application component 13
    Billing document 480050000: error determining stats. currency rate (no updating)
    More faulty documents found than the tolerated 0000000000 (JOB - RMCVNEUF)
    I have seen lot of threads based on this but all r showing diffrenent currency to INR but for the above mentioned documents currency is in INR only so why it is showing the error I am not able to determine.
    If anybody faced this problem kindly reply to this.
    Best Regards,
    SG

    Hi There,
    Might be your using a wrong document number.
    I mean if your using the 11 you should use only Sales document number and for 13 you should only use billing document number.
    If you use vice versa that error will throw.
    Regards,
    MQ

  • Timeout error while filling setup tables

    HI all
    I am getting timeout error while filling setup tables(OLI1BW).I clicked on execute button on hte screen.Its not scheduled as a background job.
    Going through threads i have come to know that to solve this issue
    1.BASIS team have to increase backgroung processses or memory
    2.run it as a background job.
    When I went to Program->Executein the backgroundPrint background parameters window has popped up.
    What to do in there?I am afraid if I include parameters like printer name....what is it and how long is it going to print?
    Please let me know.
    Thanks,
    Harika.

    thanks for the reply.
    it was set to LOCL only.
    But i have 3 options in the dropdown  windowsprinter :Send to onenote2007
                                      Microsoft XPS document writer
                                      OUrprinteraddress
    WHich one to choose here?
    Edited by: harikag on Aug 10, 2011 8:47 AM

  • 3-1674105521 Multiple Paths error while using Bridge Table

    https://support.us.oracle.com/oip/faces/secure/srm/srview/SRViewStandalone.jspx?sr=3-1674105521
    Customer Smiths Medical International Limited
    Description: Multiple Paths error while using Bridge Table
    1. I have a urgent customer encounterd a design issue and customer was trying to add 3 logical joins between SDI_GPOUP_MEMBERSHIP and these 3 tables (FACT_HOSPITAL_FINANCE_DTLS, FACT_HOSPITAL_BEDS_UTILZN and FACT_HOSPITAL_ATRIBUTES)
    2. They found found out by adding these 3 joins, they ended with circular error.
    [nQSError: 15001] Could not load navigation space for subject area GXODS.
    [nQSError: 15009] Multiple paths exist to table DIM_SDI_CUSTOMER_DEMOGRAPHICS. Circular logical schemas are not supported.
    In response to this circular error, the developer was able to bypass the error using aliases, but this is not desired by client.
    3. They want to know how to avoid this error totally without using alias table and suggest a way to resolve the circular join(Multiple Path) error.
    Appreciated if someone can give some pointer or suggestion as the customer is in stiff deadline.
    Thanks
    Teik

    The strange thing compared to your output is that I get an error when I have table prefix in the query block:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_FULL_01":  system/******** DUMPFILE=TMP1.dmp LOGFILE=imp.log PARALLEL=8 QUERY=SYSADM.TMP1:"WHERE TMP1.A = 2" REMAP_TABLE=SYSADM.TMP1:TMP3 CONTENT=DATA_ONLY
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    ORA-31693: Table data object "SYSADM"."TMP3" failed to load/unload and is being skipped due to error:
    ORA-38500: Unsupported operation: Oracle XML DB not present
    Job "SYSTEM"."SYS_IMPORT_FULL_01" completed with 1 error(s) at Fri Dec 13 10:39:11 2013 elapsed 0 00:00:03
    And if I remove it, it works:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_FULL_01":  system/******** DUMPFILE=TMP1.dmp LOGFILE=imp.log PARALLEL=8 QUERY=SYSADM.TMP1:"WHERE A = 2" REMAP_TABLE=SYSADM.TMP1:TMP3 CONTENT=DATA_ONLY
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    . . imported "SYSADM"."TMP3"                             5.406 KB       1 out of 2 rows
    Job "SYSTEM"."SYS_IMPORT_FULL_01" successfully completed at Fri Dec 13 10:36:50 2013 elapsed 0 00:00:01
    Nicolas.
    PS: as you can see, I'm on 11.2.0.4, I do not have 11.2.0.1 that you seem to use.

  • I get an error while changing modules pop up when opening Lr. There is no import button to use and if I try to load the default catalog I get the error message again essentially making Lr completely unusable for me! please help

    When launching Lr i get the initial screen to come up followed by an "error while changing modules" pop up. I have uninstalled and re-downloaded, followed all the suggested trouble shooting fixes and still nothing. When the app starts it has the basic info boxes but without any options in them (i.e. no import button or any buttons at all for that matter).All my other creative cloud apps seem to be working fine but Lr won't. Please help

    Ah, see, you said you had done it differently before.
    > and I tried to add a toolbox button by navigating to AcroPDF.dll.
    You'll need to reinstall Reader if the libraries aren't registered. You can't register them manually.
    Perhaps if you posted some of your code (where it creates the objects, etc.) we might be able to give you some more advice. You're sure you aren't trying to use anything outside of the AxAcroPDFLib.AxAcroPDF class?

  • Budget Exceeded error while changing in Account Assignment

    Hi,
    The user is facing an error while changing the Accounts assignment category to "Assets" in a PR. The PR was created with AAC as "U" for all the line items. The user is changing that to "A". After that he provides the asset number then the error is coming as below:
    Item 010 Order 0809/A15 budget exceeded
    Message no. BP604
    Diagnosis
    In document item 010 Order 0809/A15, budget for fiscal year 2010 was exceeded by 6,630.00 INR.
    The valuation price for that particular line item is Rs 6630.00. I have not changed the other line items.
    Need the suggestion.
    JK

    I think there some settings in Budgeting, n Finance people are more familiar with those settings. Normally, if u craete a Purchasing doc. PR or PO or GR/ IR from MM side, with account assnt., the relevant budget()which is created for that commitment item) will updated with the document value. There may be settings with delivery date or so. check with your FI guys
    umakanth

  • Error while changing modules

    On a Mac, did digital download from B&H. Has never worked because error while changing modules. Did EVERY step in forums. Nothing. Still under manufacturers warranty, need to talk to actual customer rep but only gives me option to post question on forum. So far this is more than annoying to have to deal with.

    Hi Atul Saini.
    It is unbelievable how miserable the ADOBE support is.
    Iam sorry - but Iam awaiting answers, as we are paying
    since nearly a month and Lightroom does not work at all.
    Can you help or what is happening?
    Thanks.
    Really angry.
    Julia Ufer
    2014-09-05 21:50 GMT+02:00 Jeff A Wright <[email protected]>:
        Error while changing between modules
    Jeff A Wright
    <https://forums.adobe.com/people/JeffAWright?et=watches.email.outcome>
    marked Atul_saini123
    <https://forums.adobe.com/people/Atul_saini123?et=watches.email.outcome>'s
    reply on Error while changing between modules
    <https://forums.adobe.com/thread/1566317?et=watches.email.outcome> as
    helpful. View the full reply
    <https://forums.adobe.com/message/6703771?et=watches.email.outcome#6703771>

  • Error while changing between modules

    Dear Know-it-All out there.
    Iam a Newbie - Middlebie Photosop User , so to keep it short.
    We just installed CC with Lightroom & PS. The problem „Error while changing between modules“.
    is occurring while starting Lightroom and the program cannot be used properly.
    There seems no chance to create a catalog properly, the Library just
    does not open any menu which it should do.
    Adobe Support could not work it out either so roar, their suggestions was
    to restart in safety mode / deleting library 5plist / plus many more
    little stuff which actually did not help.  This is already the second installation ,
    same problem as with the first. We are working on a IMac 2.9GHz, i5, 8GB 1600Mh, OSX 10.9
    Any ideas? Thank you so much and kind regards.
    Julia

    Hi Atul Saini.
    It is unbelievable how miserable the ADOBE support is.
    Iam sorry - but Iam awaiting answers, as we are paying
    since nearly a month and Lightroom does not work at all.
    Can you help or what is happening?
    Thanks.
    Really angry.
    Julia Ufer
    2014-09-05 21:50 GMT+02:00 Jeff A Wright <[email protected]>:
        Error while changing between modules
    Jeff A Wright
    <https://forums.adobe.com/people/JeffAWright?et=watches.email.outcome>
    marked Atul_saini123
    <https://forums.adobe.com/people/Atul_saini123?et=watches.email.outcome>'s
    reply on Error while changing between modules
    <https://forums.adobe.com/thread/1566317?et=watches.email.outcome> as
    helpful. View the full reply
    <https://forums.adobe.com/message/6703771?et=watches.email.outcome#6703771>

  • Out of Disk Space Error while Generating Pivot Table

    Hi!
    I encountered the following error while Generating Pivot Table -
    View pivotTableView!1 returned the following message:
    Odbc driver returned an error (SQLExtendedFetch).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC
    Location: saw.odbc.statement.fetch,
    saw.cube.engine.execute.dataTraversal, saw.cube.engine.execute,
    saw.cube.cache.processCube, saw.views.pivottable.displayer,
    saw.subsystem.portal, saw.httpserver.request,
    saw.rpc.server.responder, saw.rpc.server,
    saw.rpc.server.socketServer, saw.threadPool, saw.threadPool,
    saw.threads
    File: ./project/webodbcaccess/odbcresultsetimpl.cpp, Line: 182
    State: S1000. Code: 10058. [NQODBC] [SQL_STATE: S1000] [nQSError:
    10058] A general error has occurred. Out of disk space. (S1000)

    user11204020, what's your question?? :)
    You're getting an out of disk space error ... which means you've run out of disk space, no?
    Since it's saw related I'm guessing you'll need to make more space available to your OracleBIdata/tmp directory

  • DAC: "error while reading repository table". Please help!

    Hi everybody,
    I copied DAC directory from server to a workstation.
    DAC client on server machine runs normally.
    When trying to run DAC client on the workstation, I get an error message "Error while reading repository table".
    I tried to find any DAC log file to get some additional information, but I couldn't.
    The connection in DAC seems to be configured properly (test connection successful).
    The only difference I found between server and workstation is that there are two Oracle homes installed on the workstation and one - on the server.
    Thanks,
    Alex

    So you can read the tables now? Good to know.
    Just as a hint: if you "tnsping" your data source from a command window, you'll see which path and file is used, so you can find out which home.
    TNS Ping Utility for 32-bit Windows: Version 11.1.0.6.0 - Production on 04-MAR-2009 16:42:43
    Copyright (c) 1997, 2007, Oracle. All rights reserved.
    Used parameter files:
    C:\Oracle\product\11.1.0\client_1\network\admin\sqlnet.ora <--- my 11g home is used and not the 9i or 10g which also reside on this machine.
    @DAC client can't connect to server: i.e. the icon stays red?
    - Is your server up and running? (I don't want to start a flame war, but it happens to the best of us)
    - Did you go through the steps here? http://download.oracle.com/docs/cd/E12513_01/doc/bic.101/e12653/dac_configure.htm
    Cheers,
    C.

Maybe you are looking for

  • Is there a utility to operate a printer under 10.6 from 10.7.2? (No 10.7.2 driver for Konica Minolta bizhub C351)

    Konica Minolta bizhub C351 operates reasonably well from an OS X 10.6.x Mac.   As of 12-17-11 Konica Minolta reports no driver for 10.7.2, and our office groupo C351 will not respond to 10.7.2.  Older Macs still under 10.6.8 operate as usual.  From A

  • Bapi for fb02 change

    hi, i have posted(adjusted) a account document with a reference number (belnr1) and using bapi  bapi_acc_document_post.now this bapi creates a document (belnr2).now my requirment is using FB02 change the document belnr1,pass the belnr2 in the documen

  • Non-system disk Error when rebooting from Windows Disk

    Hello, I'm trying to run Windows 7 Pro on a partition on my Macbook pro retina display. I have reached the step where through bootcamp you reboot from the wondows disk. I have the windows disk in an external optical drive and have tried both 32 and 6

  • IPhone Camera - distorted vertical stripe in low light

    My iPhone 5 camera (on rear side) recently started showing a distorted vertical stripe down the left side of the screen in low light. It starts as a yellowish stripe, and as the light gets lower, it turns more distorted with pinks and blues (see atta

  • Subscription not available 24 hours AFTER paying f...

    Used up the first 400 minute subscription to Philippines that will renew in a couple of weeks - so I purchased a second 400 minute subscription to the Philippines yesterday before the first would run out... now the first one is used up, I have a paid