You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Customer intent: As an Azure Marketplace user, I want to troubleshoot the failed deployment of a Kubernetes application after I accept an offer on the Marketplace.
Copy file name to clipboardExpand all lines: support/sql/database-engine/replication/sql-transaction-log-grows.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: SQL Transaction log grows continuously
3
3
description: This article helps you resolve the problem where you notice continuous transaction log growth for a CDC enabled database.
4
-
ms.date: 03/16/2020
4
+
ms.date: 04/23/2025
5
5
ms.custom: sap:Replication, Change Tracking, Change Data Capture, Synapse Link
6
6
---
7
7
# SQL Transaction log grows when you use Change Data Capture for Oracle by Attunity
@@ -37,10 +37,10 @@ DBCC execution completed. If DBCC printed error messages, contact your system ad
37
37
38
38
You may have a non-distributed LSN because CDC for Oracle uses CDC for SQL stored procedures, and that, in turn, uses the replication log reader. This non-distributed LSN corresponds to the log entries to add the mirrored table in the Attunity CDC database.
39
39
40
-
If you run this query, the `log_reuse_wait_desc` option returns a value of `REPLICATION`, indicating the cause. Select the `log_reuse_wait_desc` name from `sys.databases`, where the name is \<your_cdc_database\>:
40
+
If you run this query, the `log_reuse_wait_desc` option returns a value of `REPLICATION`, indicating the cause.
41
41
42
42
```sql
43
-
REPLICATION <your_cdc_database>
43
+
SELECT log_reuse_wait_desc FROMsys.databasesWHERE name ='<your_cdc_database>'
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
79
79
```
80
80
81
-
4. To make sure that the transaction log can be reused, confirm that there is no other reuse reason indicated on the database:
81
+
4. To make sure that the transaction log can be reused, confirm that there's no other reuse reason indicated on the database:
82
82
83
83
```sql
84
-
SELECT log_reuse_wait_desc, NAME FROM sys.databases WHERE NAME = 'your_cdc_database'
84
+
SELECT log_reuse_wait_desc, NAME FROM sys.databases WHERE NAME = '<your_cdc_database>'
85
85
```
86
86
87
87
This returns output that resembles the following:
88
88
89
89
```output
90
90
log_reuse_wait_desc name
91
-
NOTHING your_cdc_database
91
+
NOTHING <your_cdc_database>
92
92
```
93
93
94
94
5. Now you should be able to truncate the Transaction log by using log backups. You should also be able to shrink the transaction log file to reduce the disk space that's consumed. For example, run the following:
95
95
96
96
```sql
97
-
BACKUP LOG your_cdc_database TO DISK='c:\folder\logbackup.trn'
97
+
BACKUP LOG <your_cdc_database> TO DISK='c:\folder\logbackup.trn'
Copy file name to clipboardExpand all lines: support/windows-server/active-directory/active-directory-domain-join-troubleshooting-guidance.md
+3-101Lines changed: 3 additions & 101 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,45 +87,7 @@ For more information, see [Error code 0xa8b: An attempt to resolve the DNS name
87
87
88
88
### Error code 0x40
89
89
90
-
The following error messages occur when you try to join the computer to the domain:
91
-
92
-
> The specified network name is no longer available
93
-
94
-
:::image type="content" source="media/active-directory-domain-join-troubleshooting-guidance/domain-join-error-message.png" alt-text="Screenshot of the dialog box showing the error message for error code 0x40.":::
95
-
96
-
Here's an example from the *netsetup.log* file:
97
-
98
-
```output
99
-
mm/dd/yyyy hh:mm:ss:ms NetpValidateName: checking to see if '<domain_name>' is valid as type 3 name
100
-
mm/dd/yyyy hh:mm:ss:ms NetpCheckDomainNameIsValid [ Exists ] for '<domain_name>' returned 0x0
101
-
mm/dd/yyyy hh:mm:ss:ms NetpValidateName: name '<domain_name>' is valid for type 3
102
-
mm/dd/yyyy hh:mm:ss:ms NetpDsGetDcName: trying to find DC in domain '<domain_name>', flags: 0x40001010
103
-
mm/dd/yyyy hh:mm:ss:ms NetpDsGetDcName: failed to find a DC having account 'CLIENT1$': 0x525, last error is 0x0
104
-
mm/dd/yyyy hh:mm:ss:ms NetpDsGetDcName: status of verifying DNS A record name resolution for 'DCA.<domain_name>': 0x0
105
-
mm/dd/yyyy hh:mm:ss:ms NetpDsGetDcName: found DC '\\<dc_fqdn>' in the specified domain
This error is logged when the client computer lacks network connectivity on TCP port 88 between the client machine and the DC. To troubleshoot this issue, you can run the following command to test the connection:
:::image type="content" source="media/active-directory-domain-join-troubleshooting-guidance/test-netconnection-output-88.png" alt-text="Screenshot that shows the Test-NetConnection command for TCP port 88 output.":::
127
-
128
-
The output indicates that the Kerberos Port TCP 88 is open between the client and the DC.
90
+
For more information, see [Domain join error 0x40 "The specified network name is no longer available"](domain-join-error-0x40-the-specified-network-name-is-no-longer-available.md).
129
91
130
92
### Error code 0x54b
131
93
@@ -218,71 +180,11 @@ When you enter the domain name, make sure you enter the DNS Domain Name rather t
218
180
219
181
### Error code 0x3a
220
182
221
-
The following error occurred when attempting to join the domain:
222
-
223
-
> The specified server cannot perform the requested operation.
224
-
225
-
:::image type="content" source="media/active-directory-domain-join-troubleshooting-guidance/error-0x3a-message.png" alt-text="Screenshot of the dialog box showing the error message for error code 0x3a.":::
226
-
227
-
Here's an example from the *netsetup.log* file:
228
-
229
-
```output
230
-
mm/dd/yyyy hh:mm:ss:ms NetpLdapBind: ldap_bind failed on <dc_fqdn>: 81: Server Down
Error 0x3a is logged when the client computer lacks network connectivity on TCP port 389 between the client computer and the DC. To troubleshoot this issue, use the following command to test the connection:
:::image type="content" source="media/active-directory-domain-join-troubleshooting-guidance/test-netconnection-output-389.png" alt-text="Screenshot that shows the Test-NetConnection command for TCP port 389 output.":::
248
-
249
-
It indicates that the LDAP Port TCP 389 is open between the client and the DC.
183
+
For more information, see [Status code 0x3a: The specified server cannot perform the requested operation](status-code-0x3a-server-not-perform-operation.md).
250
184
251
185
### Error code 0x216d
252
186
253
-
The following error occurred when attempting to join the domain:
254
-
255
-
> Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased.
256
-
257
-
:::image type="content" source="media/active-directory-domain-join-troubleshooting-guidance/error-0x216d-message.png" alt-text="Screenshot of the dialog box showing the error message for error code 0x216d.":::
258
-
259
-
```output
260
-
mm/dd/yyyy hh:mm:ss:ms NetpMapGetLdapExtendedError: Parsed [0x216d] from server extended error string: 0000216D: SvcErr: DSID-031A124C, problem 5003 (WILL_NOT_PERFORM), data 0
Error 0x216d is logged in one of these conditions:
277
-
278
-
- The user account trying to join the machine to the domain has exceeded the limit of 10 machines joined to the domain.
279
-
- There is a GPO restriction to block authenticated users from joining a machine to the domain.
280
-
281
-
Verify that the user account is a member of the group mentioned in the **Add Workstations to domain** policy of the **Default Domain Controller Policy** GPO or the **Winning** GPO.
282
-
283
-
The GPO setting is located at **Computer Configuration** > **Policies** > **Windows Settings** > **Security Settings** > **Local Policies User Rights Assignment** > **Add workstations to domain**.
284
-
285
-
To verify the default limit to the number of workstations a user can join to the domain, see [Default limit to number of workstations a user can join to the domain](default-workstation-numbers-join-domain.md).
187
+
For more information, see [Status code 0x216d: Your computer could not be joined to the domain](status-code-0x216d-not-joined-domain.md).
286
188
287
189
### Other errors that occur when you join Windows-based computers to a domain
0 commit comments