Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
in one of the requirment informatica fetching data from flat file as source file and insert records into a temporary table temp of DB2 database. Flat file has one column as datetime datatype (YYYY/MM/DD HH:MM:SS). However, informatica fetching this column as string datatype (Since Informatica date format is different from this column & DB2). So before loading into temp table of DB2 database, I need to convert back this column into Datetime format.With Expresion transformation, I can do this but I dont know how? To_date conversion function (TO_DATE(FIELD, 'YYYY/MM/DD HH:MM:SS')) is there but it will take care of date only (YYYY/MM/DD). Its not taking care of time (HH:MM:SS) and because of this records are not inserting into temp table.How can I convert datetime from String datatype to DB2 datetime format (YYYY/MM/DD HH:MM:SS)?
When I enter in my Private key, and click generate I get an error message"There was an error generating the custom JWT. Please try again." Could someone please help with this?
Hi all, I have one investigation requirement to check if there is a way to access Assets api from Jira or other external projects. When I am looking into firefly project, it looks like it is feasible. But, I cannot find any useful docs. Any suggestions? Thanks.
Hi, Can anyone help me to understand if we can generate JWT token without using Adobe I/O.If possible what is the API link and the parameters required to be passed.If there is any document that could help
Hi there, is there any documentation helping to guide one of my devs? We need to create a Service on Firefly which should expose an API Endpoint to CRUD some data.Anyone can point me to the right direction?BestM
Dear Support, after submitting and getting approval into the App Builder my "Console" still not workingAccess deniedYou don't seem to have access to the Adobe Developer Console. If you think you should, please contact your organization's system administrator. What are the next steps to gain access?thanks
Following up with related reported issue around 401 erorr. I have observed that i cannot use Analytics/target api with "require-adobe-auth" : true. It all works well when i set it to false. Find below the error i get when i set to true. Could somebody help out before i push this app live? does not make sense to have it set to false in production. aio and node version tried @61380/aio-cli/8.1.0 darwin-x64 node-v16.2.0@61380/aio-cli/8.1.0 darwin-x64 node-v14.17.0ext.config.yml when i get that error inputs: LOG_LEVEL: debug companyId: $ANALYTICS_COMPANY_ID apiKey: $SERVICE_API_KEY annotations: require-adobe-auth: true final: true
Hi Team, We are listening to the IO events like asset created. We want to schedule this event.Is it possible? How can we do that?
I am trying to do some api calls to assign users to groups. It looks like I successfully get the access token, but when I run the following call, I get the error. curl -X POST -H "Content-type: application/json" -H "Accept: application/json" -H "x-api-key: ${api_key}" -H "Authorization: Bearer ${access_token}" https://usermanagement.adobe.io/v2/usermanagement/action/${org_id}?testOnly=true I get this error:{"error_code":"403003","message":"Api Key is invalid"} This one is successful which makes me think my api key and access token are good: curl -X GET -H "Authorization: Bearer ${access_token}" "https://ims-na1.adobelogin.com/ims/userinfo/v2?client_id=${api_key}" Here's the payload I'm using for my JWT: { "exp":${expiration}, "iss":"${org_id}", "sub":"${tech_acct}", "aud":"https://ims-na1.adobelogin.com/c/${api_key}", "https://ims-na1.adobelogin.com/s/ent_adobeio_sdk":true } I think I have the correct met
Hi Team, Is there any way to to create product profile and user groups using APIs ? I didn't find any documentation related to it. Thanks in advance!
I am having issues setting up a "OAuth 2.0" key for API calls on a local nodeJS server:https://adobeioruntime.net/api/v1/web/io-solutions/adobe-oauth-playground/oauth.html When i go to use the "Creative Cloud" I see this message:"requires Adbobe review" Within the developer console I try these settings: I then use these setting on the OAuth playground: When i try to use the API token i receive on my nodeJS local server I receive the following error:{ error_code: '403003', message: 'Api Key is invalid' } I am not sure if i a missing any steps?
Hi, I am trying to delete few files which are stored on azure blob store and files are getting deleted as per response.sample of code: await files.delete('publicxyz/publicfile.txt')But post deletion still I can preview those files data through an url which was provided from IO.
Hi, Can we create custom webhook listener using runtime? If its can anyone direct to documentation or setup guidelines? Is there any limitations? Also, events will be triggered from non-adobe applications. ThanksNaveen
I am using Journaling API ,to captured AEP data ingestion events. In the documentation https://www.adobe.io/apis/experienceplatform/events/docs.html#!adobedocs/adobeio-events/master/api/journaling_api.md, it says we shall get time-stamp as response . However in reality, am not getting any time-stamp as response.
My company is looking to integrate SFTP import and export with Adobe Experience Manager as a Cloud Service. We have run into issues where previous Java implementation in on-premise AEM no longer is possible in Cloud Services due to restrictions in network ports to/from AEMaaCS. Our team is now exploring using Adobe IO and project firefly worker to be the SFTP client. Are there any restrictions with connectivity to/from Project Firefly workers?
I want to create a project with the following guide https://docs.servicenow.com/bundle/rome-it-asset-management/page/product/software-asset-management2/task/set-up-adobe-subscription.html to sync servicenow, but impossible to add the user management API. can anyone help me ? Thanks
Hi - I have done AEM event integration with I/O Events and i am able to successfully capture events. I want to customize data being returned by an event. For e.g., i may want to retrieve page properties and want page properties of the page being published to be sent along with other event information. How do i go about extending/ customizing event json? Regards,Mayank
Hey Guys! @dbenge @duynguyen_adobe I have been trying to wrap my head around extension and looking forward to the recording of the Aug 12 event, Meanwhile i have issues when i bootstrap an app with or without extension added. I get an error failed request to 'https://115564-digitalbau-stage.adobeioruntime.net/api/v1/web/nonExtnDemo/analytics' with status: 401 and message: { "error": "request is invalid, reason: failed authorization. Please verify your token and organization id." }The app includes .env file with required details and i can see the frontend sending headers with required information. Also i observed that the action url in config.json and in adobe io console stage workspace are different. Not sure if that makes any difference
I am creating local project , by following instructions in https://adobeio-codelabs-custom-events-adobedocs.project-helix.page/?src=/lessons/lesson4.html However when i execute>aio app build , am getting following error "moduleIdentifier": "C:\\diMonitoring5\\diMonitoring5\\src\\dx-excshell-1\\actions\\slack\\index.js",» "moduleName": "./src/dx-excshell-1/actions/slack/index.js",» "loc": "1:14-32",» "message": "Module not found: Error: Can't resolve 'request' in 'C:\\diMonitoring5\\diMonitoring5\\src\\dx-excshell-1\\actions\\slack'",» "moduleId": 663,» "moduleTrace": [],» "details": "resolve 'request' in 'C:\\diMonitoring5\\diMonitoring5\\src\\dx-excshell-1\\actions\\slack'\n Parsed request is a module\n using descripti
I am getting following error while running - aio app run press CTRL+C to terminate dev environment× Build failed.@parcel/core: Unknown pipeline: ./C.
I have successfully integrated Cloud Manager Pipeline events with Slack. I get Slack notices when a Pipeline is started or ended. Now I'd like to have useful information about the deployment returned. Example: I'd like the latest Commit message(s) to be sent when the Pipeline starts. That way I know via Slack which code is being deployed in the Pipeline job. Is this possible? I was unable to find an endpoint that returns Git commit information in the docs.
The use case is that we want to use the same firefly app code base to have multiple variations of components and pages. This app will be deployed to many organizations and a specific variation should be picked up by a particular IMS Organization. The expectation is similar to multi-tenancy (though it will be deployed on different servers) OR multi-site management where component/ page is picked up from specific site folder if it is present otherwise from common folder (inheritance model with dynamic routing & dynamic component includes) So we want the code structure to be like:- web-src - src - components - common - component1 &nb
I am encountering this error "No valid bindings were found for organization and technical account combination" whenever I run the code locally on my machine but the one on the server is working just fine. I have checked the client id, client secret id, technical accnt id, org id, api call, jwt host and certificate everything seems similar but somehow it cannot find a valid binding when it is running on my local machine. Hope to get a feedback soon,Thanks.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.