Open mcleane opened 7 years ago
Hi Evan, I'd like to help figure out what is going on here. A few questions:
Hi, I am getting this error when trying to append the data to an existing data source on the server. Please advise if there is any resolution. Thank you very much.
Hello First thanks a lot fo your effort to build a migration tools.
I have the same error on some workbooks (not all). we can found theses lines into the vizportal log file :
2017-06-27 15:48:36.980 +0000 (dev,tadmin,-yA8DyHCRU-FcxLhTjoXFw,WVJ@VAoHTAEAAA4wzwEAAABh) catalina-exec-131 : DEBUG com.tableausoftware.domain.content.publishing.WorkbookPublishingService - Adding global credential to support kerberos for workbook BMX_CSTAT_T1 2017-06-27 15:48:37.236 +0000 (dev,tadmin,-yA8DyHCRU-FcxLhTjoXFw,WVJ@VAoHTAEAAA4wzwEAAABh) catalina-exec-131 : DEBUG com.tableausoftware.domain.content.publishing.WorkbookPublishingService - No transaction for upload extract. 2017-06-27 15:48:37.237 +0000 (dev,tadmin,-yA8DyHCRU-FcxLhTjoXFw,WVJ@VAoHTAEAAA4wzwEAAABh) catalina-exec-131 : INFO com.tableausoftware.domain.content.publishing.WorkbookPublishingService - Retrieving project: siteId=3, id=null, name=CSTAT 2017-06-27 15:48:37.503 +0000 (dev,tadmin,-yA8DyHCRU-FcxLhTjoXFw,WVJ@VAoHTAEAAA4wzwEAAABh) catalina-exec-131 : DEBUG com.tableausoftware.domain.content.publishing.PublishingHelperService - wgserver.publish.check_connections is disabled, skipping connection checks. 2017-06-27 15:48:37.505 +0000 (dev,tadmin,-yA8DyHCRU-FcxLhTjoXFw,WVJ@VAoHTAEAAA4wzwEAAABh) catalina-exec-131 : INFO com.tableausoftware.domain.content.publishing.WorkbookPublishingService - No workbook entity exists, creating a new one. ... 2017-06-27 15:48:38.206 +0000 (dev,tadmin,-yA8DyHCRU-FcxLhTjoXFw,WVJ@VAoHTAEAAA4wzwEAAABh) catalina-exec-131 : ERROR com.tableausoftware.api.rest.util.RestApiControllerAdvice - com.tableausoftware.api.rest.exceptions.BadRequestRestException: com.tableausoftware.domain.exception.NativeException: [SAP AG][LIBODBCHDB DLL][HDBODBC] Communication link failure;-10709 Connection failed (RTE:[-1] Kerberos error. Major: "Miscellaneous failure [851968]", minor: " []" (frox4122.mycompany.net:30215)) Unable to connect to the server "frox4122.mycompany.net". Check that the server is running and that you have access privileges to the requested database.
com.tableausoftware.api.rest.exceptions.BadRequestRestException: com.tableausoftware.domain.exception.NativeException: [SAP AG][LIBODBCHDB DLL][HDBODBC] Communication link failure;-10709 Connection failed (RTE:[-1] Kerberos error. Major: "Miscellaneous failure [851968]", minor: " []" (frox4122.mycompany.net:30215)) Unable to connect to the server "frox4122.mycompany.net". Check that the server is running and that you have access privileges to the requested database. `
The "special" thing for this workbook is a SAP HANA connection and I have not provide database credentials mapping file during import.
I will try to see if it change something and come back.
With a database mapping credentials file it works !
Hi IvoSalmreTableau and rferraton,
I am new for Tableau admin. I have got same issue with upload workbooks. So what is database mapping credential file? How do I created one or et one.
Thanks a lot. Mang
Hi,
I am getting the error below in my vizportal logs i need help with debugging this issue. I see InvalidPayloadException and BadRequestRestException exceptions in the logs below Tableau server -10.5
INFO com.tableausoftware.instrumentation.InstrumentationUtil - Instrumenting 'com.tableausoftware.api.rest.IRestApiResponse com.tableausoftware.api.rest.util.RestApiControllerAdvice.handleInvalidPayloadException(com.tableausoftware.api.rest.exceptions.BadRequestRestException, com.tableausoftware.core.localization.LanguageCode, com.tableausoftware.api.rest.util.RestApiVersion)' as 'com.tableausoftware.instrumentation:00=api,01=rest,02=exception,name=InvalidPayload,type=methods'. ERROR com.tableausoftware.api.rest.util.RestApiControllerAdvice - com.tableausoftware.api.rest.exceptions.BadRequestRestException: com.tableausoftware.domain.exception.NativeException: Version mismatch
com.tableausoftware.api.rest.exceptions.BadRequestRestException: com.tableausoftware.domain.exception.NativeException: Version mismatch
at com.tableausoftware.api.rest.impl.RestApiAppService.publishWorkbook(RestApiAppService.java:4084)
at com.tableausoftware.api.rest.RestApiController.publishWorkbook_aroundBody168(RestApiController.java:1684)
at com.tableausoftware.api.rest.RestApiController$AjcClosure169.run(RestApiController.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at com.tableausoftware.instrumentation.InstrumentedMethod.instrumentInvocation(InstrumentedMethod.java:66)
at com.tableausoftware.instrumentation.InstrumentationAspect.aroundAnnotatedMethod(InstrumentationAspect.java:57)
at com.tableausoftware.api.rest.RestApiController.publishWorkbook(RestApiController.java:1675)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:221)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:136)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:114)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:827)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:738)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:897)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:872)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.tableausoftware.core.controller.RelativeRedirectFilter.doFilter(RelativeRedirectFilter.java:62)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:506)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:445)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1115)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637)
at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.doRun(AprEndpoint.java:2555)
at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:2544)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
Hello @mli8888
What is your "action" to have this error ?
Did you switch to the 10.5-dev branch of my fork (because api url change for each version of Tableau Server, the file TabRESTMigrate/RESTHelpers/TableauServerUrls.cs need to be maintained to follow new urls) ?
The forked repo and 10.5 branch is here https://github.com/aetperf/TabMigrate/tree/10.5-dev The sources have been recompiled for the 10.5 version so you will find binaries in https://github.com/aetperf/TabMigrate/tree/10.5-dev/TabRESTMigrate/bin/Release Replace your binaries files (or compile sources your side) with files provide and try again.
Regards
I am trying to publish a workbook for .tde extracts
Tableau version :10.5.6 I have updated the ts-api _2.0.1.xsd to ts_api_2.8.xsd
I know that for tableau 10.5 the .tde extracts have been removed and replaced with .hyper i have update the extension also but it still gives me the same error i am not sure how to proceed with this. Tableau support did not help with this
Regards
Trying to Upload a workbook from file system to site using TabMigrate 1.08, but get a 400 bad request with error code 400011. And tableau server vizportal log reports an Invalid Username & Password.
It's unclear what the Invalid Username & Password is referring to. The workbook being uploaded contains 4 embedded extracts. Publishing of workbooks via Tableau Desktop works as expected. Any assistance would be much appreciated.
TabMigrate displays the following error:
On the tableau server the vizportal log shows an Invalid Username or password error: