In bound Que error

Dear Friends,
when I am doing the CFM2, the following error has occured
System:    QC1CLNT421    User:  ALEREMOTE 06.04.2010 20:16:58
Function/Q/SAPAPO/CIF_BATCH_INBOUND
Text:        Product for external product number 00008014400120
But i checked in SMQ1 amd SMQ2 in ECC and SCM, no qu's are found.
what could be the reason for it?
Sree

Dear Sree,
Please note that the productmaster MUST be transfered before you transfer your batches.                                                      
Please adjust your imodel for material and transfer this imodel then intial to SCM system via report RIMODINI, see note 533755, to be sure that all needed materials are transfered, after that please process the errorness queue again and the issue should be resolved.                                                       
Regards,
Tibor

Similar Messages

  • Java Index Out Of Bounds Exception error

    In the Query Designer when I choose access type for Result value as Master data, and execute, I get the following java Index Out Of Bounds Exception error:
    com.sap.ip.bi.webapplications.runtime.controller.MessageException: Error while generating HTML
         at com.sap.ip.bi.webapplications.runtime.impl.Page.processRequest(Page.java:2371)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.doServerRedirect(Page.java:2642)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.doProcessRequest(Page.java:2818)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.processRequest(Page.java:2293)
         at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.doProcessRequest(Controller.java:841)
         at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.processRequest(Controller.java:775)
         at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService.handleRequest(BIRuntimeService.java:412)
         at com.sap.ip.bi.webapplications.runtime.jsp.portal.components.LauncherComponent.doContent(LauncherComponent.java:21)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.ip.bi.base.exception.BIBaseRuntimeException: Error while generating HTML
         at com.sap.ip.bi.webapplications.ui.items.UiItem.render(UiItem.java:380)
         at com.sap.ip.bi.webapplications.runtime.rendering.impl.ContainerNode.render(ContainerNode.java:62)
         at com.sap.ip.bi.webapplications.runtime.rendering.impl.PageAssemblerRenderingRoot.processRendering(PageAssemblerRenderingRoot.java:50)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.processRenderingRootNode(Page.java:3188)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.processRendering(Page.java:2923)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.doProcessRequest(Page.java:2877)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.processRequest(Page.java:2293)
         ... 39 more
    Caused by: java.lang.IndexOutOfBoundsException: fromIndex = -7
         at java.util.SubList.<init>(AbstractList.java:702)
         at java.util.RandomAccessSubList.<init>(AbstractList.java:860)
         at java.util.AbstractList.subList(AbstractList.java:569)
         at com.sap.ip.bi.bics.dataaccess.base.impl.ModifiableList.remove(ModifiableList.java:630)
         at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.resultset.RsDataCells.removeRows(RsDataCells.java:480)
         at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.resultset.RsAxis.removeTuples(RsAxis.java:550)
         at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.resultset.RsAxis.applyResultVisibility(RsAxis.java:1312)
         at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.resultset.RsAxis.applyResultVisibility(RsAxis.java:1326)
         at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.resultset.RsAxis.applyResultVisibility(RsAxis.java:1326)
         at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.resultset.RsAxis.applyResultVisibility(RsAxis.java:1326)
         at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.resultset.RsAxis.applyResultVisibility(RsAxis.java:1272)
         at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.resultset.RsAxis.applyResultVisibility(RsAxis.java:1170)
         at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.resultset.ResultSet.applyPostProcessing(ResultSet.java:282)
         at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.resultset.ResultSet.refreshData(ResultSet.java:262)
         at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.QueryView.getResultSet(QueryView.java:267)
         at com.sap.ip.bi.webapplications.ui.items.analysis.control.AcPivotTableInteractive.checkResultSetState(AcPivotTableInteractive.java:368)
         at com.sap.ip.bi.webapplications.ui.items.analysis.control.AcPivotTableExport.validateDataset(AcPivotTableExport.java:249)
         at com.sap.ip.bi.webapplications.ui.items.analysis.control.AcPivotTableInteractive.buildUrTree(AcPivotTableInteractive.java:282)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:33)
         at com.sap.ip.bi.webapplications.ui.framework.base.composites.UiRootContainer.iterateOverChildren(UiRootContainer.java:40)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)
         at com.sap.ip.bi.webapplications.ui.advancedcontrols.bridge.AcItemBridge.iterateOverChildren(AcItemBridge.java:63)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)
         at com.sap.ip.bi.webapplications.ui.unifiedrendering.controls.FlowLayoutItem.iterateOverChildren(FlowLayoutItem.java:63)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)
         at com.sap.ip.bi.webapplications.ui.unifiedrendering.controls.FlowLayout.iterateOverChildren(FlowLayout.java:69)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)
         at com.sap.ip.bi.webapplications.ui.framework.base.composites.UiRootContainer.iterateOverChildren(UiRootContainer.java:40)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)
         at com.sap.ip.bi.webapplications.ui.advancedcontrols.bridge.AcItemBridge.iterateOverChildren(AcItemBridge.java:63)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)
         at com.sap.ip.bi.webapplications.ui.unifiedrendering.controls.MatrixLayoutCell.iterateOverChildren(MatrixLayoutCell.java:63)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)
         at com.sap.ip.bi.webapplications.ui.unifiedrendering.controls.MatrixLayoutRow.iterateOverChildren(MatrixLayoutRow.java:56)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)
         at com.sap.ip.bi.webapplications.ui.unifiedrendering.controls.MatrixLayout.iterateOverChildren(MatrixLayout.java:69)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)
         at com.sap.ip.bi.webapplications.ui.container.matrixlayout.control.AcMatrixControlGrid.iterateOverChildren(AcMatrixControlGrid.java:40)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)
         at com.sap.ip.bi.webapplications.ui.framework.base.composites.UiRootContainer.iterateOverChildren(UiRootContainer.java:40)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)
         at com.sap.ip.bi.webapplications.ui.advancedcontrols.bridge.AcItemBridge.iterateOverChildren(AcItemBridge.java:63)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)
         at com.sap.ip.bi.webapplications.ui.unifiedrendering.controls.Group.iterateOverChildren(Group.java:63)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)
         at com.sap.ip.bi.webapplications.ui.container.group.control.AcGroupControl.iterateOverChildren(AcGroupControl.java:259)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)
         at com.sap.ip.bi.webapplications.ui.framework.base.composites.UiRootContainer.iterateOverChildren(UiRootContainer.java:40)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)
         at com.sap.ip.bi.webapplications.ui.advancedcontrols.bridge.AcItemBridge.iterateOverChildren(AcItemBridge.java:63)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)
         at com.sap.ip.bi.webapplications.ui.unifiedrendering.controls.FlowLayoutItem.iterateOverChildren(FlowLayoutItem.java:63)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)
         at com.sap.ip.bi.webapplications.ui.unifiedrendering.controls.FlowLayout.iterateOverChildren(FlowLayout.java:69)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)
         at com.sap.ip.bi.webapplications.ui.framework.base.composites.UiRootContainer.iterateOverChildren(UiRootContainer.java:40)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)
         at com.sap.ip.bi.webapplications.ui.advancedcontrols.bridge.AcItemBridge.iterateOverChildren(AcItemBridge.java:63)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)
         at com.sap.ip.bi.webapplications.ui.unifiedrendering.controls.Group.iterateOverChildren(Group.java:63)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)
         at com.sap.ip.bi.webapplications.ui.container.group.control.AcGroupControl.iterateOverChildren(AcGroupControl.java:259)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)
         at com.sap.ip.bi.webapplications.ui.framework.base.composites.UiRootContainer.iterateOverChildren(UiRootContainer.java:40)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.start(CompositeBuildUrTreeTrigger.java:59)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.ExtendedRenderManager.triggerComposites(ExtendedRenderManager.java:69)
         at com.sap.ip.bi.webapplications.ui.framework.base.impl.BICompositeManager.renderRoot(BICompositeManager.java:79)
         at com.sap.ip.bi.webapplications.ui.items.UiItem.render(UiItem.java:376)
    Any help in solving this error is highly appreciated. Points will be given
    Best Regards,
    Vidyut K Samanta

    Hi.
    Go to line 9 of your code.
    You are trying to use an array there.
    Suppose you have an array x[4] - this array has 4 elements indexed 0..3.
    you are trying to access an element with an index higher than 3.
    Nimo.

  • Why Do I Receive Internal Software Error(s): Terminal Index Out of Bounds. Error code -61350,When Compiling my FPGA VI for an cRIO-9118 using NI 9223 ?

    I am receiving the following error (in a pop-up window) when compiling my VI FPGA code in chassis NI 9118 using NI 9223 module.  This error occur while compiling process (generating intermediate files , stage 7 of 7). how do I resolve this error ?
    thank you
    additional information :
    Original error message: 
    Errors : 
    Internal Software Error(s): Terminal Index Out of Bounds.
    Error code: -61350
    Details : 
    A terminal with this index does not exist on this block diagram node.
    NiFpgaHandleCallbackError.vi<APPEND>
    <b>Complete call chain:</b>
    NiFpgaHandleCallbackError.vi
    niFpgaNodeInformation.lvclass:Get Const Variant.vi
    DfirModGen.lvclass:GetConstant.vi
    niLvFpgaMungerBrainwashIONodeCommon_Dfir.vi
    niLvFpgaMungerBrainwashSingleIOGrowableMethod_DFIR.vi
    nirviEIOMethodImplementation_SpecifyDFIR.vi
    nirviEIOMethodImplementation_SpecifyDFIR.vi.ProxyCaller
    Solved!
    Go to Solution.

    Hi tesa,
    This is a bug which was fixed in LabVIEW 2012 SP1. The CAR number created for this bug is 332811 and as you can see in this link, it is already in the bug fixes list.
    Carmen C.

  • TileList problem with effects - 'RangeError: Index '8′ specified is out of bounds.' error.

    Flex 3.0 beta TileList problem with effects
    I have a problem with deleting item from a Flex 3.0 beta
    TileList component. While a delete item effect is playing and I
    delete another item (while the first effect is still playing) , I
    get an ‘RangeError: Index ‘8′ specified is out of
    bounds.’ error. How do you delay processing until the effects
    are done? or is there another solution? do I use a callLater()? or
    remove the eventListener and wait until the effect finishes?
    To see the problem, hit the down error twice quickly.
    To see the application ->
    http://designwithflex.com/pics/fasterror.swf
    Here is Thumbnail.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <mx:VBox xmlns:mx="
    http://www.adobe.com/2006/mxml"
    width="100" height="100">
    <mx:Label text="{data.name}" />
    <mx:Label text="{data.age}" />
    </mx:VBox>
    and here is main.mxml:

    luvgelato,
    Can you please file a bug at
    http://bugs.adobe.com/flex/
    and attach all your MXML code.
    Thanks,
    Peter

  • HT201209 no puedo activar mi codigo soy de mexico pero al activarlo dices que ERROR QUE LA TARJETA QUE INGRESE NO HA SIDO ACTIVADA CORRECTAMENTE QUE AGO?? no quiero perder mis 600 pesos

    no puedo activar mi codigo soy de mexico pero al activarlo dices que ERROR QUE LA TARJETA QUE INGRESE NO HA SIDO ACTIVADA CORRECTAMENTE QUE AGO?? no quiero perder mis 600 pesos AYUDA

  • Bound mismatch error

    Hi everyone
    I am developing a 3d engine using java and at this point I need to create an edge table for my rendering purposes. here is my problem:
    I Have an ArrayList of Edge pointed to by a List reference like this:
    List<Edge> list = new ArrayList<Edge>();
    and i want to use the Collections.sort(list) to sort this list, but when i try to sort the list my editor shows an error saying:
    Bound mismatch: The generic method sort(List<T>) of type Collections is not applicable for the
    arguments (List<Edge>). The inferred type Edge is not a valid substitute for the bounded
    parameter <T extends Comparable<? super T>>
    here is my Edge class:
    public abstract class Edge implements Comparable{
         protected double ymax;
         protected double ymin;
         protected double xval;
         protected double mInverse;
         public abstract int compareTo(Object e);
    could anyone please tell me what is the problem here?
    thanks
    sina
    Edited by: sina_izad on Dec 27, 2007 10:11 AM

    Well, like the error message suggests, you need this:public abstract class Edge implements Comparable<Edge>and consequently this:public abstract int compareTo(Edge e);

  • PSD CS4 Bounding Box Error

    Have been printing to a cheap HP Laser no problems. Just purchased a Kyocera FSC5200DN, connected to a iMac with OSX 10.5.8 through ethernet.
    When printing from PSD file will print, takes forever and get an error that reads:  Bad %%BoundingBox: comment seen!
    Can open file in Preview or Illustrator and print just fine.
    Anybody know a fix for this photoshop problem.
    Thanks, Mark

    Had the same error this morning. Had no problems with my HP Z6100ps and PSD CS4- then I updated the printer firmware which, I'm told, was grievously outdated. Tried printing a 24" x 36" poster from my mac tower, 10.5.8, and got the message as the file wouldn't stop spooling. The problem is also on the Apple forums and the HP forums with no solution, just the workaround to print to PDF, then print from Acrobat or Preview. That worked for me, but I hadn't considered opening the PSD file in Illustrator. Next time I'll give it a try.

  • The multi-part identifier "#AIP.agentcode" could not be bound is error coming while executing code

    DECLARE @Groupid varchar(50)
    DECLARE @Agentcode varchar(50)
    Declare @From numeric(20)
    Declare @TO numeric(20)
    DECLARE @date nvarchar(30)
    Declare @tempSelect varchar(max)=''
    Declare @tempQuery varchar(max)
    declare @sqlstr nvarchar(max)
    declare @alias nvarchar(100)
    declare @agent1 varchar(4000)
    declare @agentid varchar(20)
    declare @transvalue varchar(20)
    Set @From= 20140801
    Set @TO= 20140810
    SET @Groupid=2
    SET @Agentcode=121
    --set @ttotal = @TO - @From
    --set @counter = @From
    --set @i = 0
    set @tempQuery=''
    truncate table  jv.dbo.a_tbl_AIP_LOGIN 
    insert into jv.dbo.a_tbl_AIP_LOGIN (agentcode)
    select distinct   AgentCode   from jv.dbo.aGENT WHERE Flagactive='y' and email like '%@%'
    union
    SELECT Distinct 
    jv.dbo.POLICYADMININFO.AGENTID 
    FROM jv.dbo.POLICYADMININFO(NOLOCK)
    WHERE ORDEFFDATE BETWEEN @From AND @TO AND TRANSTYPE = 'NB'  and POLICYADMININFO.AGENTID>0 
    Update T set RM_NAME=RMMASTER.rmname,SM_NAME=SM_MASTER.name,REGION=rmmaster.region,AIP_NAME=agent.FirstName     
     from jv.dbo.a_tbl_AIP_LOGIN T
    left join jv.dbo.AGENT (NOLOCK) on    t.agentcode=agent.AgentCode
    LEFT JOIN jv.dbo.SM_MASTER(NOLOCK) ON AGENT.SMID = SM_MASTER.SMID
    LEFT JOIN jv.dbo.RMMASTER(NOLOCK) ON sm_master.Region =rmmaster.region   
    --------------------------------------FOR AIP Operation----------------------------------------------------------
    if (@groupid=2)
    Begin 
    select agentcode into #AIP from jv.dbo.a_tbl_aip_login where AgentCode=@Agentcode
    SELECT PolicyAdminInfo.AgentID,ORDEFFDATE,isnull(convert(bigint, SUM(cast(TransVal*s1.mf as money))),0) TRANSVAL
    into #aipbusiness FROM   jv.dbo.POLICYADMININFO(NOLOCK) 
    INNER join #AIP on PolicyAdminInfo.AgentID=#AIP.agentcode
    LEFT JOIN jv.dbo.Amwayskuitem_New(NOLOCK) S1 ON S1.SKU_ITEM=POLICYADMININFO.SKUNO  
    LEFT JOIN jv.dbo.POLICYINFO(NOLOCK) I ON I.POLICYNO=POLICYADMININFO.ApplNo and I.PRODUCTTYPE=POLICYADMININFO.ProductType
    LEFT JOIN jv.dbo.PolicyStatus_new S ON I.PolicyStatus=S.PolicyStatus
    WHERE ORDEFFDATE BETWEEN @From AND @TO AND TRANSTYPE = 'NB' 
    AND NOT ISNULL(S.EffStatus,'')='CANCELLED' 
    GROUP BY  PolicyAdminInfo.AGENTid,ORDEFFDATE
    order by agentid
    end
    set @transvalue ='transval';
    while(@From <=@TO )
         Begin
           set @alias=' a'+CONVERT(nvarchar,@From) --as '+@i +' 
    --set @tempSelect=@tempSelect + ',' +@alias+'.'+@agentid +','+@alias+'.'+@transvalue ;
    set @tempSelect=@tempSelect + ','+@alias+'.'+@transvalue +' ['+replace(convert(nvarchar, jv.dbo.convDatetime(@From),103),'/','-')+']';
    --set @tempSelect=@tempSelect + ','+@alias+'.'+@alias 
    --set @tempSelect=@tempSelect + ',' +@alias
       set @tempQuery=@tempQuery+' left outer join (select agentid,transval from #aipbusiness where #aipbusiness.ordeffdate='+CONVERT(nvarchar,@From)+')' +  @alias + '  on #AIP.agentcode='
    +  @alias +'.agentid'        
    set @from =@From +1;
    End 
    SET @sqlStr  = 'select a_tbl_AIP_LOGIN.Region,a_tbl_AIP_LOGIN.RM_NAME RMName,a_tbl_AIP_LOGIN.SM_NAME SMName,a_tbl_AIP_LOGIN.AIP_NAME AIPName' + @tempSelect +  ' from jv.dbo.a_tbl_AIP_LOGIN' +@tempQuery +' Order by Region,RM_NAME ,SM_NAME
    ,AIP_NAME '
    --select @sqlStr as out
    execute sp_Executesql  @sqlStr
    --select @tempSelect as out
    drop table #aip
    drop table #aipbusiness
    malik

    Hello,
    In your dynamic SQL you are trying to access the local temporary table #AIP, which was created in the stored procedure. You run the dynamic SQL with sp_Executesql, which starts as a separate session, where you can't access the local temp table from the other
    session; this don't work.
    Use a global temp table, which will cause other issues, or run everything as one big dynamic SQL statement.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Buenas tardes mi iphone 4 se actualizo y ahora me aparece que esta en recuperacion y conecte a itunes lo conecto y me dice que error y no lo puedo utilizar!!!

    buenAS TARDES no puedo utilizar mi iphone 4 se desprogramo con la actualizacion y me dice conectar a itunes y aparece en recuperacion pero no lo puedo utilizar ni se actualiza!Q!!!

    Google translate:
    I have an ipod and tells me to connect it to itunes and I connect and nothing happens not turn stays on that screen I do
    I need someone to help me or tell me how I can fix this problem that I have because I want to use again My ipodtouch
    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer                 
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order. Or contct an APple Authorized Service Provider
    Apple Retail Store - Genius Bar       

  • Error  in the outbound Que CIF 'vesrsion 0 isnot maint for the fis yr 2015

    Hi ,
    I sending the Process order through CIF , there is out bound que for CIF while executing the transfer i am getiing the error
    ' Version 0 is not maintained for the fiscal yr 2015' I j=have check the production version validity ddate & version 0 in the controlling also .
    Plz let me know the reason for error .
    Regards
    satish

    Dear  Bramhankar  Sir ,
    Thanks for the reply ,
    But sir , i have check in the OKEV transaction , in that o version is maintained for the year up to 2010 , but why is is showing me the 2015 in the error. fromwhere it is picking  2015 fiscal yr  ?
    Sir i will reply back once i will check the SAP notes
    Thanks for the valuable reply .
    Reagrds
    satish
    Edited by: satish kapartiwar on Nov 10, 2009 7:13 AM
    Solution  :-
    We Rerun the Que & refresh it , it works ......  I think the issue with scheduling .
    Anyway thanks for the help .
    regards
    satish
    Edited by: satish kapartiwar on Nov 11, 2009 11:00 AM

  • Print jobs keep starting and then error in print que

    I have a HP Photosmart 100D series printer. The print jobs keep freezing up in the que. The jobs start and then after a page or two the error message appears when checking the status.
    I uninstalled the printer and reinstalled
    I have download new drivers
    I have run the "HP Print Doctor" it gives a message to save work, close and programs and restart the PC and then restart the ulitity. I have done this and still get the message that it cannot fix the que error.
    What do you suggest as a solution to this frustrating problem?
    I  have Windows 7 Professional OS

    Hmm. I have an HP printer that's behaved fine, but I've moved it to my iBook (running Tiger) so I can print wirelessly.
    It may be an issue with the driver or the software. I'm guessing the software was written for the PPC machines, and that might be causing the problem.
    The way I've checked this is to open up "Activity Monitor" (Applications>Utilities) and find the processes related to your HP printer (usually begin with "hp") under kind what's shown?
    You might want to look into the CUPS idea presented earlier as it may give you better results.
    ~Lyssa

  • Linux 3.14.2-1 ARCH config error - will not build with ABS [SOLVED]

    Hi Guys,
    I need to compile my kernels with ABS because I need 16 DVB adaptors instead of 8. This works normally just fine. Today I tried to compile newest kernel and got following error during config. For the record 3.14.1-1 built just fine.
    Makefile:615: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler
    SYSHDR arch/x86/syscalls/../include/generated/uapi/asm/unistd_32.h
    SYSHDR arch/x86/syscalls/../include/generated/uapi/asm/unistd_64.h
    SYSHDR arch/x86/syscalls/../include/generated/uapi/asm/unistd_x32.h
    SYSTBL arch/x86/syscalls/../include/generated/asm/syscalls_32.h
    SYSHDR arch/x86/syscalls/../include/generated/asm/unistd_32_ia32.h
    CHK include/config/kernel.release
    SYSHDR arch/x86/syscalls/../include/generated/asm/unistd_64_x32.h
    UPD include/config/kernel.release
    SYSTBL arch/x86/syscalls/../include/generated/asm/syscalls_64.h
    WRAP arch/x86/include/generated/asm/clkdev.h
    CHK include/generated/uapi/linux/version.h
    UPD include/generated/uapi/linux/version.h
    CHK include/generated/utsrelease.h
    UPD include/generated/utsrelease.h
    HOSTCC arch/x86/tools/relocs_32.o
    HOSTCC arch/x86/tools/relocs_64.o
    HOSTCC arch/x86/tools/relocs_common.o
    HOSTLD arch/x86/tools/relocs
    CC kernel/bounds.s
    gcc: error: unrecognized command line option ‘-fstack-protector-strong’
    /home/server/core/linux/src/linux-3.14/./Kbuild:35: recipe for target 'kernel/bounds.s' failed
    make[1]: *** [kernel/bounds.s] Error 1
    Makefile:884: recipe for target 'prepare0' failed
    make: *** [prepare0] Error 2
    ==> ERROR: A failure occurred in prepare().
    Aborting...
    Thanks for the help
    Last edited by wdirksen (2014-05-02 20:31:32)

    wdirksen wrote:...I just moved to New Zealand...
    Beautiful part of the the world... you just need to watch out for Saruman and his orc army
    wdirksen wrote:... and the packages in the NZ mirror are not all in sync at the same time.
    Use reflector....
    % which upp
    upp: aliased to reflector -c "United States" -a 1 -f 3 --sort rate --save /etc/pacman.d/mirrorlist && cat /etc/pacman.d/mirrorlist && sudo pacman -Syyu
    You need to `chmod youruser:yourgroup /etc/pacman.conf` for that to work if run by non-root.
    Last edited by graysky (2014-05-02 20:33:38)

  • Editing titles or clicking on clips causes serious error

    Problem with new mac mini (purchased two days ago), no problem on iMac (with
    same software install, checked with system profiler). Tried with two mac minis
    (replaced the just purchased one with a replacement after a discussion with a genius)
    Mac OS X : 10.5.7
    iMovie 09' : 8.0.2 (741)
    Editing titles/text, changing titles/back ground lengths causes. Could be associated with generally clicking on clips (possibly double clicking)
    1) Loss of control of inspector window
    2) Inability to share the video (the options are greyed out)
    3) Inability to return to the project selection window
    4) Inability to add more titles/backgrounds
    5) Inspector seems trapped in a strange state, unable to close
    iMovie reports the following messages via console(as example)
    18/05/2009 16:23:11 iMovie[325] NSMutableRLEArray objectAtIndex:effectiveRange:: Out of bounds
    this error repeats many times.
    Anyone please help!

    Since this is a new rig, I'm assuming this is a PPro CS6 installation you're referring to?    

  • BOUNDED RECOVERY: CHECKPOINT: in ggserr.log and report file

    Hi all, I recently setup GG Version 11.1.1.1 bidirectional and I have 2 extracts, 2 replicats and 2 pump parameter files. In the errorlog and report file I see
    " +BOUNDED RECOVERY: CHECKPOINT: for object pool 1: p3321868_extr: st+
    +art=SeqNo: 230, RBA: 58836496, SCN: 0.8528654 (8528654), Timestamp: 2011-10-17 20:02:44.000000, end=SeqNo: 230, RBA: 58836992, SCN: 0.8528654 (8528654), Time+
    +stamp: 2011-10-17 20:02:44.000000+."
    And replication stops after this.
    I just stopped the extract process and started with "*start <extract> BRRESET*" and it works fine for sometime and again I see the same message in ggserr.log
    Can anyone please help me regarding this.
    Thanks,
    VKR

    No other error messages? Nothing in the replicat report showing an error?
    Given that you've used BRRESET, you've either dug into the Reference guide or found this note on Oracle Support:
    Extract Abends With Bounded Recovery Errors In The Report File (Doc ID 1293772.1)
    Extract may be stuck on a zero-length record.
    If it keeps happening, I'd create an SR with support.

  • Window.bounds gives weird results

    I run without Application Frame and without Application Bar. I see no point to the former and the latter is just a shocking waste of space. For years, I've been using a handful of scripts to manage my window positions. One of them is now misbehaving. The script is so old that it didn't use functions and all its variables were global -- it probably dates all the way back to when I was beta-testing the original ExtendScript in CS.
    So I decided to rewrite it in case I'd done something weird that rewriting would expose. Well, I found the weirdness but it wasn't me. With one document window open, I typed this into the JavaScript Console (I'm running with a monitor that is 1920 x 1200):
    app.windows[0].bounds = [22,32,1140,863]
    and the console duly responded with:
    Result: 22,32,1140,863
    and visually, I can see that the window is indeed at that location.
    But now when I type:
    app.windows[0].bounds
    into the JS Console, it responds with:
    Result: 60,32,1178,863
    The x values are right but the y values are off by 38.
    Is this a Mac-only issue? I'm running with Mountain Lion on a Retina MacBook Pro. Oh: of course it's Mac only: you can't switch off the Application Frame on Windows, can you?
    Dave

    It turned out that moving to 0,0 created problems with the x-coordinate, but since those were the only x-coordinate problems I ever saw, I decided to focus only on the y-coordinate. In this version of the script, I move the window to y = 0 to measure the current value of the y error.
    //DESCRIPTION: Resets active layoutWindow size or uses front layoutWindow to set page default size.
              Rewrite of a venerable old favorite
              1. If no layoutWindow open offer to delete settings file
              2. If no settings and layoutWindow offer to make layoutWindow bounds new settings
              3. If settings and layoutWindow move layoutWindow to settings location unless there's a layoutWindow already there
                  in which case, move layoutWindow next to that other layoutWindow or move only layoutWindow right by its width
    (function() {
              var settingsFile = getSettingsFile();
              if (app.layoutWindows.length == 0) {
                        // no front layoutWindow; offer user chance to delete settings
                        if (confirm("No layoutWindow is open; would you like to delete the settings file?")) {
                                  // user said yes; only bother to delete it if it exists
                                  if (settingsFile.exists) {
                                            settingsFile.remove();
                        return; // no layoutWindow, so nothing more to do
              // there's at least one layoutWindow
              var yDelta = getDelta(app.layoutWindows[0]);
              if (settingsFile.exists) {
                        applySettings(settingsFile, yDelta);
              } else {
                        if (confirm("Settings file is missing. Use current front layoutWindow to set default?")) {
                                  // user said do it
                                  var bounds = app.layoutWindows[0].bounds;
                                  var bounds = [
                                            bounds[0] - yDelta,
                                            bounds[1],
                                            bounds[2] - yDelta,
                                            bounds[3]
                                  new File(settingsFile);
                                  settingsFile.open("w");
                                  settingsFile.write(bounds);
                                  settingsFile.close();
              function getDelta(layoutWindow) {
                        // get current layoutWindow position and dimensions
                        var reportedBounds = layoutWindow.bounds;
                        var wHeight = reportedBounds[2] - reportedBounds[0];
                        // move to 0, 0
                        layoutWindow.bounds = [0, reportedBounds[1], wHeight, reportedBounds[3]];
                        $.sleep(10);
                        var newBounds = layoutWindow.bounds;
                        // calculate errors
                        var yDelta = newBounds[0];
                        // restore layoutWindow to original position
                        layoutWindow.bounds = [
                                  reportedBounds[0] - yDelta,
                                  reportedBounds[1],
                                  reportedBounds[2] - yDelta,
                                  reportedBounds[3]
                        $.sleep(10);
                        return yDelta
              function applySettings(settingsFile, yDelta) {
                        // values written out to the settings file must take delta into account
                        settingsFile.open("r");
                        var savedBounds = settingsFile.read();
                        settingsFile.close();
                        var myBounds = savedBounds.split(",");
                        for (var j = myBounds.length - 1; j >= 0; j--) {
                                  myBounds[j] = Number(myBounds[j]);
                        // Check to see if an existing layoutWindow is already at these bounds;
                        var layoutWindowsBounds = app.layoutWindows.everyItem().bounds;
                        // all these values are off by delta
                        for (var j = layoutWindowsBounds.length - 1; j >= 0; j--) {
                                  if (layoutWindowsBounds[j][0] - yDelta == myBounds[0]
                                                      && layoutWindowsBounds[j][1]  == myBounds[1]
                                                      && layoutWindowsBounds[j][2] - yDelta == myBounds[2]
                                                      && layoutWindowsBounds[j][3] == myBounds[3]) {
                                            // layoutWindow right there, so:
                                            var myWidth = myBounds[3] - myBounds[1];
                                            myBounds[1] += myWidth;
                                            myBounds[3] += myWidth;
                                            break; // only do it once!
                        app.layoutWindows[0].bounds = myBounds;
              function getSettingsFile() {
                        var scriptFile = getScriptFile();
                        return File(scriptFile.parent + "/PageDefault" + parseInt(app.version) + ".txt");
              function getScriptFile() {
                        // This function returns the file of the active script, even when running ESTK
                        try {
                                  return app.activeScript;
                        } catch(e) {
                                  return File(e.fileName);

Maybe you are looking for

  • To caluclate the opening balances

    I want to calulate the opening balances and closing balances for each month in the result like this : Month uom Opening Closing Apr May Jun Jul Aug sep Oct Nov Dec Jan Feb Mar SELECT UOM, SUM(OPSTK) OPSTK, SUM(OPVAL) OPVAL SUM(INQTY) INQTY, SUM(INVAL

  • XI Soap Adapter: problems in parsing XML

    Hallo, I call a Web Service using XMLSpy and this is the response (note tag <File>):           <SOAPSDK4:ExpBaselineResponse xmlns:SOAPSDK4="http://tempuri.org/PRWBS_PRIMAVERA/message/">                <RESULT>OK</RESULT>                <File><?xml v

  • Cannot download latest update...help?

    I can download the update but as soon as I hit "run" a dialogue box appears that says "Instalshield" in the top left corner and then has a bunch of command line perameters with an "ok" button at the button...I hit ok and nothing happens...help?

  • Synchronization on awt component

    I was facing some deadlock issues on the awt component and trying to resolve the problems. I have searched using google and also in this forum but not much information that i can found. Anyone have some good article on sychonization on awt component

  • Closing the window

    Hello all, Thanks to those who helped before to get the dialog box to open. (I'd never used Swing before, so I ended up learning quite a bit<g>) At any rate, I've run into another silly snag, I can't get the app window to close. I've tried the dispos