Can't open ms access MDB file [closed] - database

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
We have a corrupted .mdb file that contains an important data, We don't know what the problem exactly is. Here are some of the error messages:
1) The form name "خلفية" is misspelled or refers to a form that doesn't exist.
2) Record(s) cannot be read; no read permission on 'MSysAccessObjects'
3) Access was unable to locate the macro or VBA function. If you are trying to call a macro, make sure that the name of the macro and the name of the macro group are spelled correctly.
We tried several solutions like importing the the corrupted database to a new access file but when we try importing the database it says that there is no permission to import the tables and queries.

Create a new Access database, then on the 'External Data' tab select Access and import everthing from your old database, Tables, Forms, Queries, Modules etc.
When done, compact & repair the database and test.

Related

access sql query logs from audit file [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 6 years ago.
Improve this question
In standart edition there is a file which has some info about sql queries logs . and i can access these info with running this query
SELECT * FROM fn_get_audit_file('C:\Audit\PCI_Audit*', default, default)
this is file name
PCI_Audit_EC556E8F-04F0-4E7F-B29E-4856C72ECAEE_0_131108208217630000.sqlaudit
and you can download it from here.
What ever i did i could not read this file and access info.
any suggestion will help too much
thank you very much
There's an SSIS package available that we used once to consolidate the audit logs for many servers into one central repo. Or one can use powershell to manipulate them. Check out two possible solutions below. But we never were able to read the file directly from the OS.
http://sqlcat.codeplex.com/wikipage?title=sqlauditcentral&referringTitle=Home
or
https://www.mssqltips.com/sqlservertip/3444/automate-the-import-of-sql-server-audit-files-into-sql-server-using-powershell/

SharePoint 2013 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 8 years ago.
Improve this question
How can I retrieve data from content database in SharePoint 2013? I need only read from the database. I need also to read metadata as well. I was wondering if anybody could explain it and give me even a tutorial links for that. I am a newbie in SharePoint, I read different articles but I cannot find the information that I need.
One of the first rules of SharePoint that you learn when you start diving in to the product is that you shouldn't ever touch the SharePoint database.
Also, Reading from the SharePoint databases programmatically, or manually, can cause unexpected locking within Microsoft SQL Server which can adversely affect performance.
So you should use sharepoint object model, rest Apis to query data.
Also check:
http://blogs.msdn.com/b/brian_farnhill/archive/2013/12/04/directly-querying-sharepoint-databases.aspx

Why execute permisiions along with write permissions needed for creating file in c(Linux)? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I am trying to create a file from my c source code on linux. I am using dd command for reading from a file and writing in to a file by creating there. If i don't have execute permissions(I have write permissions) for target directory(Where the file is going to be created), It is unable to create file. If I have both write and execute permissions, It is able to create file. What is the reason for this?
This question is probably off topic for this site, but in a directory "x" doesn't mean execute, but permission to access the files in the directory. This in contrast to "r", which just gives permission to see the names of the files.

Retrieving data if control file is lost in oracle Database [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Suppose if the databases control file is lost permanently (no backup).
Can we retrieve the data from data file in Oracle database?
In general - 'yes'. But the circumstances matter. If you know what should be in the control file then you can recreate it (or rather, them; they should be multiplexed anyway) - see this article for example. That uses the create controlfile command with appropriate options and parameters to recreate the control file matching your existing data files. Really make sure you understand what it's doing and what impact it may have - you don't want to make things worse than they already are.
Or google for "oracle recover control file".
Don't rely on this being possible though - it's no substitute for a real backup and recovery strategy.

Open old .rpt that is prompting for a password? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am a healthcare provider and am changing billers for insurance claims and have requested a copy of existing data from the previous biller. The previous biller provided me with a .rpt that was created with a program called EDI Claims V64.1by EDI Healthclaims Network (antiquated program and the company is out of business).
The file is an old version of Crystal Reports and the current SAP reader did not work. I finally found a report reader that tried to open the file, but was then prompted for a password with username "admin". Previous biller does not have the password and is not sure why it is requested when trying to view the report. She also claims that there is no way to export reports in another format (excel, CSV, XML, etc) using her program. (I am skeptical of this claim, but have yet to see the program and check.) She is now saying she would have to print out the 250 page report and give me a hard copy (charging me of course), but a hard copy is not very helpful.
I am no tech flunkie, but am no programmer or database guy. I am also new in my business endeavor and the person I use for IT help is unable to help with this very important matter. If anyone has any direction or guidance about how to access the data, or someone to direct me to pay to help resolve this situation, I would be extremely grateful.
Thank you in advance.
Patrick

Resources