Posty bez odpowiedzi |oraz Aktywne tematy Dzisiaj jest 2024-03-28, 11:17x



Odpowiedz w temacie  [ Posty: 4 ] 
Brak dostępu do internetu 2020.1.b One Payroll 
Autor Wiadomość

Rejestracja: 2011-02-18, 14:14
Posty: 119
Post Brak dostępu do internetu 2020.1.b One Payroll
Dziwna sytuacja
Po zainstalowaniu 20201b było wszystko ok.
Uruchomiłem na stanowisku wersje 19.20 zeby przekonwertować starą bazę .
Po czym nie da sie już uruchomić wersję 2020.1.b
Pojawia sie komunikat jak na obrazku.
Czytałem o tym błedzie w bazie wiedzy. Ale jest ona dla mnie zupełnie niezrozumiała. Wyłączyłem zaporę całkowicie.
Co ciekawe , jak kilka razy kliknę na ikonkę skrótu to program się uruchamia.


Załączniki:
brak.JPG
brak.JPG [ 14.47 KiB | Przeglądany 3361 razy ]
2020-01-18, 17:10
Wyświetl profil
Autor Wiadomość
 



Rejestracja: 2016-05-17, 20:41
Posty: 392
Pomógł: 75
Post Re: Brak dostępu do internetu 2020.1.b One Payroll
Tak miałem do niedawna na domowym kompie, też po kilku próbach się odpalało. To można obejść modyfikując jeden z plików konfiguracyjnych w katalogu z programem, zgaduję że tego dokładnie dotyczył ten artykuł o którym piszesz; co ciekawsze te połączenie z netem jest, aby ustalić poprawną datę i godzinę. Jeśli to się faktycznie przyda to daj znać, w wolnej chwili opiszę jak to przestawić.


2020-01-22, 17:47
Wyświetl profil

Rejestracja: 2011-02-18, 14:14
Posty: 119
Post Re: Brak dostępu do internetu 2020.1.b One Payroll
SageKiP.exe.config tak wygląda:
Nie bardzo wiem gdzie tu wstawić to "coś" z tego artykułu
https://centrumwiedzy.sage.com.pl/Conte ... x?id=13453

Proszę o pomoc
Karol


<?xml version="1.0"?>
<configuration>
<runtime>
<assemblies><!--problem z raportami repx -->
<add assembly="System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
</assemblies>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.Practices.ServiceLocation" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<system.transactions>
<defaultSettings timeout="02:00:00"/>
<machineSettings maxTimeout="02:00:00"/>
</system.transactions>

<appSettings>
<!--
<add key="HelpURL" value="http://help-develop.azurewebsites.net/Help"/>
-->

<add key="TokenTime" value="15" />
<add key="EmailHost" value="" />
<add key="EmailPort" value="" />
<add key="EmailFrom" value="" />
<add key="EmailEnableSSL" value="false" />
<add key="EmailUserName" value="" />
<add key="EmailPassword" value="" />
</appSettings>
<system.serviceModel>
<behaviors>
<serviceBehaviors>
<behavior name="PersonalFilesBehaviors">
<serviceMetadata httpGetEnabled="true" />
<serviceDebug includeExceptionDetailInFaults="true" />
<serviceAuthorization serviceAuthorizationManagerType="PersonalFilesApi.BusinessLogic.Auth.RestAuthorizationManager, PersonalFilesApi.BusinessLogic, Version=19.14.1.0, Culture=neutral, PublicKeyToken=3342f0000400c525" />
</behavior>
</serviceBehaviors>
<endpointBehaviors>
<behavior name="web">
<webHttp defaultOutgoingResponseFormat="Json" />
</behavior>
</endpointBehaviors>
</behaviors>
<bindings>
<webHttpBinding>
<binding name="WebHttpBindingSetting" maxBufferSize="2147483647" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647" contentTypeMapper="PersonalFilesApi.BusinessLogic.Auth.SampleContentTypeMapper, PersonalFilesApi.BusinessLogic, Version=19.14.1.0, Culture=neutral, PublicKeyToken=3342f0000400c525">
<readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
</binding>
</webHttpBinding>
</bindings>
<services>
<service behaviorConfiguration="PersonalFilesBehaviors" name="PersonalFilesApi.PersonalFilesService">
<endpoint behaviorConfiguration="web" binding="webHttpBinding" bindingConfiguration="WebHttpBindingSetting" contract="PersonalFilesApi.IPersonalFilesService" />
</service>
</services>
<protocolMapping>
<add binding="basicHttpsBinding" scheme="https" />
</protocolMapping>
<serviceHostingEnvironment aspNetCompatibilityEnabled="false" multipleSiteBindingsEnabled="true" />
</system.serviceModel>

<system.diagnostics>
<trace autoflush="true" indentsize="4">
<listeners>
<!--<add name="xmlWriterListener"/>-->
<!--<add name="consoleListener"/>-->
<!--<add name="textWritterListener"/>-->
<!--<add name="eventSchemaListener"/>-->
<!--<add name="eventLogTraceListener"/>-->
<!--<remove name="Default"/>-->
</listeners>
</trace>

<sources>
<source name="Sage Kadry i Płace" switchName="traceSwitch" switchType="System.Diagnostics.SourceSwitch">
<listeners>
<!--<add name="xmlWriterListener"/>-->
<!--<add name="consoleListener"/>-->
<!--<add name="textWritterListener"/>-->
<!--<add name="eventSchemaListener"/>-->
<!--<add name="eventLogTraceListener"/>-->
<!--<remove name="Default"/>-->
</listeners>
</source>
</sources>

<switches>
<add name="traceSwitch" value="Off"/>
</switches>

<sharedListeners>
<!--<add name="xmlWriterListener" type="System.Diagnostics.XmlWriterTraceListener" initializeData="C:\Logs\logs.xml" traceOutputOptions="DateTime, Timestamp, ProcessId, ThreadId, Callstack, LogicalOperationStack">
<filter type="System.Diagnostics.EventTypeFilter" initializeData="Error"/>
</add>-->
<!--<add name="consoleListener" type="System.Diagnostics.ConsoleTraceListener" traceOutputOptions="ProcessId, DateTime, Timestamp">
<filter type="System.Diagnostics.EventTypeFilter" initializeData="Error"/>
</add>-->
<!--<add name="textWritterListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="C:\Logs\logs.txt" traceOutputOptions="DateTime, Timestamp, ProcessId, ThreadId, Callstack, LogicalOperationStack">
<filter type="System.Diagnostics.EventTypeFilter" initializeData="Error"/>
</add>-->
<!--<add name="eventSchemaListener" type="System.Diagnostics.EventSchemaTraceListener, System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" initializeData="C:\Logs\logs.svclog" traceOutputOptions="DateTime, Timestamp, ProcessId, ThreadId, Callstack, LogicalOperationStack" bufferSize="65536" maximumFileSize="20480000" logRetentionOption="LimitedCircularFiles" maximumNumberOfFiles="2">
<filter type="System.Diagnostics.EventTypeFilter" initializeData="Error"/>
</add>-->
<!--<add name="eventLogTraceListener" type="System.Diagnostics.EventLogTraceListener" initializeData="TraceListenerLog" traceOutputOptions="DateTime, Timestamp, ProcessId, ThreadId, Callstack, LogicalOperationStack">
<filter type="System.Diagnostics.EventTypeFilter" initializeData="Error"/>
</add>-->
</sharedListeners>
</system.diagnostics>

</configuration>


2020-01-22, 21:59
Wyświetl profil

Rejestracja: 2011-02-18, 14:14
Posty: 119
Post Re: Brak dostępu do internetu 2020.1.b One Payroll
Bardzo proszę użytkownika Szepczący o pomoc w tej sprawie
Karol


2020-02-04, 19:46
Wyświetl profil
Wyświetl posty nie starsze niż:  Sortuj wg  
Odpowiedz w temacie   [ Posty: 4 ] 
   Podobne tematy   Autor   Odpowiedzi   Odsłony   Ostatni post 
Na tym forum nie ma nowych nieprzeczytanych postów. Sciąganie pliku z internetu z poziomu HM Premium

w Programowanie

klesta

4

2950

2009-04-22, 08:32

Jarek75 Wyświetl najnowszy post

Na tym forum nie ma nowych nieprzeczytanych postów. Załączniki Forte nie działa bez internetu

w Techniczne

tkski

7

4167

2015-02-23, 15:03

profimedia Wyświetl najnowszy post

Na tym forum nie ma nowych nieprzeczytanych postów. Migracja FK 2020 do 50c 2020 brak weryfikacji

w Programy Księgowe

sebekppp

12

11455

2023-05-16, 11:00

grzeesiek_r Wyświetl najnowszy post

Na tym forum nie ma nowych nieprzeczytanych postów. Załączniki Po aktualizacji FK 2020.2 do 2020.4 i poprawki xv.load rejz

w Programy Księgowe

net_vision

12

6822

2020-07-22, 18:30

mjavo Wyświetl najnowszy post



Kto jest online

Użytkownicy przeglądający to forum: Nie ma żadnego zarejestrowanego użytkownika i 9 gości


Nie możesz tworzyć nowych tematów
Nie możesz odpowiadać w tematach
Nie możesz zmieniać swoich postów
Nie możesz usuwać swoich postów
Nie możesz dodawać załączników

Szukaj:
Przejdź do:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Support forum phpbb by phpBB Assistant