I wanted to retrieve DOMAIN_PASSWORD_INFORMATION structure I can find msdn documentation about this structure but not able find how to retrieve this information.
Any code sample help a lot.
Related
I am new to Tibco Spotfire and I am working on a query to retrieve the query used by/generated by Spotfire while designing an information link.
I have access to the Library DB which saves the metadata of all the items/elements used in dashboards and stuff like that. I have been able to locate the information link items in the DB but I can't find the actual query that is used by the information link.
I need a solution that can be implemented from the DB, UI solutions are already in use and I am looking to automate that manual process of going to each info-link and clicking the "SQL" button in the Information Designer tool
so far I have come across [this link] (https://support.tibco.com/s/article/How-to-find-the-manually-modified-SQL-query-used-by-a-particular-Information-Link) on Tibco's community forum but it doesn't show the autogenerated queries (only the manually modified queries).
Any and all help on this will be much appreciated
Thanks
This should be in the SQL logs on the server. Attempt to open the info link. Then, log into the server. Go to the folder where your spotfire installation is and find a folder that looks like this...
\Tibco\tss\10.3.6\tomcat\logs
...and you want the SQL.txt file. Search for your user name.
I am doing integration with mailchimp-API-3.0. I ran into a problem that I can not solve.
I already have members in my database imported from mailchimp via Batch-API-3.0. After the import they were segmented into the mailchimp.
Now I need to know in which segments a member is stored.
At first I had thought of 2 alternatives.
Search the segment of a member, but I did not find a resource for this.
Search for a member by segment, but also did not find a resource for this.
I'm sorry if I could not see this in the mailchimp API. But do you have an idea if this is possible with the API-3.0 of mailchimp?
There really is not a simple way via API to find a member thread. However, I was able to find a solution to my problem with fields hidden in the form.
Follow the tutorial for anyone who wants to do the same.
https://mailchimp.com/help/determine-webpage-signup-location/
From this tutorial I got an idea.
I created a hidden field with the ID of my segment and from that point I can do some things with the targeting API
I've been digging all around the web and can't figure out how to generate a LRD and ludocid. I'm trying to create a simple review link generator but can't seem to get anything of it. I know the procedure of viewing page source etc but I'm trying to make it so it automatically gets it from the input..
This blog post explains both: https://www.theedesign.com/blog/2016/how-to-create-a-google-review-url-with-the-new-g-layout
I found these links on this site itself..
GET https://www.yammer.com/api/v1/users/{USER_ID}/modified_before/{DATETIME}.json?access_token={ACCESS_TOKEN}
GET https://www.yammer.com/api/v1/subscriptions/created_after/{DATETIME}.json?access_token={ACCESS_TOKEN}
I want to know which date format do i need to use to run my URL properly.
Any kind of help is appreciated
I can't find an example of the requests you've listed. The only example I've found online was someone asking if it was possible to do that with the Yammer API, and the answer appears to be no.
Take a look at the Yammer Ruby gem for example, there is no option as you've described: https://github.com/yammer/yam/blob/master/lib/yammer/api/user.rb
So it's not a matter of having the right timestamp format, it's that the API doesn't support what you're trying to do.
Anyone have an idea about searching for users/images in MySpace using their corresponding APIs ? From the site they told that by using their API allows you to search for people, videos, images, music.But is it possible now?
it think these wiki might help you
http://wiki.developer.myspace.com/index.php?title=Albums_MySpace_v1
it shows how to fetch user images.cheers !!!