Why Geting error while importing p12 file? - ios

I am have exported p12 file from another machine with empty password and trying to install it in other machine. But getting following error in another machine.
error - An error has occurred. Unable to import an item.The contents of this item cannot be retrieved.
Please click on below image link if not visible
Is there anything i am doing wrong or missing?

First you need to combine two files including .certificate & key file and then export it and I think put password/ or not use it will work in both cases, before export to p.12
For reference I have attach screenshot.

Related

Replace file does not work in Helhum upload example

I use the Helhum upload example to upload pdf files. The first upload works fine. But when I try to edit the record and replace the previously uploaded file, I get the following error: "The identity property "xxx.pdf" is no UID. I am using TYPO3 9.
How can I fix it?

Uploading Google extension to Microsoft Edge Add-on Store - _MACOSX error

I'm using a mac to upload my extension (which can upload fine to the google chrome extension store)
Is the Microsoft Edge store the same? Should I do anything differently?
I just tried to upload the exact zip file and I'm getting these errors.
Sorry in advance, this is probably a noob question. I have zero experience with the microsoft edge store so I'm not even sure if they allow/make possible to upload from mac? (assuming this from every error containing _MACOSX error)
Here's the error in text format
The following checks failed:
Package acceptance validation error: Files or directories outside directory that contains manifest.json chromium are not allowed: __MACOSX, __MACOSX\._chromium, __MACOSX\chromium, __MACOSX\chromium\._.DS_Store, __MACOSX\chromium\._background.js, __MACOSX\chromium\._geo.js, __MACOSX\chromium\._index.html, __MACOSX\chromium\._main.js, __MACOSX\chromium\._manifest.json, __MACOSX\chromium\._popup.html, __MACOSX\chromium\._popup.js, __MACOSX\chromium\AutoStuff, __MACOSX\chromium\css, __MACOSX\chromium\img, __MACOSX\chromium\js, __MACOSX\chromium\_locales, __MACOSX\chromium\AutoStuff\._insert-auto-message.js, __MACOSX\chromium\AutoStuff\._shared-basic.js, __MACOSX\chromium\AutoStuff\._shared-website.js, __MACOSX\chromium\css\._.DS_Store, __MACOSX\chromium\css\._jquery.toast.min.css, __MACOSX\chromium\css\._popup.css, __MACOSX\chromium\css\._style.css, __MACOSX\chromium\img\._.DS_Store, __MACOSX\chromium\img\._icon-128.png, __MACOSX\chromium\img\._icon-1280x800.png, __MACOSX\chromium\img\._icon-16.png, __MACOSX\chromium\img\._logo.png, __MACOSX\chromium\js\._jquery-3.4.1.min.js, __MACOSX\chromium\js\._jquery.toast.min.js, __MACOSX\chromium\_locales\._.DS_Store
Edit: I wonder, do I need to format the zip file differently?
I try to search for the error your package failed certification. make corrections and certify again.
I found that other people had a similar issue before. I suggest you try to reupload the package. See if it uploads successfully. If the issue persists then there may be some other issue with the package or extension.
You said you are trying to upload the exact same zip file to the MS store. You may need to port your existing Chromium extension to Microsoft Edge
You can refer to this docs may help you to know the process to publish the Edge extension to the MS store.
I had the same issue and got over it by using the shell to zip it:
# remove MacOS' .DS_Store file
rm ./my-edge-extension-folder/.DS_Store
# zip the extension
zip -r my-edge-extension.zip ./my-edge-extension-folder

Identify old dos system file type and decode it into text file

I have pick up an old dos system from my friend, and I need to import the data into SQL, but before importing the data, i need to decode it into a readable text file, but I failed to do so. I have try several stuff:
file command in ubuntu terminal, it said "data"
Use online trid and it said macbin(MacBinary 1)
Tried bin2hex, but couldn't unhex it
Tried some online macbin to hex, no luck as well
Tried to open in macOS, but it keep extracting files
bin2hex said, nothing here
stuffitexpander.... Doesn't recognize...
This is the file that i need to decode
https://gofile.io/?c=wdbs6A
Please let me know if you need the original program.
I think they are just some database files.
Use this site for explanations. they even have a file analyzer - showing you the data inside.
You will need to rename the files to .db extension instead of .ocm.

pgadmin 4: Exporting .tar file

I am trying to use pgAdmin 4 on my personal laptop (Windows operating system with PostgreSQL 9.6) to export a database as a .tar file. I had issues importing csv through the Import/Export tool as well, and could only import successfully when doing the following:
COPY public.build_info FROM 'C:\time_table.csv' CSV HEADER;
I have read a few questions that resort to backing up a database through the command line, but I am hoping to complete this within pgAdmin4.
My current steps are:
right click my database (in this case Housing_DB)
Choose my directory to save (same place the csv files were imported from)
Add additional information (encoding, file type, name, etc.)
I get an error immediately connected to Permissions, but have struggled to determine how to fix this issue:
Does anybody know how I could go through and provide permissions to be able to back up this database? I have looked at the documentation pertaining to backup/restore but did not see anything covering permissions (https://www.pgadmin.org/docs4/1.x/backup_dialog.html).
It looks like your C:\ is protected by administrator account which can't be written by user postgres. Can you try again with locations like your 'Desktop' or 'Temp' folder.

Snap and Run Objective Flickr example - Won't compile?

Okay, so this seems pretty embarrassing but I downloaded objectiveflickr and opened up the Snap and Run example, entered my API and Secret Key in the SampleAPIKey.h file and get the error:
error Supply your own Flickr API key and shared secret
Here is a screenshot of the error (Please be aware that's not a real API key or secret, I made it up for illustrative purpose!)
Error screenshot
I'm not new to iPhone/iPad development but I am completely new to adding this type of option to an app so thought if I could have a look at the example it would help me to figure out the implementation in my own app....the problem is I can't even get the example working which is slightly worrying!!
Once you have filled in your own info for key & secret in the .h file you just comment out the line above that says error
Simple as that.
Also note that the auth URL has to go into the info.plist file, not just in the .h so check out the sample and copy from that.

Resources