Quantcast
Channel: Adobe Community: Message List
Viewing all 150094 articles
Browse latest View live

Re: Process step is not coming in dropdown list

$
0
0

I have gone through all the links available for workflows and did Rnd already ..didnt get wats the actual issue ...that is why posted here ...Thanks


How to overlay classic ui page activation action

$
0
0

Hi all, I'm new with AEM and I'm working with 6.4.3 version, I'm trying to intercept the action when activating a page through classic UI, can someone give a clue on how to achieve this approach??

 

Thanks in advance.

 

PD: My idea is to avoid publishing a page which has a bad reference to an Asset, or validate some conditions in the content before let author activate the page for example, and show up some dialog with some message.

Re: ACS file transfer with Amazon S3

$
0
0

I have added the right region and it fixed the issue.

Re: Process step is not coming in dropdown list

$
0
0

Can you replace your annotation with below and try again:

@Component

@Service

@Properties({

    @Property(name = Constants.SERVICE_DESCRIPTION, value = "Sample Workflow Process implementation amit")

    @Property(name = "process.label", value = "my first workflow process step") })

 

public class WorkflowSamplefilter implements WorkflowProcess {

   @Override
   public void execute(WorkItem workItem, WorkflowSession workflowSession, MetaDataMap metaDataMap) throws WorkflowException {

  }

}

Tracking Amazon Simple email in Adobe Analytics

$
0
0

Hi

 

We are trying to optimize email using Adobe Target in combination with Amazon Simple Email Service (SES)

 

But we are struggling to get the tracking in place, we are looking for:

 

  1. A way to submit SES feedback into the Adobe Analytics ecosystem
  2. A way to join SES feedback and test info with Adobe Analytics, likely involving a mapping from web user ID to the “Marketing Cloud ID” used in Adobe.

 

Does anyone have any suggestions about how to proceed?

 

Thanks

Nicolai

Re: Migrating an AEM DAM to another DAM instance

$
0
0

Can crx2oak be used to sync content between 2 remotes instances? I only found examples for local instances.

Mobile Integration with Sinch

$
0
0

Hello,

 

I'm hoping to find another customer who is integrating with Sinch for mobile marketing, connected through Campaign Classic.

 

I've established an Extended SMPP connector and can successfully send outbound mobile messages through the platform, however any Mobile Originated responses do not generate the required response (responding STOP does not generate the response message).

 

They've suggested that the bind is no longer sufficient, and Adobe told me that the bind is established just through the username and password so this should not be an issue.

 

General advice is appreciated, but if anyone has direct experience integrating with SInch i would like to discuss the integration set-up and process with them as a third party vendor.

 

THank you

Re: Process step is not coming in dropdown list

$
0
0

Thanks Arpit.   its worked ..........but still wondering wat was wrong ?


Re: Process step is not coming in dropdown list

$
0
0

You were using @Service(WorkflowSamplefilter.class) which was wrong.

Instead, you should either use @Service(WorkflowProcess.class) or just @Service annotation

Add extra column to properties tab of node in crx

$
0
0

I have a requirement to add extra column to below properties tab of a node.

By default it will have (Name,Type,Value,Protected,Mandatory,Multiple). I want one more column "test" to be added to the below list.

Any pointers appreciated

 

Re: Is it O.K. to embed an anamorphic clip (4x3, 720x480) into a Square Pixel 16x9 Sequence?

$
0
0

DVD uses very specific video files, which is why we say not to change anything in that workflow. You must give Encore (or other DVD software) what it expects. The set-top DVD hardware only works with one kind of video source that meets DVD specs.

 

When creating clips for online/computer viewing, keep in mind that software video players typically do NOT respect the PAR of the clip. Premiere knows how to display widescreen clip with 1.2 PAR, as does the DVD player, but other players do not and typically will simply assume the clip is using square pixels (1.0 PAR) and will display accordingly, changing the intended shape of the displayed image.

 

Since we cannot rely on PAR to get the result we want, we must instead change the actual dimensions of the image, to come up with an equivalent end result using square pixels.

 

Ann had suggested 864x480 for widescreen SD video, and I don't disagree as the math works. Take your 1.2 PAR from the original footage, and do 720 * 1.2 = 864. We are creating a 16:9 image right? So 864/16 = 54. And 54 * 9 = 486.

 

So you have 864x486  and divide either side by 54 and you get 16:9 so that is the correct ratio using square pixels.

 

However, not to confuse things but if I go to Export Settings and select H.264 as the Format, under Preset I can find various presets for YouTube 480p SD Wide, FaceBook 480p SD Wide, iPad 480p Wide, and they all use854x480 rather than 864x486. I think probably because they want to keep 480 on the right, and they just fudge the numbers a little to get the other side of the equation as close as possible to 16:9?

 

What to do? If you have a Premiere Sequence that is DV Widescreen (720x480 with 1.2 PAR) and you want to export for upload/computer viewing and NOT DVD, then quite simply select an appropriate 480p wide preset and the work is done for you. Look at the presets mentioned above and you will see 854x480, with 1.0 PAR, and also Progressive - remember we never want to use interlaced video online, doesn't look good. Even if the source sequence is 480i (interlaced), don't worry, when you export using a progressive preset (480p output) it gets deinterlaced automatically. Just pick a preset and export and that's that, you don't change any settings before export.

 

Here's an example and the source is actually 1080i, but doesn't matter, it's the export settings we are concerned with. All marked in yellow, those are the defaults, I have changed nothing. Just selected the YT 480p SD Wide preset.

 

480p Export.jpg

 

I should also mention that for exporting SD video as 4:3, with 1.0 PAR, the dimensions become 640x480 (see available presets) for online viewing. Again, the math is a little off since DV uses 0.9 PAR and so 720 * .9 = 648, but the industry chooses 640x480 and that is actually truly 4:3 if we divide both sides by 160. So basically, DV video is just a little weird with the frame sizes and PAR things....square pixel video is easier to deal with when doing math!!!

 

Hope this helps

 

Jeff

To check on JCR if property is inherited from parent

$
0
0

Hello Everyone,

Currently I am on AEM-6.4.5, I came across an issue where the cloud configurations set on parent is not inherited to child pages.
Is there any property on JCR which I can query for to get a list of pages where configurations are not inherited.

 

I can see configurations added on parent, but when check on child its not available.

When properties are inherited correctly a checkbox appears on child pages which says "inherited from content/my-site/us".

 

My site structure is :

content/my-site/us [It has could configs]

     content/my-site/us/en_us [Should inherit, but its NOT].

 

Is there any property on JCR which can confirm inheritance?

 

Note: This is NOT about inheritance from language masters.

 

Thanks in Advance.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Wh

Re: Automatically publish content from Master-Publish instance in Asset Offloading

$
0
0

It's not a perfect approach, however, it works on my test env. Not sure, what is your real business case; you might need to revisit and improve the launch configuration.

 

Event Type : Modified,

Node Type : dam:Assets

Path : /content/dam(/.*)

Workflow : Your custom WF

Exclude LIst: cr:lastModified,dc:modified,jcr:lastModifiedBy,imageMap,event-user-data:changedByWorkflow Process,dam:extracted,simsearchVersion,jcr:lastModified,dc:modified,dc:format,jcr:lastModi fiedBy,imageMap,dam:scene7(.*),event-user-data:changedByWorkflowProcess

Run Mode(s) : Author

 

Re: include seed addresses only on first run

$
0
0

Hi,

 

Add seed addresses to your template, then write js in a library, called in the delivery activity's init script. Roughly:

  • Check nms:broadLogRcp for existence of any rows related to the template
    • If none, exit
    • Otherwise alter the template, removing seed addresses

 

Thanks,

-Jon

Re: QueryBuilder with cq:tags not working as expected

$
0
0

Can you try to edit your query to something like the one below:

 

type=cq:PageContent

path.self=false

path=/content/mobile-app

1_group.1_property=cq:tags

1_group.1_property.value=jurassicworldfacts:test


Re: Photoshop CC freezes but unfreezes when I switch to any other program

$
0
0

For me, Photoshop is now freezing after I switch to any other program and does not unfreeze no matter what I do.

Permanent Links for DAM Assets

$
0
0

Hello All,

 

We have a requirement where we have to expose a permanent link for every DAM Asset which should not change even on Asset Update or Asset Move ? This link will be used for integration with external CMS for e.g. Wordpress and Adobe DAM is used as Digital Asset Management System.

 

Is there something available OOTB? One possible solution what we have thought is generating a unique id for each asset on asset upload, store it as metadata and construct the Asset Url using the same and upon each request perform a search and retrieve the Asset. But we know this would be a very heavy operation and OOTB features like Asset Link Share will have to be overridden. Also according to us Dynamic Media/Scene7 will also not help solve this issue.

 

Can the experts share a viable solution for the use case as it seems this is an OOTB feature available with other CMS platforms like OpenText etc.

 

P.S - If nothing is available planning to make it a reusable feature and contribute towards ACS Commons feature.

 

Thanks in Advance

Ashish Ranjan

Re: Salesforce DMP/Audience Studio segments in Adobe Target

$
0
0

Thanks, it provides details to call third party APIs.

So for a scenario where I want to check if the visitor qualifies for a segment in third partyy data provider, I should call API with the visitor parameter id? I can see it may work for a known customer / declared id, but what if I want to target anonymous users who exhibit specific pattern in my webbsite. Ex: Visitor who visit say sports product category , i want to show targetted content during site revisit.

Please suggest how this could be achieved.

Re: redirect to a content page in aem servlet

$
0
0

Are you trying to achieve this from a button in Granite UI dialog?

Re: Grey library folders

$
0
0

Hi J.,

 

If your folders/libraries show as gray on the Adobe Stock site it only means you don't have any Adobe Stock assets in your library. You may have other types of items in your library, color palettes, brushes, etc. To view the complete contents of your libraries got to https://asserts.adobe.com and view their contents there. You will see all items and know which are actually empty.

 

EBQ

Viewing all 150094 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>