As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
The sec error message is specific to this id and not to her machine. It is not a userid or password issue since specific messages are issued by wf if that is the problem.
We have tried with and without xxxx\ domain prefix.
The advanced search on sec error seems to point to 3rd party authentication like Kerberos being a problem and I checked with the user to make sure that she had nothing special in her id.
Any suggestions gratefully received.
Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2 Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo
Posts: 888 | Location: Airstrip One | Registered: October 06, 2006
If this error message comes out of EDAPRINT on the reporting server and you are running OPSYS security, then this user's id must be valid on the reporting server platform.
Have you had her try logging onto the reporting server console? She shouldn't need the domain and she should minimally be able to do that.
Logon Failure:
Reason: The user has not been granted the requested
logon type at this machine
User Name: xxxx.xxx
Domain: P1-NET
Logon Type: 2
Logon Process: Advapi
Authentication Package: Negotiate
Workstation Name: PANDORA
Caller User Name: PANDORA$
Caller Domain: P1-NET
Caller Logon ID: (0x0,0x3E7)
Caller Process ID: 3716
Transited Services: -
Source Network Address: -
Source Port: -
The problem seems to be a login of type 2 on the server which we get after a server login. an initial login on the client of type 3 works ok.
The only way so far to allow type 2 is to grant admin authority to the user - a bit drastic!
Logon Type
A numeric value indicating the type of logon attempted. Possible values are:
2 - Interactive (interactively logged on)
3 - Network (accessed system via network)
4 - Batch (started as a batch job)
5 - Service (a Windows service started by service controller)
6 - Proxy (proxy logon; not used in Windows NT or Windows 2000)
7 - Unlock (unlock workstation)
8 - NetworkCleartext (network logon with cleartext credentials)
9 - NewCredentials (used by RunAs when the /netonly option is used)
Logon Process
The process performing the logon. The following are some example logon processes:
- Advapi (triggered by a call to LogonUser; LogonUser calls LsaLogonUser, and one of the arguments to LsaLogonUser, OriginName, identifies the origin of the logon attempt)
- User32 (normal Windows 2000 logon using WinLogon)
- SCMgr (Service Control Manager started a service)
- KsecDD (network connections to the SMB server-for example, when you use a NET USE command)
- Kerberos (the Kerberos Security Support Provider [SSP])
- NtlmSsp (the NTLM SSP)
- Seclogon (Secondary Logon-that is, the RunAs command)
- IIS (IIS performed the logon; generated when logging on the IUSR_machinename account or when using Digest or Basic authentication)
Authentication Package
The security package called to attempt to log on the account. An authentication package is a dynamic-link library (DLL) that analyzes logon data and determines whether to authenticate an account. Most common examples are Kerberos, Negotiate, NTLM, and MICROSOFT_AUTHENTICATION_PACKAGE_V1_0 (also called MSV1_0; authenticates users in the SAM database, supports pass-through authentication to accounts in trusted domains, and supports subauthentication packages) Workstation Name Workstation name, if known, used by the principal during logon.
Any ideas how to get to login type 3 for the server?
Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2 Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo
Posts: 888 | Location: Airstrip One | Registered: October 06, 2006