rsoesemann / visualforce-table-grid

Flexible and highly customizable Visualforce table grid component. Salesforce.com Classic Look and Feel.
MIT License
124 stars 72 forks source link

U2G_TestUserProfile.profile is Failing to Load (Unknown User Permission: AllowUniversalSearch) #4

Closed vzw2t9 closed 9 years ago

vzw2t9 commented 10 years ago

I get the following error when attempting to deploy using GitHub Salesforce Deply Tool

Deployment Started Status: Queued Status: InProgress Status: InProgress Status: InProgress Status: InProgress Status: InProgress Status: InProgress Status: InProgress Status: InProgress Status: InProgress Status: Completed Deployment Complete Failures: profiles/U2G_TestUserProfile.profile(U2G_TestUserProfile):Unknown user permission: AllowUniversalSearch

ghost commented 10 years ago

Did you try installing as an admin with maximum permissions? If not please try this.

vzw2t9 commented 10 years ago

Thank you for the quick reply. Yes, I am attempting to deploy using a system administrator account to a sandbox.

From: rsoesemann [mailto:notifications@github.com] Sent: Friday, September 5, 2014 5:14 AM To: Up2Go/visualforce-table-grid Cc: Ken Noll Subject: Re: [visualforce-table-grid] U2G_TestUserProfile.profile is Failing to Load (Unknown User Permission: AllowUniversalSearch) (#4)

Did you try installing as an admin with maximum permissions? If not please try this.

— Reply to this email directly or view it on GitHubhttps://github.com/Up2Go/visualforce-table-grid/issues/4#issuecomment-54602134.

rsoesemann commented 10 years ago

You don't need that profile it is just for testing purposes. You should be able to load all example pages.

vzw2t9 commented 10 years ago

I'm not sure how I can omit that profile from the deployment process. It's causing the deployment to fail. This prevent all components from deploying. It only loading whereClauseBuilder and advancedLookup. I'm missing selectClauseBuilder and tableGrid

rsoesemann commented 10 years ago

You don't need to change or redeploy. As your log says deployment is complete.

cjsigler commented 10 years ago

Gotcha. So I deploy and it Completes with the error. If I go into Installed Packages, it’s not listed. If it’s usable at this stage I don’t see any change when I edit a section on a page. I hate to be such a pain. I’m a SalesForce greenbean.

From: up2go-rsoesemann [mailto:notifications@github.com] Sent: Friday, September 05, 2014 11:22 AM To: Up2Go/visualforce-table-grid Subject: Re: [visualforce-table-grid] U2G_TestUserProfile.profile is Failing to Load (Unknown User Permission: AllowUniversalSearch) (#4)

You don't need that profile it is just for testing purposes. You should be able to load all example pages.

— Reply to this email directly or view it on GitHubhttps://github.com/Up2Go/visualforce-table-grid/issues/4#issuecomment-54647635.

This message and any attachments are intended for the individual/entity to whom it is addressed. This communication may contain information that is proprietary, confidential, or exempt from disclosure. If you are not the intended recipient, please note that any other dissemination, distribution, use or copying of this communication is strictly prohibited. Anyone who receives this message in error should notify the sender immediately by telephone or by return e-mail and delete it from his or her computer.

vzw2t9 commented 10 years ago

I keep getting deployment errors specifically for these call (see attached):

What is the $Label referencing?

deployerrors

vzw2t9 commented 10 years ago

It appears these custom labels are NOT in the deployment package.

vzw2t9 commented 10 years ago

My mistake! I forgot to load the Labels! :)

cjsigler commented 10 years ago

I have deployed but do not see Table Grid listed under installed apps. I did grab the code and have it but don’t know what to do with it. I don’t see any executable.

From: vzw2t9 [mailto:notifications@github.com] Sent: Monday, September 08, 2014 8:32 AM To: Up2Go/visualforce-table-grid Cc: Corrie Sigler Subject: Re: [visualforce-table-grid] U2G_TestUserProfile.profile is Failing to Load (Unknown User Permission: AllowUniversalSearch) (#4)

My mistake! I forgot to load the Labels! :)

— Reply to this email directly or view it on GitHubhttps://github.com/Up2Go/visualforce-table-grid/issues/4#issuecomment-54817265.

This message and any attachments are intended for the individual/entity to whom it is addressed. This communication may contain information that is proprietary, confidential, or exempt from disclosure. If you are not the intended recipient, please note that any other dissemination, distribution, use or copying of this communication is strictly prohibited. Anyone who receives this message in error should notify the sender immediately by telephone or by return e-mail and delete it from his or her computer.

vzw2t9 commented 10 years ago

It doesn’t load as an installed app. It loads directly to the corresponding object types (eg; controllers load into Apex Class, Static Resources load to Static Resources, etc). You will need to edit the templates provided to expose them to the appropriate object.

From: cjsigler [mailto:notifications@github.com] Sent: Monday, September 8, 2014 1:49 PM To: Up2Go/visualforce-table-grid Cc: Ken Noll Subject: Re: [visualforce-table-grid] U2G_TestUserProfile.profile is Failing to Load (Unknown User Permission: AllowUniversalSearch) (#4)

I have deployed but do not see Table Grid listed under installed apps. I did grab the code and have it but don’t know what to do with it. I don’t see any executable.

From: vzw2t9 [mailto:notifications@github.com] Sent: Monday, September 08, 2014 8:32 AM To: Up2Go/visualforce-table-grid Cc: Corrie Sigler Subject: Re: [visualforce-table-grid] U2G_TestUserProfile.profile is Failing to Load (Unknown User Permission: AllowUniversalSearch) (#4)

My mistake! I forgot to load the Labels! :)

— Reply to this email directly or view it on GitHubhttps://github.com/Up2Go/visualforce-table-grid/issues/4#issuecomment-54817265.

This message and any attachments are intended for the individual/entity to whom it is addressed. This communication may contain information that is proprietary, confidential, or exempt from disclosure. If you are not the intended recipient, please note that any other dissemination, distribution, use or copying of this communication is strictly prohibited. Anyone who receives this message in error should notify the sender immediately by telephone or by return e-mail and delete it from his or her computer.

— Reply to this email directly or view it on GitHubhttps://github.com/Up2Go/visualforce-table-grid/issues/4#issuecomment-54859380.

cjsigler commented 10 years ago

By “edit the templates provided” did you mean create new pages and copy the apex code into them? I cant thank you enough for the quick responses. I know I’m giving you a headache, I’m just not understanding exactly how to implement.

From: vzw2t9 [mailto:notifications@github.com] Sent: Monday, September 08, 2014 12:52 PM To: Up2Go/visualforce-table-grid Cc: Corrie Sigler Subject: Re: [visualforce-table-grid] U2G_TestUserProfile.profile is Failing to Load (Unknown User Permission: AllowUniversalSearch) (#4)

It doesn’t load as an installed app. It loads directly to the corresponding object types (eg; controllers load into Apex Class, Static Resources load to Static Resources, etc). You will need to edit the templates provided to expose them to the appropriate object.

From: cjsigler [mailto:notifications@github.com] Sent: Monday, September 8, 2014 1:49 PM To: Up2Go/visualforce-table-grid Cc: Ken Noll Subject: Re: [visualforce-table-grid] U2G_TestUserProfile.profile is Failing to Load (Unknown User Permission: AllowUniversalSearch) (#4)

I have deployed but do not see Table Grid listed under installed apps. I did grab the code and have it but don’t know what to do with it. I don’t see any executable.

From: vzw2t9 [mailto:notifications@github.com] Sent: Monday, September 08, 2014 8:32 AM To: Up2Go/visualforce-table-grid Cc: Corrie Sigler Subject: Re: [visualforce-table-grid] U2G_TestUserProfile.profile is Failing to Load (Unknown User Permission: AllowUniversalSearch) (#4)

My mistake! I forgot to load the Labels! :)

— Reply to this email directly or view it on GitHubhttps://github.com/Up2Go/visualforce-table-grid/issues/4#issuecomment-54817265.

This message and any attachments are intended for the individual/entity to whom it is addressed. This communication may contain information that is proprietary, confidential, or exempt from disclosure. If you are not the intended recipient, please note that any other dissemination, distribution, use or copying of this communication is strictly prohibited. Anyone who receives this message in error should notify the sender immediately by telephone or by return e-mail and delete it from his or her computer.

— Reply to this email directly or view it on GitHubhttps://github.com/Up2Go/visualforce-table-grid/issues/4#issuecomment-54859380.

— Reply to this email directly or view it on GitHubhttps://github.com/Up2Go/visualforce-table-grid/issues/4#issuecomment-54859802.

This message and any attachments are intended for the individual/entity to whom it is addressed. This communication may contain information that is proprietary, confidential, or exempt from disclosure. If you are not the intended recipient, please note that any other dissemination, distribution, use or copying of this communication is strictly prohibited. Anyone who receives this message in error should notify the sender immediately by telephone or by return e-mail and delete it from his or her computer.

cjsigler commented 10 years ago

I have been trying to deploy again this afternoon without success. I am still getting: Deployment Complete Failures: profiles/U2G_TestUserProfile.profile(U2G_TestUserProfile):Unknown user permission: EditPublicReports

Even though I see the Deployment Complete msg I see no new Apex Classes, Static Resources, etc. I don’t see new templates.

From: vzw2t9 [mailto:notifications@github.com] Sent: Monday, September 08, 2014 12:52 PM To: Up2Go/visualforce-table-grid Cc: Corrie Sigler Subject: Re: [visualforce-table-grid] U2G_TestUserProfile.profile is Failing to Load (Unknown User Permission: AllowUniversalSearch) (#4)

It doesn’t load as an installed app. It loads directly to the corresponding object types (eg; controllers load into Apex Class, Static Resources load to Static Resources, etc). You will need to edit the templates provided to expose them to the appropriate object.

From: cjsigler [mailto:notifications@github.com] Sent: Monday, September 8, 2014 1:49 PM To: Up2Go/visualforce-table-grid Cc: Ken Noll Subject: Re: [visualforce-table-grid] U2G_TestUserProfile.profile is Failing to Load (Unknown User Permission: AllowUniversalSearch) (#4)

I have deployed but do not see Table Grid listed under installed apps. I did grab the code and have it but don’t know what to do with it. I don’t see any executable.

From: vzw2t9 [mailto:notifications@github.com] Sent: Monday, September 08, 2014 8:32 AM To: Up2Go/visualforce-table-grid Cc: Corrie Sigler Subject: Re: [visualforce-table-grid] U2G_TestUserProfile.profile is Failing to Load (Unknown User Permission: AllowUniversalSearch) (#4)

My mistake! I forgot to load the Labels! :)

— Reply to this email directly or view it on GitHubhttps://github.com/Up2Go/visualforce-table-grid/issues/4#issuecomment-54817265.

This message and any attachments are intended for the individual/entity to whom it is addressed. This communication may contain information that is proprietary, confidential, or exempt from disclosure. If you are not the intended recipient, please note that any other dissemination, distribution, use or copying of this communication is strictly prohibited. Anyone who receives this message in error should notify the sender immediately by telephone or by return e-mail and delete it from his or her computer.

— Reply to this email directly or view it on GitHubhttps://github.com/Up2Go/visualforce-table-grid/issues/4#issuecomment-54859380.

— Reply to this email directly or view it on GitHubhttps://github.com/Up2Go/visualforce-table-grid/issues/4#issuecomment-54859802.

This message and any attachments are intended for the individual/entity to whom it is addressed. This communication may contain information that is proprietary, confidential, or exempt from disclosure. If you are not the intended recipient, please note that any other dissemination, distribution, use or copying of this communication is strictly prohibited. Anyone who receives this message in error should notify the sender immediately by telephone or by return e-mail and delete it from his or her computer.

cjsigler commented 10 years ago

I removed the Profile and installed all files. Said "In Progress" for over 40 minutes. Killed it but all of the files are there. I have inserted a tablegrid into an existing custom page and it looks terrific!
Questions:

  1. Is there a way to make some columns read only and some editable within the same table?
  2. I have 8 related lists and would want to use the grid in several. I have attempted to insert the grid a second time but when the page loads I just get the "Loading" animation on the first grid. The second loads properly. Is there a limit? 3.Is there a way to butt-up 3 tables in 1 section to allow me to display subtotal in a line on top of the grid and also below? What about right justifying the content of the top and bottom table?

I appreciate your help.

Here is my page code:

/apex:form /apex:detail ``` ```
joelati commented 9 years ago

Hi cjsigler,

I am struggling with the same issue deploying to my Salesforce environment. You mention "I removed the Profile and installed all files."

How did remove the Profile from the deployment?

Thanks, Joel

cjsigler commented 9 years ago

I was never able to get the application to install properly. Instead I saved locally and copied files as needed into Mavensmate (Salesforce). Sadly, I was not able to use TableGrid due to limitations, but had to create what I needed from scratch.

joelati commented 9 years ago

Ahhh, that makes sense. Thanks for the info. May I ask what the limitations were in TableGrid that lead you to creating your own?

workinglouder commented 9 years ago

I'm having the same problem, can't deploy to the sandbox. Get this error message, and none of the components are present afterwards. Anyone find a way to solve this?

workinglouder commented 9 years ago

Other packages online seem to have this problem, looks like the only solution is to remove the profile permission, or just the whole profile from the component install. Is there a way to do this easily?

If not, is there any chance the owner of this could remove the profile from the package, others seem to have had this problem. It seems a shame that such a great looking package should become so problematic to install.

rsoesemann commented 9 years ago

I finally removed the problematic profile. The repo should now install without any failure. Thanks for you interest in this repo and you patience ;-)