Boa tarde,
puxei pro meu eclipse o svn do adempierelbr, e verifiquei que o arquivo dentro da pasta workspace/adempierelbr/data possui um .zip chamado OSeB_360_PGSQL.zip;
Extrai este arquivo, e apareceu o ExpDat.dmp;
Copiei este arquivo e colei dentro da pasta adempiere/data, e depois executei o run_dbrestore.bat que fica localizado na pasta utils, procedimento ocorreu tudo certo.
Executei dentro do Pgadmin3, todos os scripts da pasta rc110-360 e ocorreu tudo bem.
Depois executei o run_server2.bat;
Servidor de aplicação subiu, e executei o arquivo adempiere.jnlp;
Fui realizar uma venda na Garden, para verificar se seriam geradas duas notas, como estava ocorrendo antes, e não foi completada a venda, gerando o seguinte erro:
Query.list: SELECT AD_Client_ID,AD_Org_ID,AD_OrgTrx_ID,C_Activity_ID,C_BPartner_ID,C_BPartner_Location_ID,C_Campaign_ID,C_Charge_ID,C_Currency_ID,C_Order_ID,C_OrderLine_ID,C_Project_ID,C_ProjectPhase_ID,C_ProjectTask_ID,C_Tax_ID,C_UOM_ID,Created,CreatedBy,DateDelivered,DateInvoiced,DateOrdered,DatePromised,Description,Discount,FreightAmt,IsActive,IsDescription,LBR_CFOP_ID,LBR_LegalMessage_ID,lbr_Ref_C_InvoiceLine_ID,LBR_Tax_ID,lbr_TaxStatus,LBR_UpdateProduct,Line,LineNetAmt,Link_OrderLine_ID,M_AttributeSetInstance_ID,M_Locator_ID,M_Product_ID,M_ProductionLine_ID,M_Promotion_ID,M_Shipper_ID,M_Warehouse_ID,PP_Cost_Collector_ID,PriceActual,PriceCost,PriceEntered,PriceLimit,PriceList,Processed,QtyDelivered,QtyEntered,QtyInvoiced,QtyLostSales,QtyOrdered,QtyReserved,Ref_OrderLine_ID,RRAmt,RRStartDate,S_ResourceAssignment_ID,Updated,UpdatedBy,User1_ID,User2_ID,VendorProductNo FROM C_OrderLine WHERE (C_Order_ID=? ) ORDER BY M_Product_ID [11]
org.postgresql.util.PSQLException: ERRO: coluna “lbr_updateproduct” não existe;
Acabei verificando que o script 025 possui está linha:
– 22/12/2010 16h53min23s BRST
– I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,1120011,0,‘LBR_UpdateProduct’,TO_TIMESTAMP(‘2010-12-22 16:53:22’,‘YYYY-MM-DD HH24:MI:SS’),0,‘Sim/Não para saber se atualiza os valores do produto com base em compras e faturas’,‘LBRA’,‘Y’,‘LBR_UpdateProduct’,‘LBR_UpdateProduct’,TO_TIMESTAMP(‘2010-12-22 16:53:22’,‘YYYY-MM-DD HH24:MI:SS’),0)
;
– 22/12/2010 16h53min23s BRST
– I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, ‘N’,t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive=‘Y’ AND l.IsSystemLanguage=‘Y’ AND l.IsBaseLanguage=‘N’ AND t.AD_Element_ID=1120011 AND NOT EXISTS (SELECT * FROM AD_Element_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Element_ID=t.AD_Element_ID)
;
É para ser criado este elemento mesmo, ou devo criar está coluna na janela c_orderline?
Grato pela atenção.
Abraço.